Idealo data
Price and product data from Idealo. 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…
Idealo 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 Idealo product ids (e.g. 6765233). A successful response returns job_id, which is required when polling the session. Take the job_id and… |
| 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 |
Idealo data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $50 / month | — |
|
| ULTRA | $150 / month | — |
|
| MEGA | $300 / month | — |
|