Ebay
A RESTful API developed to collec data from eBay.com. Get products, categories, sellers, deals, trending products and more.
13 subscribers
9.3/10 popularity
2063 ms avg latency
67% success rate
15 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Ebay endpoints
| Method | Endpoint | Description |
|---|---|---|
| General | ||
| GET |
getApiInfo / |
Returns general information about the API and a list of available endpoints. |
| Categories | ||
| GET |
getCategoryProducts /categories/{id}/products |
Lists products in the specified category. |
| GET |
getSubCategories /categories/{id}/subcategories |
Returns the subcategories of the specified category. |
| GET |
getCategories /categories |
Returns a list of all main categories on eBay. |
| Search | ||
| GET |
searchProducts /search |
Searches for products on eBay. Various filters and sorting options are supported. |
| Products | ||
| POST |
getBulkProducts /products/bulk |
Returns details of multiple products in a single request. Maximum 20 products. |
| GET |
getSimilarProducts /products/{id}/similar |
Returns products similar to the specified product. |
| GET |
getProduct /products/{id} |
Returns detailed information about the specified product. |
| GET |
getProductReviews /products/{id}/reviews |
Returns reviews for the specified product. |
| Sellers | ||
| GET |
getSeller /sellers/{id} |
Returns profile information for the specified seller. |
| GET |
getSellerProducts /sellers/{id}/products |
Lists products from the specified seller. |
| GET |
getSellerFeedback /sellers/{id}/feedback |
Returns feedback/ratings for the specified seller. |
| Special | ||
| GET |
getCompletedAuctions /completed |
Searches for completed/sold auction items. Useful for price research. |
| GET |
getTrending /trending |
Returns popular/trending products on eBay. |
| GET |
getDailyDeals /deals |
Returns daily deal products on eBay. |
Ebay pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | 5 / second |
|
| ULTRA | $50 / month | 5 / second |
|
| MEGA | $300 / month | 25 / second |
|