/idealo/products/offers

POST /api/idealo/products/offers

Price: 10 credits

List the shop offers Idealo compares for one product on a chosen national Idealo site: the shop name, id, logo, its Idealo shop rating and how many shop reviews that rests on, the offer's own product title, the price and the price including that shop's shipping with their currency, the stated delivery window and carrier, the accepted payment methods, whether the offer is a marketplace listing, and the link through to the shop.

How to use it

Use this rather than `idealo/products` whenever the question is who sells it and for how much: `idealo/products` returns only the single cheapest price, while this returns one row per shop. Compare on `total_price`, not `price` — `price` excludes shipping, and the cheapest `price` is often not the cheapest delivered, which is exactly what Idealo's own list flags. `total_price` and `delivery` are absent on some rows because the shop does not publish them, not because they are free or immediate. `shop_rating` is out of 5 and is about the shop, not the product. Real lists are short — most products have a few dozen offers and the whole list is returned well before a large `count` is reached. Offers are ordered as Idealo ranks them, which is not strictly by price. `X-Total-Available-Results` states how many offers are reachable for the product, so a body shorter than that with an `X-Results-Truncated` header is an incomplete answer worth repeating, while one without it is the whole list.

Parameters

Request body

Response

Errors

Response headers