/idealo/products/price-history

POST /api/idealo/products/price-history

Price: 1 credit

Get the daily price history Idealo has recorded for one product on a chosen national Idealo site over the last three months, six months or year: one point per recorded day with its date and lowest price, plus the period's average, lowest and highest price, how many days each extreme held, and how many days of the period carry a recorded price at all.

How to use it

Answers 'is this a good time to buy' and 'has this price moved': compare `points[-1].price` against `lowest_price` and `avg_price` for the period. Every price is the cheapest offer of that day excluding shipping, on the same basis as `idealo/products.price`, so the series is comparable with it but not with `idealo/products/offers.total_price`. `days_with_data` is what tells you the series is thin: a product listed only recently returns far fewer points than the period has days, and reading a trend off those is misleading. Each national site prices independently, so a history for `country=fr` says nothing about the German price. Widen `period` to 1Y for seasonal products rather than inferring a trend from 3M.

Parameters

Request body

Response

Errors

Response headers