Heureka Shop Reviews Scraper
Pricing
Pay per usage
Go to Apify Store
Heureka Shop Reviews Scraper
Scrapes shop reviews from shop details page at Heureka.
0.0 (0)
Pricing
Pay per usage
0
2
2
Last modified
5 hours ago
actor-heureka-shop-reviews
This is an Apify actor that scrapes shop reviews from shop details page at Heureka.
Principles:
- actor never leaves Heureka web
- actor never follow so-called "exit links"
Local Development
-
Prerequisites:
npm
andapify-cli
-
Install dependencies
$npm install -
Serve test data at
http://127.0.0.1:3000
$npm run fake -
Update local config
mkdir -p storage/key_value_stores/defaultecho '{"shopUrls": ["http://127.0.0.1:3000/alza-cz/recenze/overene","http://127.0.0.1:3000/notino-cz/recenze/overene"],"maxShopReviews": 20}' > storage/key_value_stores/default/INPUT.json -
Run locally
$apify run --purge -
Check results at
storage/datasets/default/
Spec
Input
Name | Type | Example | Description |
---|---|---|---|
shopUrls | string[] | ["http://127.0.0.1:3000/alza-cz/recenze/overene"] | Shop details pages at Heureka |
maxShopReviews | int | 20 | Maximum number of reviews that Actor should collect |
Output
Name | Type | Example | Description |
---|---|---|---|
shopName | string | Lidl | Shop name |
author | string | Ověřený zákazník John | Reviewer name |
reviewAt | string | 2025-08-08 12:56:28 | Review time |
recommendation | string | Doporučuje obchod | Whether reviewer can recommend shop or not |
rating | string | 6 | Review rating (0-10) |
pros | string[] | ["Delivery", "Prices"] | Positive sides |
cons | string[] | ["There are no dog food"] | Negative sides |
summary | string | Rychlý, bezproblémový nákup | Review summary |
shopReply | string | Dobrý den, děkuji Vám za Vaši recenzi | Shop reaction on review |