Looking for the overview — what this API returns, what it costs, and a call you can run without a key? See the BestPrice.gr API page →
docs / bestprice

BestPrice.gr

Greek price comparison: every shop's price for one product, the market's price band and the shop count, in EUR.

base /bestprice/v13 endpoints
post/bestprice/v1/product3 credits

One product with EVERY shop offer: the shop name, its price, availability and the price band across the market (lowest, highest, how many shops). This is the whole point of a price-comparison source.

ParameterAllowed / rangeDescription
product_idrequiredThe numeric product id, or a bestprice.gr product URL.
Try in playground →
post/bestprice/v1/category2 credits

Browse one category's grid without a keyword. Same rows as `search`. Take the category id from a search row's `category_id` or from a category URL.

ParameterAllowed / rangeDescription
category_idrequiredNumeric category id (806), or a bestprice.gr category URL.
queryoptionalOptional keyword to narrow the category.
page = 1optional1–1-based page of the grid (24 products a page).
limit = 24optional1–24Rows to return from the page (1-24). The source serves 24 a page; use `page` for more.
Try in playground →