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
Did a scrape to get data of all columns using your scraper, and when I input into the parameters a certain date and duration of stay, the output doesn't contain the correct results. I noticed for some reason the URL that's used in the scrape has check-in and check-out elements which are not the correct ones that I specified in the search. I've attached the Data output and the run ID for you. Even thought it is clear I input data for dates from 2024-08-03 to 2024-08-10. The data file in excel shows other dates were queried. Would appreciate to understand if I am setting up something wrong or what to do to get pricing for exact dates. Thank you!
Hello. You have to specify trip_length = "date"
for check_in and check_out to take effect this is EXACT DATE mode,
otherwise it will assumed you request FLEXIBLE DATE, and dates parameters will be ignored.
Ahhhh, thank you so much @cat this is perfect! May I ask I couldn't find the documentation on what each setting is. Do you have a page for it?