Socket
Socket
Sign inDemoInstall

yelp-reviews-scraper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yelp-reviews-scraper

Yelp Reviews Scraper


Maintainers
1

Yelp Reviews Scraper Python

Python SDK that allows scraping reviews from Yelp businesses.

Generate API Token <https://app.outscraper.com/profile>__

Installation

Python 3+

.. code:: bash

pip install yelp-reviews-scraper

Link to the python package page <https://pypi.org/project/yelp-reviews-scraper/>__

Initialization

.. code:: python

from yelp_reviews_scraper import YelpReviewsClient

client = YelpReviewsClient(api_key='API_KEY_FROM_OUTSCRAPER.COM')

Extract Yelp reviews

.. code:: python

results = client.get_reviews(['eggcellent-waffles-san-francisco'])

Yelp Reviews Scrpaer demo

.. code:: json

{ "id": "your-request-id", "status": "Success", "data": [ [ { "query": "eggcellent-waffles-san-francisco", "business_name": "Eggcellent Waffles", "review_rating": 5, "review_text": "This place is awesome!!

You are basically allowed to craft your dream sandwich. The customization is crazy and the portions are so satisfying. I would definitely recommend the savory options. I got a everything waffle with roast beef, ham, and horseradish. What a dream. I will be back.", "review_photos": [], "review_tags": [], "owner_replies": [], "review_id": "mMzh-4D_-jNG1zzWGo5SYQ" }, { "query": "eggcellent-waffles-san-francisco", "business_name": "Eggcellent Waffles", "review_rating": 4, "review_text": "Honestly, I went to this place because of the silly name. It was a nice surprise. They have a wide variety of fillings to choose from sweet to savory, which is very nice. I've ordered the All Day waffle, which has sausage, avocado, cheese. What an interesting combination, well served and very tasty indeed. The pumpkin spice chai was also very good.

Nothing out of this world but a good experience no doubt.", "review_photos": [], "review_tags": [], "owner_replies": [], "review_id": "KKshwKeYC8nxzkOtprq1Mw" }, { "query": "eggcellent-waffles-san-francisco", "business_name": "Eggcellent Waffles", "review_rating": 3, "review_text": "First time here. I am really excited by the idea of a waffle as the bread to a sandwich. My desire was for a savory breakfast to go. Nothing really struck me as that so I ordered the All Day sandwich. Pork, avacdo, cheese: great. Ranch dressing, yuck!
Great portion and there location is just down from the top of Knob Hill. (Nice park to sit in while eating.)
I see coming back again for a sweet waffle and there are several waffle flavors I'd like to try. However for the savory selections, I will be more selective. Maybe even building my own sandwich, which is an option.", "review_photos": [ "https://s3-media0.fl.yelpcdn.com/bphoto/LGs0xZDWYS7sWlNV21r66g/300s.jpg" ], "review_tags": [ "1 photo", "1 check-in" ], "owner_replies": [], "review_id": "xpQACYnoK7WmRSiR-6ObEw" } ] ] }

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc