Product Distribution Checker
studio-amba/product-distribution-checker
Give a brand's EAN/product list and target countries. Runs our Geizhals and Skroutz price-comparison scrapers (Ceneo, Prisjakt, Idealo, Heureka optional), returns every matched listing per EAN per country, plus an explicit absence row when nothing matched.
What data can you extract?
- Pricing
- Property listings
- Product details
- Data export
Output fields
Each result is a JSON object with these fields.
- ean
- productName
- brand
- country
- engine
- sellerName
- price
- currency
- url
- present
- matchType
- matchScore
- offerCount
- scrapedAt
How to use
- Go to the actor page on Apify
- Click "Try for free" to open the actor in Apify Console
- Configure your input (search terms, URLs, or categories)
- Run the actor and download your data as JSON, CSV, or Excel
Input example
Paste this into the actor input on Apify Console, or send it as the body of an API run call.
{
"products": [
{
"ean": "4548736112212",
"productName": "Sony WH-1000XM5",
"brand": "Sony"
}
],
"countries": [
"AT",
"DE",
"GR"
],
"engines": [],
"matchThreshold": 0.35,
"maxItemsPerSource": 8,
"timeoutPerSourceSecs": 150,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
} Use via API
curl "https://api.apify.com/v2/acts/studio-amba~product-distribution-checker/runs" \
-X POST \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"products":[{"ean":"4548736112212","productName":"Sony WH-1000XM5","brand":"Sony"}],"countries":["AT","DE","GR"],"engines":[],"matchThreshold":0.35,"maxItemsPerSource":8,"timeoutPerSourceSecs":150,"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}}' Need this data delivered on a schedule?
We run Product-distribution-checker extraction as a managed service: scheduled runs, deduplication, delta detection, and delivery straight to your inbox, Google Sheets, or API. No setup on your side, maintenance included. We can also build a custom version of this scraper for your exact fields and filters.