Listing discovery
eBayエンドポイントを使えば、「Listing discovery」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Build resale, pricing, and marketplace workflows from structured eBay data.
Fetch eBay product, search, listing, and seller signals through documented API endpoints.
エンドポイントファミリー
4
ドキュメント化されたパラメータ
25
サンプル数
10
ライブカタログスナップショット
稼働エンドポイント
10
メソッド
GET, POST
必須パラメータ
19
スキーマ参照
10
{
"platform": "eBay",
"endpoint": "ebay-item",
"method": "GET",
"path": "/ebay/item/{item_id}",
"auth": "apiKey"
}ユースケース
Fetch eBay product, search, listing, and seller signals through documented API endpoints.
eBayエンドポイントを使えば、「Listing discovery」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
eBayエンドポイントを使えば、「Seller research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
eBayエンドポイントを使えば、「Price and availability monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のeBayエンドポイントカタログから取得しています(エンドポイント10件、ドキュメント化されたリクエストパラメータ25個、公開レスポンススキーマ10件)。DocsとPlaygroundが参照しているカタログと同じものです。
eBayのエンドポイントは10件、4つのリクエストファミリーに分類されています(Live、Seller、Itemほか1件)。
これらのeBayエンドポイントには25個のリクエストパラメータがドキュメント化されており、うち19個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
10件のeBayエンドポイントのうち10件が実際のサンプルレスポンスを、10件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
eBayのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、500、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
eBayのエンドポイントは10個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/ebay/live/streams
/ebay/seller/{seller}
/ebay/item/{item_id}
/ebay/search
エンドポイントカタログ
/ebay/item/{item_id}Returns normalized details for a public eBay item listing.
MCPツール ebay_item
/ebay/live/streamsReturns currently live and upcoming eBay Live streams for a category channel.
MCPツール ebay_live_streams
/ebay/live/streams/{id}Returns normalized detail for a single eBay Live stream/event, including each host's feedback summary for the last 365 days.
MCPツール ebay_live_stream
/ebay/live/streams/{id}/itemsReturns the currently featured/auction items for an eBay Live stream, including live bidding state.
MCPツール ebay_live_stream_items
/ebay/live/streams/batchReturns normalized summaries for multiple eBay Live streams/events in one call, up to 9 ids per request.
MCPツール ebay_live_streams_batch
/ebay/searchReturns normalized eBay search results.
MCPツール ebay_search
/ebay/seller/{seller}Returns normalized details for a public eBay seller profile.
MCPツール ebay_seller
/ebay/seller/{seller}/aboutReturns normalized seller about information from the public eBay store about tab, including seller stats, top-rated status, optional location/member-since fields, and cleaned store categories.
MCPツール ebay_seller_about
/ebay/seller/{seller}/feedbackReturns normalized seller feedback summary, detailed ratings, and recent review cards from the public eBay seller feedback tab.
MCPツール ebay_seller_feedback
/ebay/seller/{seller}/shopReturns normalized listings from the public eBay seller shop tab, with pagination backed by the store odtRefresh response.
MCPツール ebay_seller_shop
関連API
Marketplaces & Retail
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
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.
Marketplaces & Retail
Turn public Shopify storefront JSON and sitemap surfaces into structured data for catalog monitoring, merchandising research, product discovery, and storefront intelligence workflows.
対象企業
eBay Inc. · EBAY
eBayを運営するのはeBay Inc.(EBAY)です。CrawloraのSECエンドポイントは同じ企業のCIKを受け取るため、提出書類・財務・インサイダー取引・13F保有を上記のeBayエンドポイントと同じAPIキーで取得できます。
SEC提出書類・財務API →eBayのスクレイピング方法
eBay listings and seller signals power resale and pricing workflows. Crawlora's eBay endpoints return item, search, and seller data as structured JSON.
A single item, a search results page, or a seller's store and feedback.
Pass the item ID, search query, or seller name to Crawlora's eBay endpoint.
Receive title, price, condition, shipping, sold status, seller, and feedback as clean JSON.
Re-run on a schedule to track price changes, sell-through, and competitor listings.
FAQ
Send an eBay item ID, search query, or seller name to Crawlora's eBay endpoint and get structured JSON — title, price, condition, shipping, seller, feedback — without writing parsers. Collect public data and respect eBay's terms.
Yes — Crawlora returns seller profile and feedback data plus listing details. It collects only publicly visible marketplace data, not private account information.
Collecting publicly accessible listing and seller data is generally permissible if you respect eBay's terms of use, robots directives, rate limits, and applicable law. This is for public data you're authorized to collect.
eBay's official Marketplace Insights API for sold data requires Business-level account approval and only returns the last 90 days — multi-year history is limited to eBay's own paid Terapeak tool inside Seller Hub. Crawlora reads eBay's public listing and sold-item pages directly, with no approval process and no 90-day window.