dtrungtin / actor-booking-scraper

Actor for extracting data about hotels from Booking.com
https://apify.com/dtrungtin/booking-scraper
Apache License 2.0
17 stars 19 forks source link

The checkin and checkout dates must be in the url otherwise no price & rooms #40

Closed zpelechova closed 3 years ago

zpelechova commented 3 years ago

When I input the URL with dates it works/returns price and rooms: https://my.apify.com/view/runs/hUQxqQOhWnd5h7CMo but when I input the URL without dates it doesnt return this information: https://my.apify.com/view/runs/UXNBeJq2UaJl5PZ3x (when I ommit the dates in input and keep the dates in url it works too: https://my.apify.com/view/runs/vnHLFbXOQS9KDHDji)

dtrungtin commented 3 years ago

but when I input the URL without dates it doesnt return this information: https://my.apify.com/view/runs/UXNBeJq2UaJl5PZ3x If there is no checkin/checkout, there is no price & availability rooms. Please open the page manually to see.

zpelechova commented 3 years ago

From the logic of the actor I would think that when I input the url without dates and add the dates to the input editor, the actor itself will add them to the url. Hence the https://my.apify.com/view/runs/UXNBeJq2UaJl5PZ3x.

zpelechova commented 3 years ago

fixed 07/21