Local business discovery
Yelpエンドポイントを使えば、「Local business discovery」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
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.
エンドポイントファミリー
3
ドキュメント化されたパラメータ
24
サンプル数
8
ライブカタログスナップショット
稼働エンドポイント
8
メソッド
GET
必須パラメータ
18
スキーマ参照
8
{
"platform": "Yelp",
"endpoint": "yelp-business",
"method": "GET",
"path": "/yelp/business/{id}",
"auth": "apiKey"
}ユースケース
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.
Yelpエンドポイントを使えば、「Local business discovery」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Yelpエンドポイントを使えば、「Competitor and market research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Yelpエンドポイントを使えば、「Reputation and ratings monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/yelp/business/{id}
/yelp/geocode
/yelp/search
エンドポイントカタログ
/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.
/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.
/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.
/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.
/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.
/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.
/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.
/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.
関連API
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.
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.