Ebay data
Price and product data from Ebay. The API returns detailed product information including product title, manufacturer, reviews, size selection, retail price and much more. In order to receive data on one or more offers for products your system asks the API with a specific identifier (GTIN, id, term) as well as a country code (de, fr, etc.). Once this process is done, your system can download the…
Ebay data endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Start search by term /search-by-term |
Create a product search session based on a search term (e.g. iphone 11). A successful response returns job_id, which is required when polling the session. Take the job_id and… |
| POST |
Start search by id /search-by-id |
Create a product search session based on a marketplace product id (e.g. 125087389102). A successful response returns job_id, which is required when polling the session. Take the… |
| POST |
Start search by GTIN /search-by-gtin |
Create a product search session based on a search GTIN - Global Trade Item Number (e.g. 0194252099537). A successful response returns job_id, which is required when polling the… |
| GET |
Poll session results /poll-job/{job_id} |
Get products from created session |
Ebay data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $35 / month | — |
|
| ULTRA | $99 / month | — |
|
| MEGA | $300 / month | — |
|