Heureka Product Scraper avatar
Heureka Product Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Heureka Product Scraper

Heureka Product Scraper

Scrape products, prices, specifications and shop offers from Heureka.cz - Czech Republic's largest price comparison site. Get competitor prices, product specs, ratings & availability. Perfect for price monitoring and e-commerce intelligence.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Tomáš Gregorovič

Tomáš Gregorovič

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 hours ago

Last modified

Share

Heureka Product & Price Scraper

Scrape products, prices, specifications, and shop offers from Heureka.cz - Czech Republic's largest price comparison website.

Features

  • Product Search: Search by keywords or scrape category pages directly
  • Price Comparison: Get prices from multiple shops for each product
  • Shop Offers: Detailed info including availability, delivery costs, and direct links
  • Product Specifications: Extract technical parameters (RAM, display size, etc.)
  • Flexible Input: Use start URLs, search keywords, or both

Input Configuration

ParameterTypeDescriptionDefault
startUrlsarrayList of Heureka.cz URLs to scrape-
searchKeywordsarrayKeywords to search for-
maxItemsintegerMaximum products to scrape (1-10000)100
includeOffersbooleanInclude shop offers per producttrue
includeSpecsbooleanInclude product specificationstrue
proxyConfigurationobjectProxy settingsApify Proxy

Example Input

{
"startUrls": [
{ "url": "https://www.heureka.cz/notebooky/" }
],
"searchKeywords": ["iPhone 15", "Samsung Galaxy"],
"maxItems": 50,
"includeOffers": true,
"includeSpecs": true,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Output Format

Each product in the dataset contains:

{
"name": "Apple iPhone 15 128GB",
"url": "https://www.heureka.cz/...",
"image_url": "https://...",
"min_price": 21990,
"max_price": 25990,
"currency": "CZK",
"rating": 4.8,
"review_count": 1250,
"category": "Mobilní telefony",
"specifications": {
"Displej": "6.1\"",
"Operační paměť": "6 GB"
},
"offers": [
{
"shop_name": "Alza.cz",
"price": 21990,
"availability": "Skladem",
"delivery_price": 0,
"url": "https://..."
}
],
"scraped_at": "2026-01-22T10:00:00Z"
}

Use Cases

  • Price Monitoring: Track competitor prices over time
  • Market Research: Analyze product availability and pricing trends
  • E-commerce Intelligence: Compare your prices against the market
  • Product Catalog: Build product databases from Heureka listings

Proxy Configuration

For reliable scraping, we recommend using Apify Proxy with residential IPs:

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Limitations

  • Only works with Heureka.cz (Czech market)
  • Maximum 10,000 products per run
  • Requires proxy for large-scale scraping