Local business discovery
Mit Yelp-Endpunkten verwandelst du local business discovery in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
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.
Endpunkt-Familien
3
Dokumentierte Parameter
24
Beispiele
8
Live-Katalog-Snapshot
Aktive Endpunkte
8
Methoden
GET
Pflichtparameter
18
Schema-Referenzen
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.
Mit Yelp-Endpunkten verwandelst du local business discovery in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Yelp-Endpunkten verwandelst du competitor and market research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Yelp-Endpunkten verwandelst du reputation and ratings monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-Yelp-Endpunktkatalog — 8 Endpunkte, 24 dokumentierte Request-Parameter und 8 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
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.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/yelp/business/{id}
/yelp/geocode
/yelp/search
Endpunktkatalog
/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
Verwandte 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.
So scrapst du 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.