Skip to content

Web scraper that grabs all reviews for a business's yelp page and returns them as a string for parsing. Originally designed for a Natural Language Processing project

Notifications You must be signed in to change notification settings

thomkitchen/yelp-review-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

yelp-review-scraper

Web scraper that grabs all reviews for a business's yelp page and returns them as a string for parsing. Originally designed for a Natural Language Processing project

Use

Import module into project. Use the get_review() functions by feeding it the Yelp URL of the business/product you want to get the reviews for as a parameter. ex. get_review("http://yelp.url.of.business.com"). Returns a string of all reviews separated by \n\n

Note

Runs on HTML naming conventions of Yelp. If they change their HTML/CSS structure, update the code at the marked locations

About

Web scraper that grabs all reviews for a business's yelp page and returns them as a string for parsing. Originally designed for a Natural Language Processing project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages