Skip to content

hdevlinz/tripadvisor-scraper

Repository files navigation

TRIPADVISOR-SCRAPER

How to run

Manually

  1. Install
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Create a input ./storage/key_value_stores/default/INPUT.json file
{
   "type": "",
   "queries": [],
   "language": null,
   "max_search_page": null,
   "max_review_page": null,
   "useApifyProxy": false
}

NOTE: Fill in the type, queries, language, max_search_page and max_review_page as you like.
type in ["attractions", "restaurants", "hotels"] language can find in ./resources/languages.json

  1. Run the Actor
python3 -m src

Using Makefile

  1. Create an INPUT.json file and start the Actor
make seed_input
make start
  1. Check logs
make logs [service name, default is all]

Pre-commit

pre-commit run --all-files

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages