Skip to content

A python script that will scrape all the reviews from a yelp page into a .csv file.

Notifications You must be signed in to change notification settings

Poomulus/Yelp-Review-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Yelp Review Scraper [2019]

Scrape Yelp Reviews from any page into a .csv file without needing to use API access

results


How to use it?

Have selenium >= 3.141.0 and Chrome or Firefox installed.

Use reviews.py to collect the data.

usage: reviews.py [-link]
Data Collection
arguments:

  -link LINK [LINK ...]
                        Link to Yelp Page you want to scrape reviews from

Example: python reviews.py -link "https://www.yelp.com/biz/mcdonalds-austin-78"


The output is reviews.csv inside the script folder.

About

A python script that will scrape all the reviews from a yelp page into a .csv file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages