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.
- Six modes cover listings, room details, reviews, calendars, host portfolios, and Experiences.
- Search by pasted Airbnb URL or map bounding box with date, price, and amenity filters.
- Pay per delivered record from $0.001, with empty and failed runs never charged.
Built for
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.