Airbnb Scraper avatar
Airbnb Scraper
Try for free

No credit card required

View all Actors
Airbnb Scraper

Airbnb Scraper

tri_angle/airbnb-scraper
Try for free

No credit card required

Scrape cities or direct URLs of Airbnb rentals. 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.

FI

Run failed due incorrect listing URL

Closed

fidalgo opened this issue
5 months ago

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

JU

jurny

4 months ago

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

FI

fai

4 months ago

Any resolution for this?

BO

booklee

4 months 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.

Developer
Maintained by Apify
Actor metrics
  • 178 monthly users
  • 34 stars
  • 99.4% runs succeeded
  • 3.5 days response time
  • Created in Dec 2019
  • Modified about 10 hours ago