A simple scraper for TripAdvisor (Hotel, Restaurant, Airline) reviews.
- Go +v1.21
- Make [Optional]
- Docker [Optional]
- Docker Compose [Optional]
- Node.js +18 [Optional. Only required if you want to use the scraper written in Node.js, which is deprecated.]
There are 2 scrapers available:
The scraper written in Go is preferred because it calls the API directly and is much faster than the scraper written in Node.js which goes the traditional way of parsing HTML. The instructions of how to use them are located in their separate folders.
Automates the process of provisioning containers for the scraper.
Please read more about the container provisioner here
Provides a pool of proxies for the scraper to use.
Please read more about the proxy pool here