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

Parsing of most attributes seems to be broken #7

Closed jakubbalada closed 4 years ago

jakubbalada commented 4 years ago

Running a simple mode for Prague and getting null for most parameters:

{"url": "https://www.booking.com/hotel/cz/stylish-new-town-apartments.cs.html?selected_currency=CZK&changed_currency=1&top_currency=1&lang=cs&group_adults=2&no_rooms=1",
"name": "Stylish New Town Apartments",
"rating": null,
"reviews": null,
"stars": null,
"price": null,
"currency": null,
"roomType": "",
"persons": null,
"address": "Praha 1, Praha",
"location": {"lat": "14.422967",
"lng": "50.078501"
}
}

https://api.apify.com/v2/datasets/e8udZgBC27pZL5wyi/items?format=json&clean=1

Also, full mode from the detail page is missing most data: https://api.apify.com/v2/datasets/J2eGhrckkbW5buz1H/items?format=json&clean=1

dtrungtin commented 4 years ago

It's better if I know your INPUT because I just try and it's working fine: https://my.apify.com/tasks/YHArkgFqCz7Wq8ptm#/runs/NAdQsF4xF4DEBQ4Wf https://api.apify.com/v2/datasets/XOFTdWupkhJhde6g0/items?format=json&clean=1

Lucie20 commented 4 years ago

Hi Tin, please see here the input that generated as well a lot of null results https://my.apify.com/view/runs/4mZA4zD3TXBQtCzTp

dtrungtin commented 4 years ago

Hi Lucie, Because some information (price,currency, etc) are missing in booking page if we don't input checkin & checkout.