# WebwinkelKeur Webshop Directory & Reviews Scraper (`dariomory/webwinkelkeur-webshop-directory-scraper`) Actor

Extract certified Dutch, Belgian, and German webshops from WebwinkelKeur and ValuedShops, including website, address, phone, scores, and customer reviews.

- **URL**: https://apify.com/dariomory/webwinkelkeur-webshop-directory-scraper.md
- **Developed by:** [Dario Mory](https://apify.com/dariomory) (community)
- **Categories:** Lead generation, E-commerce
- **Stats:** 2 total users, 1 monthly users, 92.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 webshop profiles

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## WebwinkelKeur Webshop Directory & Reviews Scraper

Extract the certified webshop directory behind **WebwinkelKeur** (NL), **ValuedShops.be** (BE), and **ValuedShops.de** (DE), plus the customer reviews on each member page.

The directory holds roughly **9,600 certified webshops**. For each one you get the company's own website, postal address, phone number, both review scores, and — optionally — the individual reviews.

### What you get

**Webshop records** (`recordType: "webshop"`)

| Field | Description |
|---|---|
| `shopId` | Stable numeric ID. **The unique key** — several shops share a website domain. |
| `name` | Webshop name as certified |
| `websiteDomain` | The shop's own website |
| `countryCode` | `NL`, `BE`, or `DE` |
| `displayedScore` | Score out of 10 as shown publicly, blending in external review sources |
| `certifiedScore` | Score out of 10 from the certification's own verified reviews only |
| `reviewCount` | Number of reviews behind the certified score |
| `streetAddress`, `postalCode`, `city`, `addressCountry` | Registered business address |
| `telephone` | Published phone number |
| `socialProfiles` | Facebook, Instagram, LinkedIn, X profiles where listed |
| `logoUrl`, `heroImageUrl` | Brand imagery |

**Review records** (`recordType: "review"`)

| Field | Description |
|---|---|
| `shopId` | Links the review to its webshop |
| `author`, `reviewerCountryCode` | Reviewer name and country flag |
| `rating` / `ratingMax` | Stars out of 5 |
| `ratedAt` | ISO date |
| `verified` | Whether the certification traced the review to a real purchase |
| `body` | Review text |
| `ownerReply` | The shop's public response, when present |

#### The two scores are not the same number

A member page shows one score publicly while its structured data reports another. The public one blends in external review sources; the certified one counts only reviews the certification collected and verified itself. Both are returned, unmodified. For due diligence the gap between them is often the interesting signal.

### Input

| Option | Default | Description |
|---|---|---|
| `startUrls` | *(empty)* | Specific member pages, e.g. `https://www.webwinkelkeur.nl/webshop/PimXL_1212230`. Leave empty to crawl the whole directory. |
| `maxShops` | `500` | Maximum unique webshops to save |
| `includeProfileDetails` | `true` | Open each member page for address, phone, socials, and certified score. Turn off for a faster run returning only name, website, and displayed score. |
| `includeReviews` | `false` | Also collect individual reviews |
| `maxReviewsPerShop` | `100` | Cap on reviews per webshop |

The Belgian and German members are listed inside the Dutch directory under their own domains, so a single crawl covers all three countries.

### Notes on cost

This Actor uses plain HTTP requests. It needs **no proxy and no browser**, which is why it runs at a fraction of the cost of a headless-browser scraper. A directory-only run (`includeProfileDetails: false`) returns 18 webshops per request.

Enabling `includeProfileDetails` costs one extra request per webshop. Enabling `includeReviews` costs roughly one request per six reviews.

### Output example

```json
{
  "recordType": "webshop",
  "shopId": 3588,
  "name": "inktprecies.nl",
  "websiteDomain": "www.alleeninkt.nl",
  "countryCode": "NL",
  "displayedScore": 8.9,
  "certifiedScore": 8.3,
  "reviewCount": 3402,
  "streetAddress": "J.C. Kellerlaan 22",
  "postalCode": "7772SG",
  "city": "Hardenberg",
  "telephone": "0523522109",
  "profileUrl": "https://www.webwinkelkeur.nl/webshop/inktprecies-nl_3588"
}
```

Only publicly published business information is collected. No login, and no personal data beyond the reviewer display names that the platform itself publishes.

# Actor input Schema

## `startUrls` (type: `array`):

Optional. Specific WebwinkelKeur or ValuedShops member pages, for example https://www.webwinkelkeur.nl/webshop/PimXL\_1212230. Leave empty to crawl the whole directory.

## `maxShops` (type: `integer`):

Maximum number of unique webshops to save. The directory holds roughly 9,600 members across NL, BE, and DE.

## `includeProfileDetails` (type: `boolean`):

Opens each member page to add postal address, phone number, social profiles, and the certified review score. Turn off for a faster, cheaper run that returns only name, website, and displayed score.

## `includeReviews` (type: `boolean`):

Also extract individual reviews for every webshop, with rating, date, verification status, and the owner's reply. Charged per review.

## `maxReviewsPerShop` (type: `integer`):

Caps how many reviews are collected for each webshop.

## Actor input object example

```json
{
  "startUrls": [],
  "maxShops": 500,
  "includeProfileDetails": true,
  "includeReviews": false,
  "maxReviewsPerShop": 100
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("dariomory/webwinkelkeur-webshop-directory-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [] }

# Run the Actor and wait for it to finish
run = client.actor("dariomory/webwinkelkeur-webshop-directory-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": []
}' |
apify call dariomory/webwinkelkeur-webshop-directory-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,dariomory/webwinkelkeur-webshop-directory-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/cVDz4tJVjk5Qmk8bA/builds/PxHw6v1JnIaymSQRa/openapi.json
