tripadvisor-scraper
tripadvisor-scraper copied to clipboard
Hotel prices not returned
Thanks for making this to make scraping TripAdvisor so much easier! The API docs show a sample output for hotels containing an array of prices from various providers. However, an empty prices array is always returned for me. Even the example run does not contain that data.
I noticed that the call to getPlacePrices has been commented out. Are there plans to enable support for retrieving hotel prices? https://github.com/maxCopell/tripadvisor-scraper/blob/4b6176968da6159a9e36cfbdee48cb069b04938c/src/tools/hotel-tools.js#L13