maxCopell / tripadvisor-scraper

Scrape Tripadvisor restaurant, hotels, and places.
https://apify.com/maxcopell/tripadvisor
47 stars 29 forks source link

Amenities missing from output #39

Open zpelechova opened 3 years ago

dtrungtin commented 3 years ago

Now the actor uses the "list hotels" api to return the list of hotels and doesn't have amenities. In order the get hotel detail having amenities, the actor needs call other new API "hotel detail"; however, it will take longer to run the actor because of two API calls. Suggestion: Add new checkbox "Include More Detail", if yes, will call another new API "hotel detail" to get amenities. Default checkbox is false.

What do you think?