/ceneo/products/search

POST /api/ceneo/products/search

Price: 20 credits

Search Ceneo products by free-text query, by category, or both, and narrow the result with a price range, the Buy Now and promotional-price switches, and any category-specific attribute the category exposes - multi-choice, colour, numeric range or free text. Each row carries the product id and URL, name, brand, category, image, the cheapest offer price in PLN, how many shops sell it, buyer rating and rating count, the number of colour or capacity variants, the attribute summary Ceneo prints on the card, the free-delivery flag and how many units sold recently.

How to use it

Send a query to find a product by name, a category to walk one section, or both to search inside a section. A query alone lands on whatever category Ceneo resolves it to, so a broad word can silently scope the result - pass category when you know it. The three attribute maps are keyed by the ids /ceneo/categories/filters returns for that same category, and an id in the wrong map is rejected rather than ignored. Rows are products, not offers: `price_min` is the cheapest shop, so use /ceneo/products/offers for the spread, and a price bound matches a product with any offer in range, which is why a cheap-looking card can survive a high `price_min`.

Parameters

Request body

Response

Errors

Response headers