Local business discovery
Use Yelp endpoints to turn local business discovery into repeatable API requests with documented inputs and JSON responses.
Search Yelp businesses by term and location and get normalized JSON results — ratings, review counts, categories, address, coordinates, and photos — for local business discovery, competitor research, and reputation monitoring.
Use a Yelp API to search businesses by term and location and get ratings, review counts, categories, address, coordinates, and photos back as structured JSON.
Endpoint families
3
Documented params
24
Examples
8
Live catalog snapshot
Active endpoints
8
Methods
GET
Required params
18
Schema refs
8
{
"platform": "Yelp",
"endpoint": "yelp-business",
"method": "GET",
"path": "/yelp/business/{id}",
"auth": "apiKey"
}Use cases
Use a Yelp API to search businesses by term and location and get ratings, review counts, categories, address, coordinates, and photos back as structured JSON.
Use Yelp endpoints to turn local business discovery into repeatable API requests with documented inputs and JSON responses.
Use Yelp endpoints to turn competitor and market research into repeatable API requests with documented inputs and JSON responses.
Use Yelp endpoints to turn reputation and ratings monitoring into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Yelp endpoint catalog — 8 endpoints, 24 documented request parameters, and 8 published response schemas — the same catalog Docs and Playground run against.
8 documented Yelp endpoints, grouped into 3 request families — Business, Geocode and Search.
24 request parameters are documented across those Yelp endpoints, 18 of them required — the full input contract is public before you write any integration code.
8 of the 8 Yelp endpoints ship a recorded example response, and 8 carry a documented response schema — you can code against the real JSON before the first request.
Yelp endpoints document their error responses (400, 404, 500 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
8 hosted MCP tools back the Yelp endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/yelp/business/{id}
/yelp/geocode
/yelp/search
Endpoint catalog
/yelp/business/{id}Looks up a single Yelp business by alias or encoded id via Yelp's real Android app backend. Credential-free: no login, no API key, no cookie required from the caller.
MCP tool yelp_business
/yelp/business/{id}/menuFetches menu items for a Yelp business via Yelp's real Android app backend. Credential-free: no login, no API key, no cookie required from the caller.
MCP tool yelp_business_menu
/yelp/business/{id}/photosFetches the photo gallery for a Yelp business via Yelp's real Android app backend. Credential-free: no login, no API key, no cookie required from the caller.
MCP tool yelp_business_photos
/yelp/business/{id}/reviewsFetches reviews for a Yelp business via Yelp's real Android app backend. Credential-free: no login, no API key, no cookie required from the caller.
MCP tool yelp_business_reviews
/yelp/business/{id}/reviews/highlightsFetches thematic review snippets (extracted talking points with a supporting quote) for a Yelp business via Yelp's real Android app backend. Credential-free: no login, no API key, no cookie required from the caller.
MCP tool yelp_business_review_highlights
/yelp/business/{id}/reviews/searchSearches a Yelp business's reviews for a keyword via Yelp's real Android app backend, returning a highlighted excerpt per match. Credential-free: no login, no API key, no cookie required from the caller.
MCP tool yelp_business_reviews_search
/yelp/geocodeResolves a free-form address into structured location data (coordinates, city, state, zip, county) via Yelp's real Android app backend. Credential-free: no login, no API key, no cookie required from the caller. Not business-scoped.
MCP tool yelp_geocode
/yelp/searchSearches Yelp's real Android app business-search backend for a term and location. Credential-free: no login, no API key, no cookie required from the caller.
MCP tool yelp_search
Related APIs
Reviews & Reputation
Use a Trustpilot reviews API to monitor review volume, star ratings, and customer feedback across companies and categories as structured JSON for reputation tracking, competitor analysis, and review intelligence workflows.
Reviews & Reputation
Turn public Capterra software listings and reviews into normalized JSON for software discovery, competitor research, review analysis, and product enrichment. Search by category or keyword, resolve a product, then page through its public reviews without maintaining a scraper.
Reviews & Reputation
Turn public Better Business Bureau (bbb.org) pages into structured JSON — search or browse businesses by category and location, resolve a full business profile with its rating, accreditation, and contact detail, and pull a business's complaint history with response threads. Credential-free.
How to scrape Yelp
Crawlora's Yelp endpoint calls Yelp's real Android app business-search backend directly and returns normalized results as JSON with one API key.
Send a search term (e.g. "pizza") and a location — neighborhood, city, state, or zip code — to the Yelp search endpoint.
Receive normalized business listings with name, rating, review count, price, categories, address, coordinates, and photos.
Use limit and offset to page through results; an empty results array is a valid no-match response.
FAQ
Send a term and location to Crawlora's Yelp search endpoint and get normalized business listings back as structured JSON — no HTML parsing or proxy setup required.
No. It calls Yelp's real Android app business-search backend directly and is credential-free — no Yelp login, API key, or cookie is required from the caller. You only need your Crawlora API key.
Each result includes the business name, alias, rating, review count, price level, categories, address, coordinates, neighborhoods, phone number, and photos.
Yelp's official Fusion API caps free usage at 5,000 calls per day, and its terms prohibit using the returned data to build a competing business directory or database. Crawlora reads Yelp's public business-search data directly through one API key, without that daily call cap.