Notino Product Extractor avatar

Notino Product Extractor

Pricing

from $2.99 / 1,000 results

Go to Apify Store
Notino Product Extractor

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

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

  1. 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.
  2. Select your region: choose the country domain (e.g., co.uk for UK, cz for Czech Republic, etc.) if you are using category handles.
  3. Set your limits: define the maximum number of items to crawl per URL or category path (default is 25 items).
  4. 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:

FieldTypeDefaultDescription
categoriesarray of stringsRequiredList of category handles (e.g., face, hair) or full Notino category page URLs, entered one per line.
domainstringco.ukRegional domain to scrape when a category handle is supplied (e.g., cz for Notino Czech Republic).
maxItemsinteger25Maximum number of products to extract per URL or category.
requestTimeoutSecsinteger30Network request timeout in seconds.

Extracted data fields

For every product scraped, the actor generates a flat object containing these properties:

Property NameTypeDescription
idintegerUnique product ID on Notino.
masterIdintegerMaster product group ID.
namestringName of the product.
subNamestringSpecific shade, volume, or variant name (only returned if populated).
brandNamestringBrand name of the manufacturer.
productUrlstringComplete URL to the product detail page.
imageUrlstringURL pointing to the product image on Notino's CDN.
annotationstringBrief description or highlight text from the catalog.
stockAvailabilitystringInventory availability status.
productCodestringManufacturer product code.
reviewScorenumberAverage review rating score (scale out of 5).
reviewCountintegerTotal number of customer reviews.
pricenumberCurrent list price.
originalPricenumberOriginal retail price before discount (only returned if populated).
taxnumberIncluded VAT or sales tax percentage.
currencystringCurrency code (GBP, CZK, PLN, EUR, RON) mapped by region.
categoryPathstringComplete category navigation hierarchy.
queryUrlstringThe category page URL from which this item was extracted.
scrapedAtstringISO 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.