Airbnb Scraper avatar
Airbnb Scraper

Pricing

$1.25 / 1,000 results

Go to Store
Airbnb Scraper

Airbnb Scraper

Developed by

Tri⟁angle

Tri⟁angle

Maintained by Apify

Scrape Airbnb rentals in your chosen destinations. Extract descriptions, locations, prices per night, ratings, reviews count, host details, amenities and more. Download scraped data in various formats including HTML, JSON and Excel.

4.3 (6)

Pricing

$1.25 / 1,000 results

102

Total users

9.4K

Monthly users

361

Runs succeeded

95%

Issues response

11 days

Last modified

4 months ago

FI

Run failed due incorrect listing URL

Closed

fidalgo opened this issue
a year ago

The URL in the input and the one on the logs does not match. Something really wrong is going on.

JU

jurny

a year ago

Additionally all the query with startUrls, are returning empty arrays...

FI

fai

a year ago

Any resolution for this?

BO

booklee

a year ago

Seems this issue is related to this: https://console.apify.com/actors/GsNzxEKzE2vQ5d9HN/issues/4FH6vropB6iVCZvZf So I noticed it is due to Integer out of range issue: 597082611740627363 will result as 597082611740627300 when you assign it to integer variable.

lhotanok avatar

Hello, thanks for reporting this issue and helping us with debugging! It has been fixed in the latest build 0.0.63, see the example run: https://console.apify.com/view/runs/dVzl5ZonvQY0m9rFb

The Actor was struggling with listing IDs out of standard integer range, as mentioned above. In case you ever encounter a similiar issue, be careful with JSON.parse function as it doesn't support BigInt values by default. We used json-bigint library instead.