Yelp Scraper avatar
Yelp Scraper
Try for free

Pay $5.00 for 1,000 Results

View all Actors
Yelp Scraper

Yelp Scraper

tri_angle/yelp-scraper
Try for free

Pay $5.00 for 1,000 Results

Free Yelp web scraper to extract data from Yelp. Fast Yelp review scraper, but also gets business details and ratings without using the Yelp API.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "searchTerms": [
8    "Pizza"
9  ],
10  "locations": [
11    "New York"
12  ],
13  "searchLimit": 10,
14  "maxImages": 1,
15  "reviewLimit": 5,
16  "reviewsLanguage": "ALL"
17}
18EOF
19
20# Run the Actor using an HTTP API
21# See the full API reference at https://docs.apify.com/api/v2
22curl "https://api.apify.com/v2/acts/tri_angle~yelp-scraper/runs?token=$API_TOKEN" \
23  -X POST \
24  -d @input.json \
25  -H 'Content-Type: application/json'
Developer
Maintained by Apify
Actor metrics
  • 123 monthly users
  • 23 stars
  • 100.0% runs succeeded
  • 2.9 days response time
  • Created in Dec 2019
  • Modified 4 days ago
Categories