JustEat Listings & Menu API
The JustEat Listings & Menu API lets you search restaurant listings from Just Eat UK — the UK's largest food-delivery marketplace — and returns clean, structured JSON in real time. Query every restaurant delivering to any UK postcode or outcode to get names, ratings, hygiene scores, cuisines, delivery costs, ETAs, and locations, then fetch a single restaurant's full menu with categories, items,…
JustEat Listings & Menu API endpoints
| Method | Endpoint | Description |
|---|---|---|
| search | ||
| GET |
search /search |
Return every restaurant delivering to a UK postcode or outcode as normalized JSON — names, ratings, cuisines, delivery costs, ETAs, location and open status. Use the `uniqueName`… |
| menu | ||
| GET |
menu /menu |
Fetch the full structured menu for a single restaurant — categories, items, descriptions, prices, images, nutrition and modifier groups. Pass the `uniqueName` slug returned by… |
JustEat Listings & Menu API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 5 / second |
|
| ULTRA | $75 / month | 15 / second |
|
| MEGA | $249 / month | 20 / second |
|