# Gaspedaal.nl Car Listings Scraper (`unfenced-group/gaspedaal-nl-scraper`) Actor

Scrape 300,000+ car listings from Gaspedaal.nl — the Netherlands'  largest car comparison platform. Extracts price, mileage, brand, model, fuel type and dealer info. No browser required.

- **URL**: https://apify.com/unfenced-group/gaspedaal-nl-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

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/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## Gaspedaal.nl Car Listings Scraper

![Gaspedaal.nl Car Listings Scraper](https://api.apify.com/v2/key-value-stores/lJlifu6C8YQfZMPKE/records/gaspedaal-nl-scraper)

Extract structured car listing data from [Gaspedaal.nl](https://www.gaspedaal.nl) — the Netherlands' largest car comparison platform, aggregating 300,000+ vehicles from 40+ automotive websites and 10,000+ dealerships.

### What This Scraper Does

Gaspedaal.nl lets buyers compare cars across all major Dutch car platforms in one place. This scraper automates that data extraction, giving you structured, analysis-ready datasets covering the entire Dutch used and new car market.

**Ideal for:**
- Automotive market research and price analysis
- Dealer inventory monitoring and price benchmarking
- Investment research in the Dutch automotive sector
- Lead generation for car-related services

---

### Features

- **300,000+ listings** — complete Dutch car market coverage
- **100 results per page** extracted efficiently — no browser required
- **Keyword search** — search by car type (suv, cabrio, elektrisch, etc.)
- **Brand & model filtering** — e.g. volkswagen/golf, bmw/3-serie
- **Custom URL support** — use any gaspedaal.nl search or category URL
- **Automatic pagination** — collects all pages up to your `maxResults` limit
- **Ethical rate limiting** — configurable delay with Gaussian jitter

---

### Input Parameters

| Parameter | Type | Description | Default |
|---|---|---|---|
| `startUrls` | Array | Gaspedaal.nl search or category URLs to scrape | `[]` |
| `keyword` | String | Keyword search (e.g. `suv`, `elektrisch`, `cabrio`) | `""` |
| `brand` | String | Car brand/make (e.g. `volkswagen`, `toyota`, `bmw`) | `""` |
| `model` | String | Car model (e.g. `golf`, `rav4`). Requires Brand. | `""` |
| `maxResults` | Integer | Maximum listings to collect. `0` = unlimited | `0` |
| `requestDelayMs` | Integer | Minimum delay between requests (ms) | `1000` |
| `respectRobotsTxt` | Boolean | Honour robots.txt crawl-delay | `true` |
| `proxyConfiguration` | Object | Proxy settings (optional — built-in bypass active by default) | `{}` |

**URL Priority:** `startUrls` → brand/model → keyword → all listings.

---

### Output Schema

#### Always Present

| Field | Type | Description |
|---|---|---|
| `id` | String | Gaspedaal internal vehicle ID |
| `url` | String | Canonical listing reference URL |
| `title` | String | Full listing title |
| `brand` | String | Car manufacturer (e.g. "Toyota") |
| `model` | String | Model name (e.g. "RAV4") |
| `year` | Integer | Production year |
| `bodyType` | String | Body style (e.g. "SUV / Terreinwagen") |
| `fuelType` | String | Fuel type (e.g. "Hybride", "Elektrisch") |
| `mileageKm` | Integer\|null | Odometer reading in kilometres |
| `transmissionType` | String\|null | Gearbox type |
| `vehicleConfiguration` | String\|null | Full spec string (cc, kW, transmission, doors, colour) |
| `color` | String\|null | Exterior colour |
| `numberOfDoors` | Integer\|null | Number of doors |
| `priceEur` | Number\|null | Asking price in EUR |
| `condition` | String\|null | `"used"` or `"new"` |
| `availability` | String\|null | `"in_stock"`, `"out_of_stock"`, or `"pre_order"` |
| `sellerName` | String\|null | Dealer or seller name |
| `sellerUrl` | String\|null | Link to seller page on gaspedaal.nl |
| `sellerCity` | String\|null | Seller city |
| `sellerRegion` | String\|null | Seller province/region |
| `imageUrl` | String\|null | Primary listing image URL |
| `contentHash` | String | MD5 fingerprint for deduplication |
| `source` | String | Always `"gaspedaal.nl"` |
| `scrapedAt` | String | ISO 8601 timestamp |

#### Example Output

```json
{
  "id": "126973166",
  "url": "https://www.gaspedaal.nl/zoeken#126973166",
  "title": "Toyota RAV4 - 2.5 Hybrid AWD Executive Schuifdak | Leder | Rondomzicht Cam",
  "brand": "Toyota",
  "model": "RAV4",
  "year": 2018,
  "bodyType": "SUV / Terreinwagen",
  "fuelType": "Hybride",
  "mileageKm": 98329,
  "transmissionType": "Automaat",
  "vehicleConfiguration": "Hybride, 2500cc, 145kW, Automaat, SUV / Terreinwagen, Zwart, 5-deuren",
  "color": "Zwart",
  "numberOfDoors": 5,
  "priceEur": 24950,
  "priceCurrency": "EUR",
  "condition": "used",
  "availability": "in_stock",
  "sellerName": "Autobedrijf Limoversluis",
  "sellerUrl": "https://www.gaspedaal.nl/autobedrijven/autobedrijf-limoversluis/aanbod",
  "sellerCity": "Zoetermeer",
  "sellerRegion": "Zuid-Holland",
  "imageUrl": "https://cdn.gaspedaal.nl/images/large/f11d2011...jpg",
  "sourceListingUrl": "https://www.autotrack.nl/detail/toyota/rav4/a7f3c2b1",

  "contentHash": "a3f9b21c44e8d091",
  "source": "gaspedaal.nl",
  "scrapedAt": "2026-05-01T09:00:00.000Z"
}
````

***

### Examples

#### 1. Scrape all SUVs

```json
{ "keyword": "suv", "maxResults": 500 }
```

#### 2. Volkswagen Golf — full inventory

```json
{ "brand": "volkswagen", "model": "golf" }
```

#### 3. Electric vehicles only

```json
{
  "startUrls": [{ "url": "https://www.gaspedaal.nl/elektrisch" }]
}
```

#### 4. Daily feed — 100 newest listings

```json
{
  "startUrls": [{ "url": "https://www.gaspedaal.nl/zoeken?srt=df-a" }],
  "maxResults": 100
}
```

#### 5. Multiple brand/model searches

```json
{
  "startUrls": [
    { "url": "https://www.gaspedaal.nl/bmw/3-serie" },
    { "url": "https://www.gaspedaal.nl/audi/a4" }
  ]
}
```

***

### Pricing

**$1.50 per 1,000 results** — pay per result, no monthly fee.

| Volume | Cost |
|---|---|
| 1,000 listings | ~$1.50 |
| 10,000 listings | ~$15.00 |
| 100,000 listings | ~$150.00 |

***

### Performance

- **100 listings per page** — efficient per-request yield
- Memory: 512 MB (no browser)
- Typical full run (10,000 listings): ~5 minutes at default rate limiting

***

### Notes

- Gaspedaal.nl is a **meta-search engine** aggregating 40+ partner sites. The same physical car may appear multiple times with different source sites; use `id` or `contentHash` for deduplication.
- Since November 2025, Gaspedaal.nl is part of the **AutoScout24 Group**.

# Actor input Schema

## `keyword` (type: `string`):

Search keyword (e.g. 'suv', 'cabrio', 'elektrisch'). Used when no Start URLs are provided.

## `brand` (type: `string`):

Car brand/make to filter by (e.g. 'volkswagen', 'bmw', 'toyota'). Can be combined with Model.

## `model` (type: `string`):

Car model to filter by (e.g. 'golf', '3-serie', 'rav4'). Requires Brand to be set.

## `maxResults` (type: `integer`):

Maximum number of listings to collect. Set to 0 for unlimited.

## `requestDelayMs` (type: `integer`):

Minimum delay between page requests in milliseconds. Actual delay is randomised around this value.

## `respectRobotsTxt` (type: `boolean`):

Honour robots.txt crawl-delay directives. Recommended: true.

## `proxyConfiguration` (type: `object`):

Proxy settings. Leave empty to use the built-in bypass (free). Enable DATACENTER proxy as fallback if the site blocks your run.

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

Optional list of direct URLs to scrape specific pages. When provided, the search filters above are ignored.

## Actor input object example

```json
{
  "keyword": "developer",
  "brand": "",
  "model": "",
  "maxResults": 5,
  "requestDelayMs": 1000,
  "respectRobotsTxt": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "startUrls": []
}
```

# 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 = {
    "keyword": "developer",
    "maxResults": 5,
    "proxyConfiguration": {
        "useApifyProxy": false
    },
    "startUrls": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/gaspedaal-nl-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 = {
    "keyword": "developer",
    "maxResults": 5,
    "proxyConfiguration": { "useApifyProxy": False },
    "startUrls": [],
}

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/gaspedaal-nl-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "keyword": "developer",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "startUrls": []
}' |
apify call unfenced-group/gaspedaal-nl-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=unfenced-group/gaspedaal-nl-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Gaspedaal.nl Car Listings Scraper",
        "description": "Scrape 300,000+ car listings from Gaspedaal.nl — the Netherlands'  largest car comparison platform. Extracts price, mileage, brand, model, fuel type and dealer info. No browser required.",
        "version": "0.0",
        "x-build-id": "ypE9ozRi5bgdggP6l"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~gaspedaal-nl-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-gaspedaal-nl-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/unfenced-group~gaspedaal-nl-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-gaspedaal-nl-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/unfenced-group~gaspedaal-nl-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-gaspedaal-nl-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "keyword": {
                        "title": "Search keywords",
                        "type": "string",
                        "description": "Search keyword (e.g. 'suv', 'cabrio', 'elektrisch'). Used when no Start URLs are provided.",
                        "default": ""
                    },
                    "brand": {
                        "title": "Brand",
                        "type": "string",
                        "description": "Car brand/make to filter by (e.g. 'volkswagen', 'bmw', 'toyota'). Can be combined with Model.",
                        "default": ""
                    },
                    "model": {
                        "title": "Car model",
                        "type": "string",
                        "description": "Car model to filter by (e.g. 'golf', '3-serie', 'rav4'). Requires Brand to be set.",
                        "default": ""
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of listings to collect. Set to 0 for unlimited.",
                        "default": 0
                    },
                    "requestDelayMs": {
                        "title": "Request delay (ms)",
                        "minimum": 500,
                        "type": "integer",
                        "description": "Minimum delay between page requests in milliseconds. Actual delay is randomised around this value.",
                        "default": 1000
                    },
                    "respectRobotsTxt": {
                        "title": "Respect robots.txt",
                        "type": "boolean",
                        "description": "Honour robots.txt crawl-delay directives. Recommended: true.",
                        "default": true
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. Leave empty to use the built-in bypass (free). Enable DATACENTER proxy as fallback if the site blocks your run."
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Optional list of direct URLs to scrape specific pages. When provided, the search filters above are ignored.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
