Yelp Scraper avatar

Yelp Scraper

Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Yelp Scraper

Yelp Scraper

eunit/yelp-scraper

Effortlessly extract business names, addresses, phone numbers, ratings, and reviews from Yelp. No Yelp API is required! Analyze customer sentiment, track competitors, or gather market research data. Scrape by location or keywords. Export data (CSV, JSON, HTML) and automate scraping.

You can access the Yelp Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "searchTerms": [
3    "Pizza"
4  ],
5  "locations": [
6    "New York"
7  ],
8  "searchLimit": 10,
9  "maxImages": 1,
10  "reviewLimit": 5,
11  "proxy": {
12    "useApifyProxy": true,
13    "apifyProxyGroups": [
14      "RESIDENTIAL"
15    ]
16  }
17}' |
18apify call eunit/yelp-scraper --silent --output-dataset

Yelp Scraper API through CLI

The Apify CLI is the official tool that allows you to use Yelp Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community