Airbnb Occupancy Scraper avatar
Airbnb Occupancy Scraper

Pricing

$20.00/month + usage

Go to Store
Airbnb Occupancy Scraper

Airbnb Occupancy Scraper

Developed by

DataHarvester

DataHarvester

Maintained by Community

Instantly scrape Airbnb pricing data to access detailed rate information for any room ID.

0.0 (0)

Pricing

$20.00/month + usage

3

Total users

49

Monthly users

6

Runs succeeded

>99%

Issue response

59 days

Last modified

12 days ago

HO

ERROR Actor failed with an exception

Closed

hostadvisor opened this issue
a month ago

View full log

2025-03-26T14:57:10.916Z ACTOR: Pulling Docker image of build M8mf23SxknVw6NT3L from registry. 2025-03-26T14:57:13.360Z ACTOR: Creating Docker container. 2025-03-26T14:57:13.757Z ACTOR: Starting Docker container. 2025-03-26T14:57:15.119Z [apify] INFO Initializing Actor... 2025-03-26T14:57:15.123Z [apify] INFO System info ({"apify_sdk_version": "2.0.0", "apify_client_version": "1.8.1", "python_version": "3.12.7", "os": "linux"}) 2025-03-26T14:57:18.801Z /usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.40.124'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings 2025-03-26T14:57:18.803Z warnings.warn( 2025-03-26T14:57:20.628Z /usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.40.124'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings 2025-03-26T14:57:20.630Z warnings.warn( 2025-03-26T14:57:21.020Z [apify] ERROR Actor failed with an exception 2025-03-26T14:57:21.022Z Traceback (most recent call last): 2025-03-26T14:57:21.024Z File "/usr/src/app/src/main.py", line 98, in main 2025-03-26T14:57:21.026Z data = await getOccupancy(room, month, year) 2025-03-26T14:57:21.027Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-03-26T14:57:21.029Z File "/usr/src/app/src/main.py", line 73, in getOccupancy 2025-03-26T14:57:21.031Z print(f"Unexpected status code {response.status_code} with proxy {proxy}") 2025-03-26T14:57:21.033Z ^^^^^ 2025-03-26T14:57:21.034Z NameError: name 'proxy' is not defined 2025-03-26T14:57:21.036Z [apify] INFO Exiting Actor ({"exit_code": 91})

DataHarvester avatar

Hi,

Sorry for the delayed response on this.

Upon looking at your run that you provided it appears that the reason this happened was due to the following:

you provided: 618267848942350695 https://www.airbnb.com/rooms/618267848942350695

when you only needed to provide: 618267848942350695

This was actually a bug on our side, the run shouldn't have failed like it did.

We have just pushed a fix for this issue.

Thanks you for reporting this issue.