Yelp Business Scraper avatar

Yelp Business Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Yelp Business Scraper

Yelp Business Scraper

Scrape Yelp business profiles, reviews, ratings, photos, & comprehensive business data. Get detailed local business intelligence from one of the world's largest review platforms. Star Ratings, Review Volume, Review Content, Business Details, Photos & Price Range: $ to $$$$ pricing indicators

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

26

Total users

8

Monthly active users

2 days ago

Last modified

Share

Yelp Business Scraper - Profiles, Reviews & Ratings

Scrape Yelp business profiles, reviews, ratings, photos, and business details. Get comprehensive local business data including review text, response rates, and engagement metrics.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"businessUrl": "https://example.com"
}

Run with real data

{
"demoMode": false,
"scrapeType": "business_profile",
"businessUrl": "https://example.com",
"priceRange": [],
"minRating": 0,
"openNow": false,
"includeReviews": true,
"maxReviewsPerBusiness": 20,
"includePhotos": false,
"maxResults": 50,
"sortBy": "best_match",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"webhookPlatform": "custom",
"competitorAnalysis": false,
"maxCompetitors": 10
}

Input Parameters

ParameterTypeDefaultRequiredDescription
scrapeTypestring"business_profile"NoWhat type of data to scrape
businessUrlstring-NoDirect Yelp business page URL (e.g., https://www.yelp.com/biz/example-business)
searchTermstring-NoBusiness name or category to search for
locationstring-NoCity and state or ZIP code (e.g., 'Los Angeles, CA' or '90210')
categoriesarray-NoFilter by Yelp categories (e.g., 'restaurants', 'plumbers', 'auto repair')
priceRangearray[]NoFilter by price level (1-4 dollar signs). Enter as JSON array like [1,2] for $ and $$
minRatingnumber0NoMinimum star rating (0 to 5.0, where 0 means no filter)
openNowbooleanfalseNoOnly return businesses currently open
includeReviewsbooleantrueNoScrape customer reviews for each business
maxReviewsPerBusinessinteger20NoMaximum number of reviews to scrape per business
includePhotosbooleanfalseNoExtract photo URLs from business profile
maxResultsinteger50NoMaximum number of businesses to scrape
sortBystring"best_match"NoHow to sort search results
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}NoProxy settings for the scraper
demoModebooleanfalseNoReturn sample data without actual scraping (for testing)
webhookUrlstring-NoURL to POST results when scraping completes (Zapier, Make, n8n, custom endpoint)
webhookPlatformstring"custom"NoPlatform type for webhook payload formatting
webhookHeadersobject-NoCustom HTTP headers to include with webhook request (JSON object)
competitorAnalysisbooleanfalseNoWhen enabled with a businessUrl, scrapes the target business then finds and compares top competitors in the same category and city. Returns a full gap analysis with rankings, advantages, and weaknesses.
maxCompetitorsinteger10NoMaximum number of competitors to include in the gap analysis (1-20)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Business ScrapedEach Yelp business profile scraped$0.06

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal