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

Error with "startUrls" parameter #49

Closed IFShirokikh closed 2 years ago

IFShirokikh commented 2 years ago

Hello. I'm trying to run an example from the documentation, but i see this error. If i use "search" parameter instead "startUrls" - all right

Снимок экрана 2021-12-06 в 11 33 46

.

pocesar commented 2 years ago

the format is

"startUrls": [
 {"url": "url-here"}
]
IFShirokikh commented 2 years ago

Thank You!