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

14

Total users

218

Monthly users

18

Runs succeeded

99%

Issues response

34 days

Last modified

3 months ago

SB

Primary host missing info

Closed

stable_bison opened this issue
10 months 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

10 months 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

10 months 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

10 months 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

10 months 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!