Listing discovery
Use eBay endpoints to turn listing discovery into repeatable API requests with documented inputs and JSON responses.
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
Active endpoints
6
Methods
GET, POST
Required params
12
Schema refs
6
{
"platform": "eBay",
"endpoint": "ebay-item",
"method": "GET",
"path": "/ebay/item/{item_id}",
"auth": "apiKey"
}Use cases
Fetch eBay product, search, listing, and seller signals through documented API endpoints.
Use eBay endpoints to turn listing discovery into repeatable API requests with documented inputs and JSON responses.
Use eBay endpoints to turn seller research into repeatable API requests with documented inputs and JSON responses.
Use eBay endpoints to turn price and availability monitoring into repeatable API requests with documented inputs and JSON responses.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/ebay/seller/{seller}
/ebay/item/{item_id}
/ebay/search
Featured endpoints
/ebay/item/{item_id}Returns normalized details for a public eBay item listing.
/ebay/searchReturns normalized eBay search results.
/ebay/seller/{seller}Returns normalized details for a public eBay seller profile.
/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.
/ebay/seller/{seller}/feedbackReturns normalized seller feedback summary, detailed ratings, and recent review cards from the public eBay seller feedback tab.
/ebay/seller/{seller}/shopReturns normalized listings from the public eBay seller shop tab, with pagination backed by the store odtRefresh response.
Related APIs
Start building