---
title: "Find used VW Golfs in Germany under 15,000 EUR"
slug: "vw-golf-germany-under-15000"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/vw-golf-germany-under-15000"
actor: "Autoscout24 Scraper"
actor_url: "https://automationbyexperts.com/apify/autoscout24"
apify_url: "https://apify.com/fayoussef/autoscout24/examples/vw-golf-germany-under-15000?fpr=youssef&fp_sid=abe_ex_vw-golf-germany-under-15000"
price: "$0.0005"
price_unit: "per result"
---

# Find used VW Golfs in Germany under 15,000 EUR

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.

**Run it:** [Find used VW Golfs in Germany under 15,000 EUR on Apify](https://apify.com/fayoussef/autoscout24/examples/vw-golf-germany-under-15000?fpr=youssef&fp_sid=abe_ex_vw-golf-germany-under-15000)  
**Actor:** [Autoscout24 Scraper](https://automationbyexperts.com/apify/autoscout24)  
**Pricing:** $0.0005 per result

## What this task is for

The Golf is the most traded used car in Germany, which is exactly why a hand-built search is painful: the listing count is enormous. Filtering to 2016 onward under 15,000 EUR and sorting cheapest first cuts it to the band most buyers and traders are working in.

It uses the built-in filter form, so there is no search URL to copy from the site. Change the make and model fields and the same task re-runs the analysis for any other car AutoScout24 lists.

## The input this task runs with

```json
{
  "search_domain": "de",
  "countries": [
    "germany"
  ],
  "makes": [
    "Volkswagen"
  ],
  "models": [
    "Golf"
  ],
  "conditions": [
    "used"
  ],
  "price_to": 15000,
  "first_registration_from": 2016,
  "sort_by": "price",
  "max_items": 300
}
```

## 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.
- [Export used electric cars in the Netherlands and Belgium](https://automationbyexperts.com/apify/examples/electric-cars-netherlands-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.

---

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