Restaurant and menu price monitoring
Use UberEats endpoints to turn restaurant and menu price monitoring into repeatable API requests with documented inputs and JSON responses.
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.
Endpoint families
3
Documented params
18
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
12
Schema refs
5
{
"platform": "UberEats",
"endpoint": "ubereats-search",
"method": "GET",
"path": "/ubereats/search",
"auth": "apiKey"
}Use cases
Extract UberEats restaurant search, store detail, menus, and reviews — rating, cuisine, delivery estimate, and prices — as structured JSON.
Use UberEats endpoints to turn restaurant and menu price monitoring into repeatable API requests with documented inputs and JSON responses.
Use UberEats endpoints to turn delivery-market and cuisine research into repeatable API requests with documented inputs and JSON responses.
Use UberEats endpoints to turn rating and review collection into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live UberEats endpoint catalog — 5 endpoints, 18 documented request parameters, and 5 published response schemas — the same catalog Docs and Playground run against.
5 documented UberEats endpoints, grouped into 3 request families — Store, Feed and Search.
18 request parameters are documented across those UberEats endpoints, 12 of them required — the full input contract is public before you write any integration code.
5 of the 5 UberEats endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
UberEats 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.
5 hosted MCP tools back the UberEats 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.
/ubereats/store/{store_id}
/ubereats/feed
/ubereats/search
Endpoint catalog
/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 tool 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 tool 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 tool 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 tool 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 tool ubereats_store_reviews
Related APIs
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.
Company coverage
Uber Technologies, Inc · UBER
UberEats is operated by Uber Technologies, Inc (UBER). Crawlora's SEC endpoints take the same company's CIK, so filings, financials, insider transactions and 13F holdings come from the same API key as the UberEats endpoints above.
SEC filings & financials API →How to scrape 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.