AirBnb Explorer 3.0
7 days trial then $30.00/month - No credit card required now
AirBnb Explorer 3.0
7 days trial then $30.00/month - No credit card required now
⭐ Scrape Airbnb.com Hotels
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.