Idealo API
The Idealo API offers detailed price and product information, including product title, manufacturer, reviews, size options, retail price, and more. To access this data, your system queries the API using a specific identifier (GTIN, id, term) along with a country code (DE, FR, etc.). After this process, your system can download the data for further analysis.
Idealo API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Search /api/idealo/search |
Through this endpoint, you can perform instant searches on Idealo. You can search for GTIN, SKU, or any other references. |
| POST |
Product Details /api/idealo/product |
Through this API route, you can, by providing the 'itemId' and 'itemType' obtained via the 'search' route, access the details of a product. You will find a list of retailers,… |
Idealo API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / second |
|
| PRO | $50 / month | 10 / second |
|
| ULTRA | $150 / month | 10 / second |
|
| MEGA | $1,000 / month | 10 / second |
|