---
title: "Export used electric cars in the Netherlands and Belgium"
slug: "electric-cars-netherlands-belgium"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/electric-cars-netherlands-belgium"
actor: "Autoscout24 Scraper"
actor_url: "https://automationbyexperts.com/apify/autoscout24"
apify_url: "https://apify.com/fayoussef/autoscout24/examples/electric-cars-netherlands-belgium?fpr=youssef&fp_sid=abe_ex_electric-cars-netherlands-belgium"
price: "$0.0005"
price_unit: "per result"
---

# Export used electric cars in the Netherlands and Belgium

Used fully electric cars listed in the Netherlands and Belgium on AutoScout24, with price, mileage, battery and range fields, first registration, dealer details and photos.

**Run it:** [Export used electric cars in the Netherlands and Belgium on Apify](https://apify.com/fayoussef/autoscout24/examples/electric-cars-netherlands-belgium?fpr=youssef&fp_sid=abe_ex_electric-cars-netherlands-belgium)  
**Actor:** [Autoscout24 Scraper](https://automationbyexperts.com/apify/autoscout24)  
**Pricing:** $0.0005 per result

## What this task is for

Both countries are searched in one run, which matters because the Benelux used EV market trades across the border: a Dutch dealer prices against Belgian stock, and a single export is the only way to see both at once.

Battery and range fields sit next to price and first registration, so the comparison can be made on what actually determines an EV's value rather than age and mileage alone. Up to 500 listings per run, with the country list as the field to change.

## The input this task runs with

```json
{
  "search_domain": "nl",
  "countries": [
    "netherlands",
    "belgium"
  ],
  "fuel_types": [
    "electric"
  ],
  "conditions": [
    "used"
  ],
  "max_items": 500
}
```

## What every run returns

- `Make, model & year`
- `Price (in listing currency)`
- `Mileage (km)`
- `Engine & power (kW/HP)`
- `Transmission & drivetrain`
- `Fuel type`
- `Body type & colour`
- `Full equipment list`
- `Seller name & type`
- `Seller location (GPS)`
- `Photo gallery (all URLs)`
- `Listing URL & ID`
- `Country of listing`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Autoscout24 Scraper tasks

- [Track new dealer SUV listings in Italy each week](https://automationbyexperts.com/apify/examples/new-dealer-suv-listings-italy): SUV and off-road listings posted by dealers on AutoScout24 Italy in the last seven days, newest first, with price, mileage, equipment and dealer contact on every row.
- [Find used VW Golfs in Germany under 15,000 EUR](https://automationbyexperts.com/apify/examples/vw-golf-germany-under-15000): Used Volkswagen Golfs in Germany from 2016 onward under 15,000 EUR, cheapest first, with over 50 fields per car: price, mileage, equipment, dealer contact, GPS location and every photo.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
