Skip to content

magic890/tripadvisor-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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)

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages