Notino product data API
ShopAPIS returns structured Notino product data — price in EUR, CZK, PLN and other local currencies, pack volume, fragrance line, shade/variant, brand, availability, average rating and review count — as normalized JSON. Notino is Europe’s leading online beauty and cosmetics retailer, Czech-headquartered and operating across 27 EU markets, and a specialist source for fragrance, skincare and cosmetics pricing with category-specific attributes that generalist marketplaces do not capture.
Notino is a €1.579B beauty retailer across 27 EU markets. It reported €1.579B turnover in FY24 (+18%) with US$2.4B 2025 sales, roughly 100M visits per year and 30M customers, with Poland its largest single market (The Diplomat ; ECDB ).
Why Notino data is hard to get
Notino is a category specialist whose value lies in beauty-specific attributes — volume, fragrance concentration, shade, ingredients — that generalist parsers throw away. A perfume is not one product but a matrix of volumes (30ml, 50ml, 100ml) and concentrations (EDT, EDP, parfum), each with its own price and stock; a foundation is a grid of shades; a skincare line splits by size and formulation. Capturing only a single price misses the per-variant structure that defines beauty pricing. Notino exposes affiliate and feed access, but reading the live competitive catalog across 27 markets means parsing the storefront against medium anti-bot difficulty. The cross-market complexity compounds it: the same EAN appears on Notino’s Czech, Polish, German and other domains in different currencies (CZK, PLN, EUR) at different prices. ShopAPIS captures the full volume/concentration/shade variant matrix, the brand and fragrance-line attributes, and the per-market price, keyed on EAN so a Notino listing joins across countries and to other beauty channels.
Data fields returned
- Pricing — current price, currency (EUR / CZK / PLN / others), list/strike price, discount %, price-per-ml.
- Variants — volume, concentration (EDT/EDP/parfum), shade — each with price and stock.
- Catalog — title, brand, fragrance line / product line, description, category path.
- Attributes — volume, skin type, gender, ingredient/INCI references where present.
- Availability — in-stock flag, delivery estimate.
- Social proof — average rating, review count.
- Identifiers — Notino product ID, EAN/GTIN, product URL.
- Images — gallery URLs.
Sample response
{
"marketplace": "notino",
"domain": "notino.cz",
"country": "CZ",
"product_id": "p-12387654",
"identifiers": { "ean": "3614273604789" },
"title": "Dior Sauvage parfémovaná voda pro muže",
"brand": "Dior",
"product_line": "Sauvage",
"price": { "current": 2490, "list": 2990, "currency": "CZK", "discount_pct": 17, "price_per_ml": 24.90 },
"variants": [
{ "volume_ml": 60, "concentration": "EDP", "price": 1990, "in_stock": true },
{ "volume_ml": 100, "concentration": "EDP", "price": 2490, "in_stock": true },
{ "volume_ml": 200, "concentration": "EDP", "price": 3690, "in_stock": false }
],
"attributes": { "gender": "men", "type": "Parfémovaná voda" },
"availability": { "in_stock": true, "delivery_estimate": "Zítra" },
"rating": 4.8,
"review_count": 2640,
"category": ["Parfémy", "Pánské parfémy"],
"images": ["https://cdn.notino.com/dior/sauvage-edp_main.jpg"],
"url": "https://www.notino.cz/dior/sauvage-parfemovana-voda-pro-muze/",
"fetched_at": "2026-06-05T11:58:00Z"
}Markets and domains covered
| Domain | Market | Currency | Scale |
|---|---|---|---|
| notino.cz | Czechia | CZK | HQ market |
| notino.pl | Poland | PLN | Largest single market (~16% of revenue) |
| notino.de | Germany | EUR | DACH |
| notino.ro | Romania | RON | Part of 27-market footprint |
| notino.fr | France | EUR | Western Europe footprint |
Use cases
- Beauty price monitoring — track fragrance and cosmetics pricing per-ml across 27 markets. See price monitoring.
- Variant-level catalog enrichment — capture volume, concentration and shade grids for a beauty feed. See catalog enrichment.
- MAP compliance — enforce minimum advertised price on premium fragrance and cosmetics brands. See MAP compliance.
- Competitive intelligence — benchmark Europe’s leading beauty retailer’s range and pricing. See competitive intelligence.