Gaspedaal.nl Car Listings Scraper
Pricing
from $1.50 / 1,000 results
Gaspedaal.nl Car Listings Scraper
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.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

Extract structured car listing data from 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
maxResultslimit - 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
{"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
{ "keyword": "suv", "maxResults": 500 }
2. Volkswagen Golf — full inventory
{ "brand": "volkswagen", "model": "golf" }
3. Electric vehicles only
{"startUrls": [{ "url": "https://www.gaspedaal.nl/elektrisch" }]}
4. Daily feed — 100 newest listings
{"startUrls": [{ "url": "https://www.gaspedaal.nl/zoeken?srt=df-a" }],"maxResults": 100}
5. Multiple brand/model searches
{"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
idorcontentHashfor deduplication. - Since November 2025, Gaspedaal.nl is part of the AutoScout24 Group.