Delivery marketplace research
Use Just Eat endpoints to turn delivery marketplace research into repeatable API requests with documented inputs and JSON responses.
Turn Just Eat's public UK marketplace into structured JSON — full restaurant listings for a postcode in Just Eat's own default sort order, restaurant profiles, and priced menus with customization option groups. Credential-free.
Search Just Eat restaurants by UK postcode and get full priced menus as structured JSON.
Endpoint families
2
Documented params
9
Examples
3
Live catalog snapshot
Active endpoints
3
Methods
GET
Required params
6
Schema refs
3
{
"platform": "Just Eat",
"endpoint": "justeat-search",
"method": "GET",
"path": "/justeat/search",
"auth": "apiKey"
}Use cases
Search Just Eat restaurants by UK postcode and get full priced menus as structured JSON.
Use Just Eat endpoints to turn delivery marketplace research into repeatable API requests with documented inputs and JSON responses.
Use Just Eat endpoints to turn uk restaurant menu and pricing monitoring into repeatable API requests with documented inputs and JSON responses.
Use Just Eat endpoints to turn postcode-level coverage mapping into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Just Eat endpoint catalog — 3 endpoints, 9 documented request parameters, and 3 published response schemas — the same catalog Docs and Playground run against.
3 documented Just Eat endpoints, grouped into 2 request families — Restaurant and Search.
9 request parameters are documented across those Just Eat endpoints, 6 of them required — the full input contract is public before you write any integration code.
3 of the 3 Just Eat endpoints ship a recorded example response, and 3 carry a documented response schema — you can code against the real JSON before the first request.
Just Eat endpoints document their error responses (400, 404 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.
3 hosted MCP tools back the Just Eat 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.
/justeat/restaurant
/justeat/search
Endpoint catalog
/justeat/searchReturns Just Eat's full restaurant listing for a UK postcode -- every restaurant the site's own area page carries, ordered as Just Eat's default "best match" sort presents them (or by sort_by, if set), not a curated subset. Each restaurant carries its unique_name (the value the restaurant and menu endpoints take), name, image, rating, delivery time window, and open-now status. A postcode with no coverage returns an empty list rather than an error.
MCP tool justeat_search
/justeat/restaurantReturns one Just Eat restaurant's detail by unique_name: name, address, primary cuisine, rating, and whether it currently accepts orders.
MCP tool justeat_restaurant
/justeat/restaurant/menuReturns one restaurant's full menu grouped into categories. Every item carries a name, description, image, price, and calorie/energy text when the upstream provides it. Items with customization options (e.g. "Dip 1/2") carry a modifier_groups list with each option's own price. Non-restaurant stores (groceries, alcohol, pharmacy, electronics, and similar) return every item under a single "All items" category rather than the site's own finer-grained grouping.
MCP tool justeat_restaurant_menu
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.
How to scrape Just Eat
Crawlora's Just Eat endpoints return normalized public Just Eat UK marketplace data as JSON with one API key — no Just Eat account required.
Pass a postcode to /justeat/search for every restaurant the site's own area page carries, ordered by Just Eat's default "best match" sort (or by sort_by) — not a curated subset. Each result carries its unique_name, name, image, rating, delivery time window, and open-now status.
Pass a unique_name from /justeat/search to /justeat/restaurant for its name, address, primary cuisine, rating, and whether it currently accepts orders.
Call /justeat/restaurant/menu for the full menu grouped into categories, with price and calorie/energy text where published. Non-restaurant stores (groceries, alcohol, pharmacy, electronics) return every item under a single "All items" category rather than the site's finer-grained grouping.
FAQ
Call /justeat/search with a UK postcode for the full restaurant listing, /justeat/restaurant for one restaurant's detail, or /justeat/restaurant/menu for its priced menu — all return structured JSON with one API key.
A full listing — every restaurant the site's own postcode area page carries, in Just Eat's default "best match" order or your chosen sort_by, not a curated feed.
Yes — /justeat/restaurant/menu works for groceries, alcohol, pharmacy, electronics, and similar stores too, though these return every item under one "All items" category rather than the site's own finer-grained grouping.
/justeat/search returns an empty list rather than an error for a postcode with no coverage.