eBay API
Listings, deals, stores, product reviews, and seller feedback from eBay.
ebay
Capabilities
Every capability uses the same POST /execute envelope. Open an endpoint for
its exact ID, input contract, code samples, cost, runtime, and illustrative output.
Each endpoint lists its cost in credits per request; the
pricing page shows what credits cost.
ebay.categories.list
Browse eBay's public category hierarchy.
ebay.deals.list
Explore current deals and browse deal categories.
ebay.item.deferred_promotions
Read additional item recommendations and their listing links.
ebay.item.promotions
Read recommended listings and promotions for an item.
ebay.product.detail.get
Read item prices, availability, images, specifications, shipping, returns, and seller information.
ebay.product.reviews.list
Read ratings and reviews for an eBay catalog product. Product identifiers are distinct from item identifiers.
ebay.products.search
Find active listings by keyword, category, price, condition, seller, and listing type.
ebay.search.placements
Inspect ordered search listings and their sponsored status.
ebay.search.promotions
Inspect sponsored listings and promotional placements in search results.
ebay.seller.feedback.list
Read public feedback, ratings, and purchase verification with pagination.
ebay.store.get
Read a store description, seller identity, feedback rating, followers, and sales summary.
ebay.store.items.list
Browse or search a store inventory with pagination.
Common uses
- Price and assortment research
- Seller and store analysis
- Deal discovery
- Product review and reputation research
Integration contract
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until it reaches completed or failed.
- Authenticate REST requests
- Poll jobs and retrieve results
- Handle errors and safe retries
- Understand credits and limits
Use eBay data in Claude or connect another AI client with the MCP server.