Marketplaces & Retail6 active endpointsapiKey

eBay scraping API

Build resale, pricing, and marketplace workflows from structured eBay data.

Fetch eBay product, search, listing, and seller signals through documented API endpoints.

Endpoint families

3

Documented params

15

Examples

6

Live catalog snapshot

eBay coverage

Active endpoints

6

Methods

GET, POST

Required params

12

Schema refs

6

Seller4
Item1
Search1
{
  "platform": "eBay",
  "endpoint": "ebay-item",
  "method": "GET",
  "path": "/ebay/item/{item_id}",
  "auth": "apiKey"
}

Use cases

Workflows that fit eBay

Fetch eBay product, search, listing, and seller signals through documented API endpoints.

Listing discovery

Use eBay endpoints to turn listing discovery into repeatable API requests with documented inputs and JSON responses.

Seller research

Use eBay endpoints to turn seller research into repeatable API requests with documented inputs and JSON responses.

Price and availability monitoring

Use eBay endpoints to turn price and availability monitoring into repeatable API requests with documented inputs and JSON responses.

Coverage map

Know what the API can collect before integrating

These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.

4 endpoints

Seller

/ebay/seller/{seller}

GETapiKey
1 endpoints

Item

/ebay/item/{item_id}

GETapiKey
1 endpoints

Search

/ebay/search

POSTapiKey

Featured endpoints

eBay API endpoints

Browse full docs
GETapiKeyexample
/ebay/item/{item_id}
Details

Get eBay item details

Returns normalized details for a public eBay item listing.

item_id:pathx-api-key:header
POSTapiKeyexample
/ebay/search
Details

Search eBay listings

Returns normalized eBay search results.

option:bodyx-api-key:header
GETapiKeyexample
/ebay/seller/{seller}
Details

Get eBay seller profile

Returns normalized details for a public eBay seller profile.

seller:pathx-api-key:header
GETapiKeyexample
/ebay/seller/{seller}/about
Details

Get eBay seller about details

Returns 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.

seller:pathx-api-key:header
GETapiKeyexample
/ebay/seller/{seller}/feedback
Details

Get eBay seller feedback

Returns normalized seller feedback summary, detailed ratings, and recent review cards from the public eBay seller feedback tab.

seller:pathpage:queryper_page:query+1 more
GETapiKeyexample
/ebay/seller/{seller}/shop
Details

Get eBay seller shop listings

Returns normalized listings from the public eBay seller shop tab, with pagination backed by the store odtRefresh response.

seller:pathpage:queryx-api-key:header

Related APIs

More marketplaces & retail coverage

Start building

Test eBay endpoints against the same catalog used by Docs.