Airbnb Scraper

Scrape Airbnb listings, prices, reviews, calendars, and host data

$0.001 per listing

36 users

488 runs

Pulls Airbnb search results, full room details with stay quotes, guest reviews, calendar availability, host portfolios, and Experiences from a pasted search URL or a map bounding box. Every record is a flat JSON row with a record_type field, ready for spreadsheets, BI tools, and AI pipelines.

Run it on Apify

Built for

hosts benchmarking nightly rates in their neighborhoodinvestors screening short term rental markets before buyingtravel analysts tracking availability and pricing by season

Call it from code or an agent

curl -X POST \
  "https://api.apify.com/v2/acts/openclawai~airbnb-scraper/run-sync-get-dataset-items?format=json" \
  -H "Authorization: Bearer $APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ ...your input... }'

Full input schema and OpenAPI spec on the actor API page.

Questions, answered

How much does it cost to scrape Airbnb listings?

This scraper charges a flat $0.001 per delivered record, whether it is a listing from search, a full room detail, a review, a calendar month, a host portfolio item, or an Experience, so 1,000 records of any type cost $1.00. Empty results and failed runs are not charged.

Can I get Airbnb prices for specific dates?

Yes, pass checkIn and checkOut dates in YYYY-MM-DD format and the scraper returns nightly prices and full stay quotes for those dates. Calendar mode also returns month by month availability and pricing at $0.001 per calendar month, so a 12-month calendar costs $0.012.

More from the catalog