Tesco Slovakia Groceries Scraper — Products & Prices avatar

Tesco Slovakia Groceries Scraper — Products & Prices

Pricing

from $2.00 / 1,000 result scrapeds

Go to Apify Store
Tesco Slovakia Groceries Scraper — Products & Prices

Tesco Slovakia Groceries Scraper — Products & Prices

Scrape the full Tesco Slovakia (Potraviny domov) groceries catalogue: product names, EUR prices, Clubcard offers, price per unit, EAN codes, images, ratings and categories. Search by keyword, walk the department tree or scrape one category. No login, no cookies.

Pricing

from $2.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Tesco Slovakia Groceries Scraper

Scrape Tesco Slovakia's grocery range (Potraviny domov): product names, EUR prices, Clubcard offers, price per unit, EAN codes, images, ratings, stock and full category paths. Search by keyword, scrape one category, or walk the entire catalogue. No login, no cookies.

Why use this actor?

Tesco is one of Slovakia's largest grocers, and its online range is one of the biggest price datasets in Slovak retail. This actor gives you a clean, structured feed of the Tesco Slovakia grocery catalogue for price monitoring, competitor benchmarking, product matching, market research, or building a grocery price comparison. You get the same data the Tesco website shows shoppers, including Clubcard prices, without needing an account or a delivery slot.

Two data paths, both first-class. Keyword searches go straight to Tesco's own search API, the same one the potravinydomov.itesco.sk site uses, so search runs are fast and return clean structured data including the real brand name. Category and full-catalogue runs read the authoritative listing data embedded in Tesco's rendered pages, including the exact product total for every category.

Complete past the 10,000 cap. Every Tesco listing is capped at 10,000 results, so a single broad crawl can silently truncate large departments. This actor walks the category tree (superdepartment → department → aisle → shelf) and, whenever a node's total hits the cap, descends into its child categories until every listing stays under 10,000. Products are deduped by Tesco product id (TPNC), and the run ends with a self-checking completeness assertion that compares per-category distinct coverage against the authoritative totals.

Tesco Slovakia sits behind Akamai Bot Manager with hard IP-reputation blocking, so ordinary scrapers get an "Access Denied" before any product loads. For category scraping this actor routes every request through the Bright Data Web Unlocker, which solves the Akamai challenge and returns the fully rendered page, so you get reliable results run after run. Keyword search does not need Bright Data at all.

How to scrape Tesco Slovakia data

  1. Add this actor to your Apify account.
  2. Choose what to scrape:
    • Set searchQuery to scrape a keyword, e.g. mlieko (milk) or chlieb (bread). This path needs no Bright Data key.
    • Set categoryUrl to scrape one category, e.g. mliecne-vyrobky-a-vajcia/all or a full https://potravinydomov.itesco.sk/shop/sk-SK/browse/... URL.
    • Or paste a list of listing URLs into startUrls.
    • Leave everything empty to walk the whole grocery catalogue (all 12 grocery superdepartments).
  3. For category or full-catalogue runs, provide a Bright Data API key (field brightDataApiKey, stored as a secret) or set the BRIGHT_DATA_API_KEY environment variable.
  4. Set maxProducts to cap the run (default 100, prefilled 20 for a quick test). Set it high, e.g. 25000, for a full-catalogue pull.
  5. Run the actor. Results stream to the dataset and can be exported as JSON, CSV, Excel or fed to an API.

For category runs the actor reads the authoritative product total of every listing and paginates 200 products per page. Whenever a listing's total hits Tesco's 10,000 cap, the actor drills into that category's children so no shelf is ever truncated. Set enumerateOnly: true to walk the tree and report the exact catalogue size without scraping products, a cheap way to verify completeness before a full run.

Input

FieldTypeRequiredDescription
searchQueryStringNoSearch Tesco Slovakia groceries by keyword (no Bright Data key needed)
categoryUrlStringNoA Tesco Slovakia category URL or slug to scrape
startUrlsArrayNoOne or more Tesco Slovakia listing URLs
maxProductsIntegerNoMaximum products to return (default 100)
brightDataApiKeyString (secret)For categoriesBright Data Web Unlocker API key. Falls back to BRIGHT_DATA_API_KEY env var.
enumerateOnlyBooleanNoWalk the tree and report the authoritative catalogue size without scraping products
requestDelaySecsIntegerNoMinimum pause between category page fetches (for very large paced runs)
proxyConfigurationObjectNoProxy settings for the search API path

