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

Enable `useFilters` + `minMaxPrice` and `propertyType` input configuration #61

Closed lhotanok closed 2 years ago

lhotanok commented 2 years ago

Actor doesn't allow combination of automatic filters and custom minMaxPrice and propertyType options (the run fails if this input configuration is discovered). It should accept this combination and not use price range and property type for automatic filtering if they're set in the input (value has to be respected). When their value is not specified in the input and useFilters option is checked, actor should use price range and property type for automatic filtering and split the results by their different values.

mvolfik commented 2 years ago

Fixed in #65

metalwarrior665 commented 2 years ago

Let's close