Notino Product Extractor
Pricing
from $2.99 / 1,000 results
Notino Product Extractor
Scrape product data, prices, ratings, and reviews from any Notino domain. Built for market research and e-commerce price comparison without getting blocked.
Pricing
from $2.99 / 1,000 results
Rating
0.0
(0)
Developer
Kawsar
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Notino Product Extractor: High-Performance Product Scraper for Any Notino Domain
Notino Product Extractor is a fast, robust, and reliable web scraping tool built to collect comprehensive product catalog lists, pricing, reviews, and stock information from any regional Notino e-commerce website.
Instead of manual browsing or copy-pasting, this actor automates your competitor market research, brand catalog mapping, and price monitoring. Simply select a target country, input one or more categories or product list URLs, and export clean, structured data in JSON, CSV, or Excel formats.
Why choose this extractor?
Unlike traditional HTML scrapers that rely on fragile CSS selectors, this actor leverages Notino's internal data systems. It extracts raw catalog information directly from embedded data scripts, which guarantees:
- Exceptional accuracy: capture exact prices, reviews, tax structures, and stock statuses with zero parsing errors.
- Fast execution: scrapes hundreds of products in seconds by bypassing heavy browser rendering.
- Resilient pagination: dynamically parses catalog boundaries and constructs page states to gather all available items without missing products.
- Multi-country support: works out of the box with Notino UK, Czech Republic, Poland, Germany, Romania, and Slovakia. It can also auto-detect regional settings from any full product list URL you enter.
Key features
- Extract list data at scale: enters one or multiple category paths or full catalog URLs in a single run.
- Intelligent limits: configure exact extraction limits per individual category list or URL, allowing you to sample products from multiple catalogs efficiently.
- Detailed pricing information: capture current prices, tax rates, and original retail prices, automatically mapped to their regional currency.
- Review and rating metrics: extract total review counts and average rating scores to gauge customer satisfaction.
- Stock level intelligence: monitor stock statuses to detect high-demand inventory or out-of-stock items.
- Full category pathing: output complete category paths (Category, Subcategory, Type, and Kind) for advanced catalog hierarchy mapping.
How to use the extractor
- Configure your inputs: enter one or more category handles (e.g.,
face,hair) or full Notino category list URLs (e.g.,https://www.notino.co.uk/face/), one per line. - Select your region: choose the country domain (e.g.,
co.ukfor UK,czfor Czech Republic, etc.) if you are using category handles. - Set your limits: define the maximum number of items to crawl per URL or category path (default is 25 items).
- Run the actor: start the run and download your data in JSON, XML, Excel, or CSV formats from the Apify Dataset tab.
Input parameters
The extractor can be customized using the following parameters:
| Field | Type | Default | Description |
|---|---|---|---|
categories | array of strings | Required | List of category handles (e.g., face, hair) or full Notino category page URLs, entered one per line. |
domain | string | co.uk | Regional domain to scrape when a category handle is supplied (e.g., cz for Notino Czech Republic). |
maxItems | integer | 25 | Maximum number of products to extract per URL or category. |
requestTimeoutSecs | integer | 30 | Network request timeout in seconds. |
Extracted data fields
For every product scraped, the actor generates a flat object containing these properties:
| Property Name | Type | Description |
|---|---|---|
id | integer | Unique product ID on Notino. |
masterId | integer | Master product group ID. |
name | string | Name of the product. |
subName | string | Specific shade, volume, or variant name (only returned if populated). |
brandName | string | Brand name of the manufacturer. |
productUrl | string | Complete URL to the product detail page. |
imageUrl | string | URL pointing to the product image on Notino's CDN. |
annotation | string | Brief description or highlight text from the catalog. |
stockAvailability | string | Inventory availability status. |
productCode | string | Manufacturer product code. |
reviewScore | number | Average review rating score (scale out of 5). |
reviewCount | integer | Total number of customer reviews. |
price | number | Current list price. |
originalPrice | number | Original retail price before discount (only returned if populated). |
tax | number | Included VAT or sales tax percentage. |
currency | string | Currency code (GBP, CZK, PLN, EUR, RON) mapped by region. |
categoryPath | string | Complete category navigation hierarchy. |
queryUrl | string | The category page URL from which this item was extracted. |
scrapedAt | string | ISO format timestamp when the product was extracted. |
Sample output record
{"id": 16313675,"masterId": 16313675,"name": "Blueberry Nutri-Tint","subName": "shade 5N Light 30 ml","brandName": "Dolce&Gabbana","productUrl": "https://www.notino.co.uk/dolce-gabbana/fresh-blueberry-nutri-tint-spf-20-brightening-tinted-moisturizer-spf-20/","imageUrl": "https://cdn.notinoimg.com/detail_thumb/dolcegabbana/8054754408041_01__250512.jpg","annotation": "brightening tinted moisturizer SPF 20","stockAvailability": "MoreThan20","productCode": "DOGFSHW_KMUP01","reviewScore": 4.8,"reviewCount": 13,"price": 32.6,"originalPrice": 38.5,"tax": 20,"currency": "GBP","categoryPath": "Makeup > Face > Tinted Moisturisers","queryUrl": "https://www.notino.co.uk/face/","scrapedAt": "2026-06-07T11:00:00.000Z"}
Use cases
1. Competitor price intelligence
Track retail price fluctuations and discount patterns across Notino regional markets. Export catalog pricing trends to keep your own e-commerce shop competitive.
2. Digital shelf & stock monitoring
Monitor high-demand cosmetic lines for out-of-stock events, and analyze brand representation within key categories to optimize your digital retail strategy.
3. Review sentiment & brand performance
Aggregate product rating scores and total review counts for specific brands. Discover high-performing products and rising consumer favorites.
FAQ
Does the extractor crawl multiple pages?
Yes. The actor automatically reads Notino's page boundaries and iterates through pagination until the target limit (maxItems) per category is fully reached or there are no more products left in that category.
How does the actor handle multiple regional currencies?
The actor automatically detects the domain being scraped (whether from your category URLs or chosen country selection) and maps current and original prices to their appropriate national currency codes (like GBP, EUR, PLN, CZK, and RON).
Can I run this actor on a schedule?
Yes. You can use Apify's built-in Scheduler to run this extractor hourly, daily, or weekly, and automatically feed results into your external databases or Google Sheets via Webhooks.