Skip to content

channancy/yelp-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Yelp Search

Script that accepts a list of businesses and outputs an Excel file of Yelp search results

Usage

python yelp_search.py <filename> <zipcode>

Example:

python yelp_search.py RamenList.txt 90001

RamenList.txt:

Santouka
...

Console output:

Santouka
Hokkaido Ramen Santouka
4.5
Number of reviews: 1971
3760 S Centinela Ave
Los Angeles, CA 90066
+1-310-391-1101
https://www.yelp.com/biz/hokkaido-ramen-santouka-los-angeles?adjust_creative=mUML_rr9Gv6-dmefggsCHg&utm_campaign=yelp_api&utm_medium=api_v2_search&utm_source=mUML_rr9Gv6-dmefggsCHg

...

Excel file:

Search Name Rating Number of Reviews Street Address City State Zip Code Phone Number Yelp Link
Santouka Hokkaido Ramen Santouka 4.5 1971 1971 3760 S Centinela Ave Los Angeles CA 90066 +1-310-391-1101 https://www.yelp.com/biz/hokkaido-ramen-santouka-los-angeles?adjust_creative=mUML_rr9Gv6-dmefggsCHg&utm_campaign=yelp_api&utm_medium=api_v2_search&utm_source=mUML_rr9Gv6-dmefggsCHg
... ... ... ... ... ... ... ... ... ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages