Yelp Scraper Pro avatar

Yelp Scraper Pro

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Yelp Scraper Pro

Yelp Scraper Pro

Fast Yelp business scraper with hours, menu, services, photo categories, owner replies, and coordinates.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(8)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

9

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

Fast, HTTP-based Yelp business scraper with richer data than browser-based tools. Extract business details, customer reviews, hours of operation, services & amenities, photo galleries by category, menu items, claim status, owner replies, and geographic coordinates from any Yelp business page or search result.

Built for speed: no browser, no JavaScript rendering, no wasted compute. Ideal for lead generation, competitive analysis, market research, and review monitoring at scale.

Why Yelp Scraper Pro?

  • Significantly faster than browser-based Yelp scrapers — pure HTTP extraction
  • Richer output: hours, services, photos by category, owner replies, coordinates, claim status, menu (restaurants)
  • Clean output — fields are omitted when data is unavailable, no null placeholders
  • Robust session and proxy rotation for Cloudflare-protected pages
  • No login, no cookies required — only public data is collected

Features

  • Search Yelp by keyword and location across the US and international markets
  • Scrape specific businesses via direct URL input
  • Business profile data — name, phone, address, categories, price range, cuisine, website, description
  • Customer reviews — text, star rating, per-review date, attached photos, Useful/Funny/Cool reactions
  • Hours of operation — one entry per weekday, normalized to 12-hour format
  • Services & amenities — takeout, delivery, accepts credit cards, and more
  • Geographic coordinates — latitude and longitude for mapping
  • Photo galleries grouped by category (food, inside, outside, menu)
  • Owner replies — when the business has publicly responded to reviews
  • Menu items — name, price, description (restaurants only, when available)
  • Claim status — whether a business has been claimed by its owner on Yelp

Input Parameters

FieldTypeDefaultDescription
searchTermsArray of strings[]Search queries (e.g., "pizza", "plumber", "hair salon")
locationsArray of strings[]Locations to search (e.g., "New York, NY", "Los Angeles, CA")
directUrlsArray of URLs[]Direct Yelp business page URLs to scrape
searchLimitInteger10Maximum results per search query (1-100)
reviewLimitInteger5Maximum reviews per business (0-50)
fetchPhotosBooleantrueExtract gallery photos grouped by category
fetchHoursBooleantrueExtract hours of operation
fetchMenuBooleanfalseAttempt to extract menu items (restaurants only)
proxyObjectApify residentialREQUIRED. Residential proxy configuration

You must provide at least one of searchTerms or directUrls.

Output Fields

Each business record includes the fields that are available on Yelp. Fields with no data are omitted from the record — there are no empty strings, empty arrays, or null values in the output.

FieldTypeDescription
directUrlStringFull Yelp URL of the business page
bizIdStringYelp business slug identifier
nameStringBusiness name
descriptionStringBusiness description from structured data
categoriesArrayBusiness categories (e.g., "Pizza", "Italian")
typeStringBusiness type (e.g., "Restaurant", "LocalBusiness")
phoneStringBusiness phone number
reviewCountStringTotal number of reviews
aggregatedRatingStringAverage star rating (e.g., "4.5")
priceRangeStringPrice level ("$", "$$", "$$$")
cuisineStringCuisine type (restaurants)
websiteStringBusiness website URL
imagesArrayBusiness hero image URLs
addressObjectstreetAddress, addressLocality, addressRegion, postalCode, addressCountry
coordinatesObjectlatitude, longitude
hoursObjectMon-Sun → opening range (e.g., "Mon": "11:00 AM - 10:00 PM")
servicesArrayAmenities and services (Takeout, Delivery, Parking, etc.)
photoCategoriesObjectPhoto URLs grouped by category (food, inside, outside, menu)
menuArrayMenu items {name, price, description} (restaurants)
claimStatusString"claimed" or "unclaimed"
ownerRepliesArrayBusiness responses to reviews {reviewDate, reply, replyDate}
reviewsArrayCustomer reviews — see below
scrapedAtStringISO 8601 UTC timestamp

Review Object

FieldTypeDescription
dateStringReview date (per-review, correctly anchored)
ratingStringStar rating ("1"-"5")
textStringReview text content
photosArrayURLs of photos attached to the review
isUsefulCountIntegerNumber of "Useful" reactions
isFunnyCountIntegerNumber of "Funny" reactions
isCoolCountIntegerNumber of "Cool" reactions

Supported URL Formats

  • Business pages: https://www.yelp.com/biz/business-name-city
  • Business pages with disambiguation suffix: https://www.yelp.com/biz/business-name-city-2

Example Input

Search for businesses

{
"searchTerms": ["pizza", "sushi"],
"locations": ["New York, NY", "San Francisco, CA"],
"searchLimit": 5,
"reviewLimit": 3,
"fetchPhotos": true,
"fetchHours": true,
"fetchMenu": false,
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Scrape specific businesses with menus

{
"directUrls": [
{ "url": "https://www.yelp.com/biz/prince-street-pizza-new-york-2" },
{ "url": "https://www.yelp.com/biz/joes-pizza-new-york" }
],
"reviewLimit": 10,
"fetchMenu": true,
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Use Cases

  • Lead generation — collect business contact information with phone, website, and address
  • Competitive analysis — compare ratings, price points, and services across similar businesses
  • Market research — evaluate business density, pricing, and customer sentiment by neighborhood
  • Restaurant intelligence — track menus, cuisine types, and hours across competitors
  • Review monitoring — track customer sentiment and owner responses over time
  • Local SEO — audit how businesses appear in Yelp search results for target keywords

Tips for Best Results

  • Start small — run with searchLimit: 3 and reviewLimit: 3 for initial testing
  • Use direct URLs when possible — faster than search and more reliable for known businesses
  • Residential proxies are mandatory — Yelp blocks datacenter IPs via Cloudflare
  • Daily recurring runs — schedule on Apify to keep your dataset current
  • Menu extraction — only works for US restaurants that have enabled Yelp Menu

Limitations

  • Only publicly visible data is collected
  • Yelp caps public review visibility at approximately 30 reviews per business; reviewLimit is capped at 50
  • Cloudflare protection may occasionally throttle requests despite proxy rotation
  • Menu extraction is best-effort and only succeeds for restaurants that have configured a Yelp Menu
  • Question & Answer content is not included in this version

FAQ

Do I need a proxy? Yes. Yelp uses Cloudflare and blocks datacenter IPs. The default input uses Apify's residential proxy group and this is strongly recommended.

How many reviews can I get per business? Up to 50, subject to Yelp's public review page limit (usually around 30).

Why are some businesses missing a menu? Yelp's menu feature is opt-in, US-only, and not available for every restaurant. When no menu is published on Yelp, the menu field is omitted from the output.

Why are some fields missing from my output? Yelp Scraper Pro omits fields when data is not available, so every field you see contains real data. This makes downstream processing easier and avoids null checks.

Can I scrape businesses outside the US? Yes. Yelp operates in many countries; international business pages work the same way. Some fields (menu, certain services) are US-centric.

How is this different from the basic Yelp Scraper? Yelp Scraper Pro is faster (no browser), extracts more fields (hours, services, photo categories, owner replies, coordinates, claim status, menu), and correctly anchors review dates per review (avoiding cross-review date bleed in simpler extractors).

Is my data fresh? Every run fetches live data directly from Yelp. Schedule recurring runs on Apify to keep datasets updated.

Does this require login or cookies? No. Yelp Scraper Pro extracts only publicly available data. No authentication is needed.