Price Analytics
Amazon, Google Shopping, Ebay, Idealo, billiger - all price & product data via one API. The API returns detailed product information including product title, manufacturer, reviews, size selection, retail price and much more. In order to receive data on offers for products your system asks the API with a specific identifier (GTIN, ASIN, id, term, URL) as well as specific data source (e.g. Amazon,…
Price Analytics endpoints
| Method | Endpoint | Description |
|---|---|---|
| Bulk data API | ||
| 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 search id (e.g. amazon ASIN: B09G98X7GV). 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… |
| POST |
Start search by pzn /search-by-pzn |
Create a product search session based on a search PZN - Pharmazentralnummer (e.g. 16035503). A successful response returns job_id, which is required when polling the session.… |
| GET |
Poll session results /poll-job/{job_id} |
Get products from created session |
| Other endpoints | ||
| POST |
Create session /job |
Create a product search session. A successful response return jobid, which is required when polling the session. Take the jobid and append it to the end of poll session URL. |
| GET |
Poll session results /job/{jobid} |
Get products from created session |
Price Analytics pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $50 / month | — |
|
| ULTRA | $150 / month | — |
|
| MEGA | $300 / month | — |
|