Skip to main content

Yelp Reviews Scraper

Project description

Python SDK that allows scraping reviews from Yelp businesses.

Generate API Token

Installation

Python 3+

pip install yelp-reviews-scraper

Link to the python package page

Initialization

from yelp_reviews_scraper import YelpReviewsClient

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

Extract Yelp reviews

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

Yelp Reviews Scrpaer demo

{
  "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!! <br><br>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&#39;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. <br><br>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! <br>Great portion and there location is just down from the top of Knob Hill. (Nice park to sit in while eating.)<br>I see coming back again for a sweet waffle and there are several waffle flavors I&#39;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"
      }
    ]
  ]
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yelp-reviews-scraper-0.0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

yelp_reviews_scraper-0.0.1-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page