# Export used electric cars in the Netherlands and Belgium

**Use case:** 

Searches AutoScout24 for used fully electric cars located in the Netherlands and Belgium and exports each listing with price, mileage, battery and range fields, first registration, dealer details and photos. Built for EV dealers and researchers tracking the Benelux used EV market.

## Input

```json
{
  "start_urls": [
    {
      "url": "https://www.autoscout24.com/lst/bmw/1-series-(all)?atype=C&cy=B&desc=1&sort=age"
    }
  ],
  "max_items": 500,
  "search_domain": "nl",
  "countries": [
    "netherlands",
    "belgium"
  ],
  "conditions": [
    "used"
  ],
  "fuel_types": [
    "electric"
  ],
  "power_unit": "hp",
  "sort_by": "standard",
  "sort_descending": false,
  "proxy_url": ""
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing ID",
    "format": "text"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "price_formatted": {
    "label": "Price (Formatted)",
    "format": "text"
  },
  "price_negotiable": {
    "label": "Negotiable",
    "format": "boolean"
  },
  "is_final_price": {
    "label": "Final Price",
    "format": "boolean"
  },
  "vat_deductible": {
    "label": "VAT Deductible",
    "format": "boolean"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "model_version": {
    "label": "Version",
    "format": "text"
  },
  "first_registration": {
    "label": "First Registration",
    "format": "text"
  },
  "mileage_km": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "mileage_formatted": {
    "label": "Mileage (Formatted)",
    "format": "text"
  },
  "fuel_type_formatted": {
    "label": "Fuel Type",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "power_kw": {
    "label": "Power (kW)",
    "format": "number"
  },
  "power_hp": {
    "label": "Power (HP)",
    "format": "number"
  },
  "displacement_ccm": {
    "label": "Displacement (ccm)",
    "format": "number"
  },
  "body_type": {
    "label": "Body Type",
    "format": "text"
  },
  "body_color": {
    "label": "Color",
    "format": "text"
  },
  "doors": {
    "label": "Doors",
    "format": "number"
  },
  "seats": {
    "label": "Seats",
    "format": "number"
  },
  "drive_train": {
    "label": "Drive Train",
    "format": "text"
  },
  "cylinders": {
    "label": "Cylinders",
    "format": "number"
  },
  "gears": {
    "label": "Gears",
    "format": "number"
  },
  "vehicle_type": {
    "label": "Vehicle Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "zip": {
    "label": "Postal Code",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "is_deliverable": {
    "label": "Deliverable",
    "format": "boolean"
  },
  "seller_type": {
    "label": "Seller Type",
    "format": "text"
  },
  "seller_id": {
    "label": "Seller ID",
    "format": "text"
  },
  "is_dealer": {
    "label": "Is Dealer",
    "format": "boolean"
  },
  "seller_company": {
    "label": "Seller Company",
    "format": "text"
  },
  "seller_contact_name": {
    "label": "Seller Contact",
    "format": "text"
  },
  "dealer_homepage": {
    "label": "Dealer Homepage",
    "format": "link"
  },
  "dealer_region": {
    "label": "Dealer Region",
    "format": "text"
  },
  "main_image": {
    "label": "Main Image",
    "format": "link"
  },
  "all_images": {
    "label": "All Images",
    "format": "array"
  },
  "image_count": {
    "label": "Image Count",
    "format": "number"
  },
  "has_360_view": {
    "label": "360° View",
    "format": "boolean"
  },
  "had_accident": {
    "label": "Had Accident",
    "format": "boolean"
  },
  "full_service_history": {
    "label": "Full Service History",
    "format": "boolean"
  },
  "non_smoking": {
    "label": "Non-Smoking",
    "format": "boolean"
  },
  "new_inspection": {
    "label": "New Inspection",
    "format": "boolean"
  },
  "previous_owners": {
    "label": "Previous Owners",
    "format": "number"
  },
  "legal_category": {
    "label": "Legal Category",
    "format": "array"
  },
  "offer_type": {
    "label": "Offer Type",
    "format": "text"
  },
  "fuel_consumption_combined": {
    "label": "Fuel Consumption (l/100km)",
    "format": "number"
  },
  "fuel_consumption_formatted": {
    "label": "Fuel Consumption (Formatted)",
    "format": "text"
  },
  "co2_emission": {
    "label": "CO₂ Emission",
    "format": "number"
  },
  "has_particle_filter": {
    "label": "Particle Filter",
    "format": "boolean"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "total_equipment_count": {
    "label": "Equipment Count",
    "format": "number"
  },
  "warranty_exists": {
    "label": "Warranty",
    "format": "boolean"
  },
  "weight_kg": {
    "label": "Weight (kg)",
    "format": "number"
  },
  "paint_type": {
    "label": "Paint Type",
    "format": "text"
  },
  "fuel_type": {
    "label": "Fuel Type (Raw)",
    "format": "text"
  },
  "first_registration_raw": {
    "label": "First Registration (Raw)",
    "format": "date"
  },
  "ad_tier": {
    "label": "Ad Tier",
    "format": "text"
  },
  "leads_range": {
    "label": "Leads Range",
    "format": "text"
  },
  "is_mia": {
    "label": "Is MIA",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [AutoScout24 All-Country Scraper](https://apify.com/fayoussef/autoscout24.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fayoussef/autoscout24.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/fayoussef/autoscout24.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
