
Airbnb Scraper
Pricing
$1.25 / 1,000 results

Airbnb Scraper
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
Run failed due incorrect listing URL
Closed
The URL in the input and the one on the logs does not match. Something really wrong is going on.
jurny
Additionally all the query with startUrls, are returning empty arrays...
fai
Any resolution for this?
booklee
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.

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.