Skip to content

EurekaMedes/tripadvisor-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

TripAdvisor Scraper

Only for educational purposes. Use at own risk, it might violate TripAdvisor policies.

Dependencies

Install:

Tested configuration

  • Python 2.7.6 + Scrapy 0.24.4
  • Python 2.7.6 + Scrapy 0.20.2

Usage - Have fun!

cd tripadvisor-scraper/

Scrape and save data in JSON lines format:

scrapy crawl tripadvisor-restaurant -o output/result.json

For JSON format use:

scrapy crawl tripadvisor-restaurant -o output/result.json -t json

but pay attention it doesn’t scale well for large amounts of data since incremental (aka. stream-mode)

About

TripAdvisor scraper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%