Notino Austria Scraper — Perfume & Cosmetics Prices
Pricing
from $5.00 / 1,000 result scrapeds
Notino Austria Scraper — Perfume & Cosmetics Prices
Scrape Notino Austria (notino.at): perfume and cosmetics product names, brands, EUR prices, size variants, ratings, reviews, stock, EAN/GTIN, categories and images. Search by brand or keyword, or pass product URLs. No login, no cookies.
Pricing
from $5.00 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Notino Austria Scraper
Scrape Notino Austria (notino.at): perfume and cosmetics product names, brands, EUR prices, size variants, ratings, reviews, stock status, EAN/GTIN barcodes, categories, images and descriptions. Search by brand or product keyword, or pass product URLs directly. No login, no cookies.
Why use this actor?
Notino is one of the largest perfume and cosmetics retailers in Europe, with a catalogue running to tens of thousands of fragrances, makeup, skincare, haircare and drugstore products. This actor gives you a clean, structured feed of that catalogue for price monitoring, competitor benchmarking, product matching, market research, or building a beauty price comparison. You get the same data the Notino website shows shoppers, including every size variant and its price, without needing an account.
Clean data from the source. Every Notino product page ships a full schema.org Product record: name, brand, SKU, GTIN-13 barcode, category, image, average rating, review count, and one offer per size variant with its own price and stock status. This actor reads that record directly, so the output is structured and consistent rather than scraped from fragile page markup.
Every size variant, priced. A single fragrance is usually sold in several sizes (30 ml, 50 ml, 100 ml, 150 ml), each at its own price. The actor returns the default variant at the top level and a variants array with the size, price, SKU and stock status of every option, so you never lose the price ladder.
Notino sits behind Cloudflare, so ordinary scrapers hit a "Just a moment..." challenge before any product loads. This actor routes every request through the Bright Data Web Unlocker, which solves the Cloudflare challenge and returns the fully rendered page, so you get reliable results run after run.
How to scrape Notino data
- Add this actor to your Apify account.
- Choose what to scrape:
- Set
searchQueryto a brand or product name, e.g.dior,chanel,la roche posayorjadore. The query is matched against Notino's product URLs, which carry the brand and product name. - Or paste a list of Notino product page URLs into
startUrls, e.g.https://www.notino.at/dior/jadore-eau-de-parfum-fuer-damen/. - Leave everything empty to pull popular Dior products (the default query).
- Set
- Provide a Bright Data API key (field
brightDataApiKey, stored as a secret) or set theBRIGHT_DATA_API_KEYenvironment variable. This is required because Notino is behind Cloudflare. - Set
maxResultsto cap the run (prefilled 20 for a quick test). - Run the actor. Results stream to the dataset and can be exported as JSON, CSV, Excel or fed to an API.
The keyword search works by scanning Notino's own product sitemaps and collecting the URLs whose slug contains every word in your query, then fetching each product page. Because Notino slugs carry the brand and product name (for example /dior/jadore-eau-de-parfum-fuer-damen/), brand and product searches resolve cleanly. Each matched product page is then fetched through the Web Unlocker and parsed.
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | No | Brand or product keyword to search for (e.g. dior, jadore). Default dior. Ignored when startUrls is set. |
startUrls | Array | No | One or more Notino Austria product page URLs to scrape directly |
maxResults | Integer | No | Maximum number of products to return (prefilled 20) |
brightDataApiKey | String (secret) | Yes | Bright Data Web Unlocker API key. Falls back to the BRIGHT_DATA_API_KEY env var. |
proxyConfiguration | Object | No | Proxy for the best-effort direct fallback when no Bright Data key is set |
Example input
{"searchQuery": "dior","maxResults": 20}
Or scrape specific products:
{"startUrls": [{ "url": "https://www.notino.at/dior/jadore-eau-de-parfum-fuer-damen/" },{ "url": "https://www.notino.at/dior/sauvage-eau-de-toilette-fuer-herren/" }]}
Output
| Field | Type | Example | Description |
|---|---|---|---|
name | String | DIOR J'adore | Product name |
brand | String | DIOR | Brand name |
price | Number | 137.6 | Current price of the default size variant, in EUR |
currency | String | EUR | Currency code (EUR on notino.at) |
sku | String | CHDJDRW_AEDP10 | Notino SKU of the default variant |
ean | String | 3348901738224 | Barcode (GTIN-13) where available |
productId | String | CHDJDRW_AEDP10 | Notino product identifier |
inStock | Boolean | true | Whether any variant is available for sale |
rating | Number | 4.7 | Average review rating (0-5) |
reviewCount | Integer | 20 | Number of reviews |
category | String | Eau de Parfum für Damen | Notino product category |
imageUrl | String | https://cdn.notinoimg.com/...jpg | Primary product image |
variants | Array | [{ "size": "100 ml", "price": 137.6, "sku": "CHDJDRW_AEDP10", "inStock": true }] | Size variants with price, SKU and stock |
productDescription | String | Ein Aroma sanfter Kraft... | Product description (plain text, truncated) |
url | String | https://www.notino.at/dior/jadore-eau-de-parfum-fuer-damen/ | Product page URL |
scrapedAt | String | 2026-07-06T12:00:00.000Z | Timestamp |
Example output
{"name": "DIOR J'adore","brand": "DIOR","price": 137.6,"currency": "EUR","sku": "CHDJDRW_AEDP10","ean": "3348901738224","productId": "CHDJDRW_AEDP10","inStock": true,"rating": 4.7,"reviewCount": 20,"category": "Eau de Parfum für Damen","imageUrl": "https://cdn.notinoimg.com/order_2k/dior/3348901738224xx_01/jadore.jpg","variants": [{ "size": "150 ml", "price": 170.1, "sku": "CHDJDRW_AEDP05", "inStock": true },{ "size": "100 ml", "price": 137.6, "sku": "CHDJDRW_AEDP10", "inStock": true },{ "size": "50 ml", "price": 99.7, "sku": "CHDJDRW_AEDP20", "inStock": true },{ "size": "30 ml", "price": 68.9, "sku": "CHDJDRW_AEDP30", "inStock": true }],"productDescription": "Ein Aroma sanfter Kraft...","url": "https://www.notino.at/dior/jadore-eau-de-parfum-fuer-damen/","scrapedAt": "2026-07-06T12:00:00.000Z"}
Cost estimate
Each product page is one Bright Data Web Unlocker request (about $0.0015 on Bright Data's side), plus one or two sitemap fetches per run to resolve the search. A run of 500 products therefore costs roughly $0.75 of Web Unlocker usage plus a small amount of Apify compute. Keyword searches over a common brand usually resolve from the first sitemap alone.
Limitations / known issues
- A Bright Data Web Unlocker key is required. Notino is behind Cloudflare and direct requests get the "Just a moment..." challenge. The Apify residential proxy fallback is best-effort only and is usually blocked.
ratingandreviewCountare only present for products that have reviews.- Keyword search matches your query against product URL slugs, which are in the storefront's language. Brand and product names resolve well; generic category words may match fewer products than a full on-site search.
- Notino does not expose historical prices; each run captures a snapshot (use scheduled runs to build a price history).
- Some brands (for example Chanel) are not sold on Notino and will return no results.
Notino across Europe
Notino runs the same platform on around twenty storefronts (notino.fr, notino.it, notino.es, notino.pl, notino.cz, notino.co.uk, notino.at, notino.be and more). This actor is built so a sibling for another country is a configuration swap (domain, country, currency, sitemap suffix) with no code change. Ask if you need a specific country storefront.
Related Scrapers
- Boots Scraper — UK health and beauty catalogue
- dm Scraper — German drugstore products and prices
- Rossmann Scraper — German drugstore and cosmetics
- Kruidvat Scraper — Benelux health and beauty
- Shop Apotheke Scraper — European online pharmacy