Uber Eats Realtime Data API
Live Uber Eats data in clean JSON - restaurant search, full restaurant detail with the complete menu, reviews, food categories and served cities behind one API. Search a city, pull a restaurant with every menu item (name, price, photo, dietary), or paste an Uber Eats URL and get structured data back in a single call. No HTML parsing, no anti-bot headaches.
Uber Eats Realtime Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Restaurants | ||
| GET |
restaurant /api/v1/uber-eats/restaurant |
Fetch full restaurant details including address, hours, and full menu. |
| GET |
search /api/v1/uber-eats/search |
Search Uber Eats restaurants by query with optional filters. |
| GET |
restaurants /api/v1/uber-eats/restaurants |
Fetch restaurants in a city, optionally filtered by food category. |
| Reviews | ||
| GET |
restaurantReviews /api/v1/uber-eats/restaurant/reviews |
Fetch reviews for a restaurant with pagination. |
| Discovery | ||
| GET |
cities /api/v1/uber-eats/cities |
Fetch all cities served by Uber Eats in a given country. |
| GET |
categories /api/v1/uber-eats/categories |
Fetch available food categories (e.g., Pizza, Sushi) for a given city. |
| Utilities | ||
| GET |
parse /api/v1/uber-eats/parse |
Auto-detect Uber Eats URL shape and dispatch to the matching endpoint . Returns `{type, data}` envelope. Supports store / category / city listing / grocery / non-US country URLs.… |
Uber Eats Realtime Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 1 / second |
|
| ULTRA | $49 / month | 3 / second |
|
| MEGA Recommended | $129 / month | 5 / second |
|