Restaurant and menu price monitoring
UberEatsエンドポイントを使えば、「Restaurant and menu price monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn public UberEats pages into structured restaurant data — search by delivery location or keyword, full store detail with menu sections and item prices, and a reviews snapshot, as normalized JSON for delivery-market and menu research. Credential-free.
Extract UberEats restaurant search, store detail, menus, and reviews — rating, cuisine, delivery estimate, and prices — as structured JSON.
エンドポイントファミリー
3
ドキュメント化されたパラメータ
18
サンプル数
5
ライブカタログスナップショット
稼働エンドポイント
5
メソッド
GET
必須パラメータ
12
スキーマ参照
5
{
"platform": "UberEats",
"endpoint": "ubereats-search",
"method": "GET",
"path": "/ubereats/search",
"auth": "apiKey"
}ユースケース
Extract UberEats restaurant search, store detail, menus, and reviews — rating, cuisine, delivery estimate, and prices — as structured JSON.
UberEatsエンドポイントを使えば、「Restaurant and menu price monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
UberEatsエンドポイントを使えば、「Delivery-market and cuisine research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
UberEatsエンドポイントを使えば、「Rating and review collection」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のUberEatsエンドポイントカタログから取得しています(エンドポイント5件、ドキュメント化されたリクエストパラメータ18個、公開レスポンススキーマ5件)。DocsとPlaygroundが参照しているカタログと同じものです。
UberEatsのエンドポイントは5件、3つのリクエストファミリーに分類されています(Store、Feed、Search)。
これらのUberEatsエンドポイントには18個のリクエストパラメータがドキュメント化されており、うち12個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
5件のUberEatsエンドポイントのうち5件が実際のサンプルレスポンスを、5件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
UberEatsのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、500、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
UberEatsのエンドポイントは5個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/ubereats/store/{store_id}
/ubereats/feed
/ubereats/search
エンドポイントカタログ
/ubereats/searchReturns restaurants delivering to a location: name, rating, review count, delivery estimate, cuisine tags, and image. Pass a keyword to search by name/cuisine/dish, or omit it to browse the general feed for that location. Credential-free public UberEats data.
MCPツール ubereats_search
/ubereats/feedReturns restaurants delivering to a specific location: name, rating, review count, delivery estimate, cuisine tags, and cover image. Credential-free public UberEats data.
MCPツール ubereats_feed
/ubereats/store/{store_id}Returns a normalized UberEats store: address, phone, rating, cuisine tags, hours tagline, and the full menu (sections with items, descriptions, and prices). Credential-free public UberEats data.
MCPツール ubereats_store
/ubereats/store/{store_id}/menuReturns the full menu for an UberEats store: section titles, items, item descriptions, prices, and availability status. Credential-free public UberEats data.
MCPツール ubereats_store_menu
/ubereats/store/{store_id}/reviewsReturns the reviews snapshot embedded in an UberEats store page: aggregate rating, review count, and a sample of recent reviews (reviewer name, text, and relative/absolute date). This is a single on-page snapshot, not a full paginated feed. A store with no written reviews returns an empty reviews list. Credential-free public UberEats data.
MCPツール ubereats_store_reviews
関連API
Marketplaces & Retail
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
Marketplaces & Retail
Build resale, pricing, and marketplace workflows from structured eBay data.
Marketplaces & Retail
Turn public Shop.app product and merchant pages into structured JSON for e-commerce product intelligence, price research, shop monitoring, and marketplace discovery workflows.
対象企業
Uber Technologies, Inc · UBER
UberEatsを運営するのはUber Technologies, Inc(UBER)です。CrawloraのSECエンドポイントは同じ企業のCIKを受け取るため、提出書類・財務・インサイダー取引・13F保有を上記のUberEatsエンドポイントと同じAPIキーで取得できます。
SEC提出書類・財務API →UberEatsのスクレイピング方法
UberEats surfaces restaurant listings, menus, and reviews behind a rendered delivery app. Crawlora's UberEats endpoints return search results, store detail with full menu, and reviews as normalized JSON — no login or location-cookie juggling.
A delivery latitude/longitude with an optional keyword, or a specific store id from a search result.
Pass coordinates and a keyword to /ubereats/search, or a store id to /ubereats/store.
Receive restaurant name, rating, cuisine tags, delivery estimate, and — for a store — the full menu with item prices and a reviews snapshot.
Feed delivery-market dashboards and AI pipelines, or re-run to track menu and price changes over time.
FAQ
Send a delivery latitude/longitude (with an optional keyword) or a store id to Crawlora's UberEats endpoints and get restaurant search results, full store menus, and reviews as structured JSON — no login. Collect public data and respect UberEats' terms.
Yes. /ubereats/store returns current menu item prices per store — re-run it on a schedule to track price changes over time as JSON.
Collecting publicly accessible restaurant, menu, and review data is generally permissible if you respect UberEats' terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.