A Go-based scraper for extracting hotel reviews from TripAdvisor. This tool enables users to collect hotel ratings, reviews, and other details for analysis or research purposes. Features
- Scrapes hotel reviews, ratings, and feedback.
- Supports multiple pages of reviews.
- Saves data in a structured format (e.g., CSV or JSON).
Requirements
- Go 1.18+
- Dependencies listed in go.mod.
- Clone the repository:
git clone https://github.com/bcncpp/scraper.git
- Navigate to the project folder and build the Go project:
cd scraper
go build
Run the scraper with the TripAdvisor hotel URL:
./scraper <hotel_url>
Please review and adhere to TripAdvisor's terms of service when using this scraper.