Gaspedaal.nl Car Listings Scraper avatar

Gaspedaal.nl Car Listings Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Gaspedaal.nl Car Listings Scraper

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

Unfenced Group

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Gaspedaal.nl Car Listings Scraper

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 maxResults limit
  • Ethical rate limiting — configurable delay with Gaussian jitter

Input Parameters

ParameterTypeDescriptionDefault
startUrlsArrayGaspedaal.nl search or category URLs to scrape[]
keywordStringKeyword search (e.g. suv, elektrisch, cabrio)""
brandStringCar brand/make (e.g. volkswagen, toyota, bmw)""
modelStringCar model (e.g. golf, rav4). Requires Brand.""
maxResultsIntegerMaximum listings to collect. 0 = unlimited0
requestDelayMsIntegerMinimum delay between requests (ms)1000
respectRobotsTxtBooleanHonour robots.txt crawl-delaytrue
proxyConfigurationObjectProxy settings (optional — built-in bypass active by default){}

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


Output Schema

Always Present

FieldTypeDescription
idStringGaspedaal internal vehicle ID
urlStringCanonical listing reference URL
titleStringFull listing title
brandStringCar manufacturer (e.g. "Toyota")
modelStringModel name (e.g. "RAV4")
yearIntegerProduction year
bodyTypeStringBody style (e.g. "SUV / Terreinwagen")
fuelTypeStringFuel type (e.g. "Hybride", "Elektrisch")
mileageKmInteger|nullOdometer reading in kilometres
transmissionTypeString|nullGearbox type
vehicleConfigurationString|nullFull spec string (cc, kW, transmission, doors, colour)
colorString|nullExterior colour
numberOfDoorsInteger|nullNumber of doors
priceEurNumber|nullAsking price in EUR
conditionString|null"used" or "new"
availabilityString|null"in_stock", "out_of_stock", or "pre_order"
sellerNameString|nullDealer or seller name
sellerUrlString|nullLink to seller page on gaspedaal.nl
sellerCityString|nullSeller city
sellerRegionString|nullSeller province/region
imageUrlString|nullPrimary listing image URL
contentHashStringMD5 fingerprint for deduplication
sourceStringAlways "gaspedaal.nl"
scrapedAtStringISO 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.

VolumeCost
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.