Example input

{
"searchQuery": "mlieko",
"maxProducts": 100
}

Or a category run:

{
"categoryUrl": "mliecne-vyrobky-a-vajcia/all",
"maxProducts": 500
}

Output

FieldTypeExampleDescription
nameStringTesco Mlieko UHT polotučné 1,5 % 1 lProduct name
brandStringTescoBrand name (search API) or own-brand detection
priceNumber0.59Current shelf price in EUR
currencyStringEURAlways EUR
pricePerUnitString€0.59/litreUnit price
discountString0,49 € s ClubcardClubcard / promotion text if present
eanString05051007118316Barcode (GTIN) where available
skuString214763313Tesco base product number (TPNB)
productIdString214763313Tesco consumer product number (TPNC)
inStockBooleantrueAvailability flag
ratingNumber4.5Average review rating (0-5)
reviewCountInteger2Number of reviews
categoryStringMliečne výrobky a vajcia > Mlieko > Trvanlivé mliekoFull category path
imageUrlStringhttps://digitalcontent.api.tesco.com/...Primary product image
urlStringhttps://potravinydomov.itesco.sk/shop/sk-SK/products/214763313Product page URL
scrapedAtString2026-07-06T12:00:00.000ZTimestamp

Example output

{
"name": "Tesco Mlieko UHT polotučné 1,5 % 1 l",
"brand": "Tesco",
"price": 0.59,
"currency": "EUR",
"pricePerUnit": "€0.59/litre",
"ean": "05051007118316",
"sku": "214763313",
"productId": "214763313",
"inStock": true,
"rating": 4.5,
"reviewCount": 2,
"imageUrl": "https://digitalcontent.api.tesco.com/v2/media/ghs/74dda31f-e608-49e2-ad18-09d08e49f140/2aa7aa59-b9d5-47f4-8801-4c3d98d60e78.jpeg",
"category": "Mliečne výrobky a vajcia > Mlieko > Trvanlivé mlieko > Polotučné mlieko",
"categories": ["Mliečne výrobky a vajcia", "Mlieko", "Trvanlivé mlieko", "Polotučné mlieko"],
"url": "https://potravinydomov.itesco.sk/shop/sk-SK/products/214763313",
"scrapedAt": "2026-07-06T12:00:00.000Z"
}

Cost estimate

Keyword searches fetch up to 200 products per request, so even large keyword pulls cost only a few cents of platform usage. Category runs go through the Bright Data Web Unlocker (about $0.0015 per page fetch on Bright Data's side) and also return up to 200 products per page, so a full-catalogue pull of the Slovak grocery range needs only a few hundred unlocker requests.

Limitations / known issues

  • Tesco Slovakia's website does not expose historical prices; each run captures a snapshot (use scheduled runs to build a price history).
  • rating and reviewCount are only present for products that have reviews.
  • The discount field carries the promotion text exactly as Tesco publishes it (in Slovak, e.g. 0,49 € s Clubcard).
  • On category runs, brand is filled for own-brand lines and any product Tesco tags with a brand; the keyword-search path returns the brand name for every result.
  • Category scraping requires a Bright Data Web Unlocker key; keyword search does not.
  • A full-catalogue walk is a long run. The actor persists its progress and survives Apify server migrations: already-pushed products are never duplicated and completed categories are skipped on resume.
  • Tesco Slovakia currently has no third-party marketplace; if Tesco ever adds one, this actor's own-range guard will keep marketplace items out of the output.
  • Tesco Scraper — the UK Tesco groceries catalogue (GBP), the original sibling of this actor.
  • Tesco Ireland Groceries Scraper — Tesco Ireland groceries (EUR), same platform family.
  • Building a wider grocery price feed? Combine these Tesco actors with our other European grocery and retail scrapers for cross-market price comparison.