Apify Store
AS
Apify Store
/tri_angle/airbnb-reviews-scraper

Airbnb Reviews Scraper

Scrape reviews from Airbnb by using direct URLs

liveasyncunknown~30s typical
travelreal estateairbnbreviews
$0.0063
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.005 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /tri_angle/airbnb-reviews-scraper for me.

Input

FieldTypeDescription
startUrls*arrayList of Airbnb room URLs to extract reviews from.
maxReviewsPerListingintegerMaximum number of reviews to scrape from each listing. Leave empty to scrape all available reviews.
sortBystring (most-recent | most-relevant | highest-rated | lowest-rated)Order in which reviews are scraped. default "most-recent"
sinceDatestringOnly scrape reviews on or after this date (YYYY-MM-DD). Requires sortBy: Most recent.
localestring (en-US | az-AZ | id-ID | bs-BA | ca-ES | cs-CZ)Localized reviews will be extracted in this locale (language and region). default "en-US"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/tri_angle/airbnb-reviews-scraper","input":{"startUrls":[{"url":"https://www.airbnb.com/rooms/12937"}],"locale":"en-US"},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /tri_angle/airbnb-reviews-scraper -i '{"startUrls":[{"url":"https://www.airbnb.com/rooms/12937"}],"locale":"en-US"}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/tri_angle/airbnb-reviews-scraper", input: {"startUrls":[{"url":"https://www.airbnb.com/rooms/12937"}],"locale":"en-US"}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.