Dunnes Stores Ireland Price Scraper avatar

Dunnes Stores Ireland Price Scraper

Pricing

from $0.40 / 1,000 results

Go to Apify Store
Dunnes Stores Ireland Price Scraper

Dunnes Stores Ireland Price Scraper

Product price search on Dunnes Stores, Ireland's grocery and fashion retailer. Search by keyword and get structured records: name, brand, price, list price, stock, unit data, price-per-kg and URLs.

Pricing

from $0.40 / 1,000 results

Rating

0.0

(0)

Developer

Philip Kirkbride

Philip Kirkbride

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Dunnesstores Ireland — product search & price scraper

Search Dunnes Stores Ireland's online catalog for structured prices in EUR — groceries, fashion and homeware with brands, stock and product URLs.

🇮🇪 Ireland · storefront: www.dunnesstores.com · prices in EUR (IE)

Every run returns normalized product records — name, brand, current and list price in EUR, per-kilogram price, stock level, product and image URLs — ready for datasets, spreadsheets or dashboards. Fast, structured results: no manual copy-paste.

Use cases

  • Irish grocery & homeware price monitoring — Dunnes' combined supermarket/department assortment.
  • GBP-EUR market research — Ireland-specific pricing versus UK chains.
  • Fashion price tracking — Savida and own-brand lines.
  • Assortment feeds — structured records for pan-European price pages.

What it returns

  • productKey — stable unique product ID for this store; join and dedupe on this, never the bare id
  • name / brand — product display name and brand
  • price / listPrice / currency — current and list price; the currency for this store is always EUR
  • unitMultiplier / measurementUnit — pack size (a 5 kg bag → multiplier 5, unit kg)
  • pricePerKg — normalized per-kilogram price when the weight is known, null otherwise
  • availableQuantity / inStock — stock count (99999 means effectively unlimited) and availability flag
  • url / imageUrl — product page and product image
  • store / searchQuery / categoryResolved — run provenance: store slug, the query used, and whether the optional category filter resolved

Input

  • searchrequired; free-text product search, e.g. arroz
  • category — optional; free-text category to scope the search against the store's own category tree (e.g. huevos)
  • maxPages — 1–5 result pages (default 1; 24 products per page)
  • maxResults — cap on returned products (default 50, max 200)
  • requestDelaySecs — politeness delay between result pages (default 1.0 s)

This record always searches www.dunnesstores.com — no store selection is needed (or offered); every record of this family is fixed to one storefront.

Example queries

{"store": "dunnesstores", "search": "rice", "maxResults": 10} {"store": "dunnesstores", "search": "butter", "maxResults": 10} {"store": "dunnesstores", "search": "duvet", "maxResults": 5} {"store": "dunnesstores", "search": "men's jumper", "maxResults": 20}

Output example

[
{
"productKey": "dunnesstores.com:34075",
"name": "Arroz Extra 5 kg",
"brand": "Marca Blanca",
"price": 26.9,
"listPrice": 29.9,
"currency": "EUR",
"unitMultiplier": 5,
"measurementUnit": "kg",
"availableQuantity": 147,
"pricePerKg": 5.38,
"inStock": true,
"url": "https://www.dunnesstores.com/arroz-extra-5kg/p",
"imageUrl": "https://www.dunnesstores.com/arquivos/ids/34075/arroz-extra.jpg",
"store": "dunnesstores",
"searchQuery": "arroz",
"categoryResolved": true
}
]

Quirks

  1. English search terms (en-IE); UK spelling dominates ("trousers" not "pants").
  2. Grocery and fashion mix in one catalog — category hints keep sweeps focused.
  3. EUR pricing with Irish VAT — don't mix with UK ex-VAT records.