Heureka Shop Reviews Scraper
Pricing
Pay per usage
Go to Apify Store
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Yurii Bliuchak
Maintained by Community
Actor stats
0
Bookmarked
7
Total users
3
Monthly active users
3 months ago
Last modified
Categories
Share
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:
npmandapify-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 |