
AirBnb Explorer 3.0
Pricing
$30.00/month + usage

AirBnb Explorer 3.0
⭐ Scrape Airbnb.com Hotels
0.0 (0)
Pricing
$30.00/month + usage
13
Total users
662
Monthly users
7
Runs succeeded
>99%
Last modified
a year ago
How can I scrape a single AirBnb listing?
Closed
I'm using your VRBO scraper to get details on a single listing, but your AirBnb Explorer does not seem designed to do that.
Is there a way to scrape all the details of a single AirBnb listing (description, reviews, amenities, bedrooms, etc) similar to VRBO?
Thanks

Hi. Thank You for using the Actors
For Airbnb scraper you can use { "location": ROOM_ID_LIST }
single ROOM_ID or multiple room separated by spaces, comma or linebreaks.
example: { "location": "841333042507114067, 49381739" }
also possible to provide room list as array if you run through API: example { "location": ["841333042507114067", "49381739"] }
This also work for VRBO actor. Please try it and let me know if something not working.