Airbnb Scraper avatar
Airbnb Scraper

Pricing

Pay per usage

Go to Store
Airbnb Scraper

Airbnb Scraper

Developed by

Curious Coder

Curious Coder

Maintained by Community

Scrape airbnb listings from search results and extract complete details for each property including cost, description, photos, review, rating and host details, etc

0.0 (0)

Pricing

Pay per usage

15

Total users

231

Monthly users

20

Runs succeeded

96%

Last modified

4 months ago

SB

Primary host missing info

Closed

stable_bison opened this issue
a year ago

There is no information on the primary host

curious_coder avatar

Thanks for opening the issue, Let me check and get back to you

SB

stable_bison

a year ago

Thanks for the fast responce!

curious_coder avatar

You should enable "scrape details" option to get primary host info for all records

SB

stable_bison

a year ago

Doesn't help unfortunately. I get the primary host info only for the first listing

curious_coder avatar

Its should be availabe in hostDetails field

SB

stable_bison

a year ago

Thanks for the help, I am a bit new to this! It is there, but what I actually need is the host URL or ID, is this achievable?

curious_coder avatar

Just added id and profileUrl fields to hostInfo

SB

stable_bison

a year ago

Thank you so much! Now, however, I am unbale to perform a search at all. Every run comes out as successful but with zero results. Here is my input, changing the number results or the url doesn't solve the issue. { "count": 10, "proxy": { "useApifyProxy": true, "apifyProxyCountry": "US", "apifyProxyGroups": [ "RESIDENTIAL" ] }, "scrapeDetail": true, "urls": [ "https://www.airbnb.com/s/Sofia--Bulgaria/homes" ] }

curious_coder avatar

I see, thanks for pointing out the bug. Just fixed it!