Delivery marketplace research
Just Eatエンドポイントを使えば、「Delivery marketplace research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
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.
エンドポイントファミリー
2
ドキュメント化されたパラメータ
9
サンプル数
3
ライブカタログスナップショット
稼働エンドポイント
3
メソッド
GET
必須パラメータ
6
スキーマ参照
3
{
"platform": "Just Eat",
"endpoint": "justeat-search",
"method": "GET",
"path": "/justeat/search",
"auth": "apiKey"
}ユースケース
Search Just Eat restaurants by UK postcode and get full priced menus as structured JSON.
Just Eatエンドポイントを使えば、「Delivery marketplace research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Just Eatエンドポイントを使えば、「UK restaurant menu and pricing monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Just Eatエンドポイントを使えば、「Postcode-level coverage mapping」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のJust Eatエンドポイントカタログから取得しています(エンドポイント3件、ドキュメント化されたリクエストパラメータ9個、公開レスポンススキーマ3件)。DocsとPlaygroundが参照しているカタログと同じものです。
Just Eatのエンドポイントは3件、2つのリクエストファミリーに分類されています(Restaurant、Search)。
これらのJust Eatエンドポイントには9個のリクエストパラメータがドキュメント化されており、うち6個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
3件のJust Eatエンドポイントのうち3件が実際のサンプルレスポンスを、3件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Just Eatのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Just Eatのエンドポイントは3個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/justeat/restaurant
/justeat/search
エンドポイントカタログ
/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ツール 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ツール 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ツール justeat_restaurant_menu
関連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.
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.