API Group

eBay API endpoints

6 eBay API endpoints for web scraping workflows, with REST paths, authentication requirements, parameters, examples, and MCP tool metadata where supported.

GET/ebay/item/{item_id}apiKey2 credits/request

Get eBay item details

Returns normalized details for a public eBay item listing.

Params: item_id:path, x-api-key:header

POST/ebay/searchapiKey3 credits/request

Search eBay listings

Returns normalized eBay search results.

Params: option:body, x-api-key:header

GET/ebay/seller/{seller}apiKey2 credits/request

Get eBay seller profile

Returns normalized details for a public eBay seller profile.

Params: seller:path, x-api-key:header

GET/ebay/seller/{seller}/aboutapiKey2 credits/request

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.

Params: seller:path, x-api-key:header

GET/ebay/seller/{seller}/feedbackapiKey3 credits/request

Get eBay seller feedback

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

Params: seller:path, page:query, per_page:query, x-api-key:header

GET/ebay/seller/{seller}/shopapiKey3 credits/request

Get eBay seller shop listings

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

Params: seller:path, page:query, x-api-key:header

Back to docs