Delivery marketplace research
Grubhubエンドポイントを使えば、「Delivery marketplace research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn Grubhub's public marketplace data into structured JSON — restaurant search and detail, full menus with delivery and pickup pricing that genuinely differ, ordering availability across up to 20 restaurants at once, promotional offers, customer reviews with rating histograms, and the full future orderable time-slot calendar. Credential-free.
Search Grubhub restaurants, get full menus with delivery and pickup pricing, and pull reviews, offers, and orderable time slots as structured JSON.
エンドポイントファミリー
5
ドキュメント化されたパラメータ
31
サンプル数
7
ライブカタログスナップショット
稼働エンドポイント
7
メソッド
GET
必須パラメータ
22
スキーマ参照
7
{
"platform": "Grubhub",
"endpoint": "grubhub-search",
"method": "GET",
"path": "/grubhub/search",
"auth": "apiKey"
}ユースケース
Search Grubhub restaurants, get full menus with delivery and pickup pricing, and pull reviews, offers, and orderable time slots as structured JSON.
Grubhubエンドポイントを使えば、「Delivery marketplace research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Grubhubエンドポイントを使えば、「Menu and pricing monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Grubhubエンドポイントを使えば、「Review and reputation analysis」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のGrubhubエンドポイントカタログから取得しています(エンドポイント7件、ドキュメント化されたリクエストパラメータ31個、公開レスポンススキーマ7件)。DocsとPlaygroundが参照しているカタログと同じものです。
Grubhubのエンドポイントは7件、5つのリクエストファミリーに分類されています(Restaurant、Availability、Offersほか2件)。
これらのGrubhubエンドポイントには31個のリクエストパラメータがドキュメント化されており、うち22個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
7件のGrubhubエンドポイントのうち7件が実際のサンプルレスポンスを、7件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Grubhubのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Grubhubのエンドポイントは7個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/grubhub/restaurant
/grubhub/availability
/grubhub/offers
/grubhub/search
/grubhub/timepicker
エンドポイントカタログ
/grubhub/searchReturns restaurants delivering to (or offering pickup at) a latitude/longitude, optionally filtered by keyword over restaurant names, cuisines and dishes. Each restaurant carries its id (the value every other Grubhub endpoint takes), name, full address with coordinates, phone, cuisines, star rating and rating count, Grubhub's 1-4 price tier, distance, open state, delivery and pickup fees and minimums, service fee, delivery and pickup time estimates, coupon availability and total menu item count. A location Grubhub does not serve returns an empty list rather than an error.
MCPツール grubhub_search
/grubhub/restaurantReturns one Grubhub restaurant: name, address with coordinates, timezone, phone, cuisines, star rating, price tier, whether online ordering is available, whether it offers delivery and pickup, delivery fee, coupon availability, restaurant tags and the full published week of service hours. Note this endpoint publishes fewer economics than GET /grubhub/search -- delivery minimum and the delivery/pickup time estimates come back empty here, so use the search endpoint when you need those.
MCPツール grubhub_restaurant
/grubhub/restaurant/menuReturns one restaurant's full menu grouped into categories. Every item carries a base price, a delivery price and a pickup price, which genuinely differ, plus a min and max price bounding items whose price varies with the options chosen. Items also carry a description, a popularity flag, availability, tags and an image. Amounts are given both in minor units (cents) and as a decimal value.
MCPツール grubhub_restaurant_menu
/grubhub/availabilityReturns current ordering state for up to 20 restaurants in one call, relative to a diner location. Each entry reports whether the restaurant is open overall and per channel (these can differ), whether delivery and pickup are offered at all as distinct from open right now, whether it delivers to the supplied coordinate, blackout and overloaded flags, distance, delivery and pickup time estimates, delivery fee, order minimum, cuisines, and the next time an order can be sent per channel -- useful when a restaurant is currently closed. The response echoes the requested ids so a caller can tell which ones Grubhub returned nothing for.
MCPツール grubhub_availability
/grubhub/offersReturns the promotional offers a Grubhub restaurant is currently running -- free items, BOGO deals, spend-and-save discounts -- the same data that drives the "2 offers available" badge on the site's own restaurant cards. An empty list is the common, legitimate case: most restaurants have no active promotion at any given moment. `amount.value` is 0 for a free-item offer since the item itself is the value, not a monetary discount; `amount.amount_maximum` then caps the item's dollar value, and `amount.order_minimum` is the spend threshold required to unlock it.
MCPツール grubhub_offers
/grubhub/restaurant/reviewsReturns one restaurant's customer reviews plus its 1-5 star rating histogram. Each review carries the star rating, the written body, the reviewer's display name and how many reviews they have written, the review date, Grubhub's own sentiment classification, the diner type, and the specific menu items the review is attached to -- Grubhub ties each review to what the diner actually ordered. sort accepts `timeCreated_desc` (most recent, the default) and `ratingValue_desc` (highest rated). Note the written-review corpus and the headline rating shown in search are separate systems upstream, so a restaurant can report a large rating count in search while returning few or no written reviews here.
MCPツール grubhub_restaurant_reviews
/grubhub/timepickerReturns every future delivery or pickup time slot Grubhub will accept an order for, up to 7 days ahead. This is what powers the site's own "schedule my order" picker: `/grubhub/availability` tells you whether a restaurant is orderable right now plus one "next" time, while this returns the full future slot calendar a caller would need to build an actual date-and-time picker. Slots are grouped by date and given as full timestamps carrying the restaurant's real UTC offset for that instant, so a caller never has to resolve daylight-saving transitions themselves. Requesting `location_mode=DELIVERY` returns delivery slots only; `PICKUP` returns pickup slots only -- the upstream only computes one side per call.
MCPツール grubhub_timepicker
関連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.
Grubhubのスクレイピング方法
Crawlora's Grubhub endpoints return normalized public Grubhub marketplace data as JSON with one API key — no Grubhub account required.
Pass a latitude and longitude to /grubhub/search, optionally filtered by keyword over names, cuisines, and dishes, for restaurants with rating, price tier, delivery/pickup fees and minimums, and time estimates. A location Grubhub doesn't serve returns an empty list rather than an error.
Pass a restaurant_id to /grubhub/restaurant for profile data, or /grubhub/restaurant/menu for the full menu with base, delivery, and pickup prices that genuinely differ — note delivery minimum and time estimates come back empty on /grubhub/restaurant itself, so use /grubhub/search for those.
Call /grubhub/availability with up to 20 restaurant_ids plus a diner coordinate to check open state, delivery-zone coverage, and the next orderable time per channel for every restaurant in one call.
Call /grubhub/offers for active promotions (free items, BOGO, spend-and-save), /grubhub/restaurant/reviews for written reviews and a rating histogram, or /grubhub/timepicker for the full future delivery/pickup slot calendar up to 7 days ahead.
FAQ
Call /grubhub/search with a coordinate for nearby restaurants, /grubhub/restaurant or /grubhub/restaurant/menu for detail and pricing, /grubhub/availability to batch-check up to 20 restaurants, or /grubhub/offers, /grubhub/restaurant/reviews, and /grubhub/timepicker for promotions, reviews, and time slots — all return structured JSON with one API key.
Yes — /grubhub/restaurant/menu returns a base price plus separate delivery and pickup prices per item, and they genuinely differ.
Yes — /grubhub/availability accepts up to 20 restaurant_ids at once and reports open state, delivery-zone coverage, and the next orderable time per channel for each.
The written-review corpus and the headline rating shown in search are separate systems upstream — a restaurant can have a large rating count in search while returning few or no written reviews on the reviews endpoint.
/grubhub/timepicker returns every future delivery or pickup time slot Grubhub will accept an order for, up to 7 days ahead, with location_mode scoping the results to DELIVERY or PICKUP slots only.