---
title: "Find performance cars between 20,000 and 40,000 GBP"
slug: "performance-cars-20k-to-40k-uk"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/performance-cars-20k-to-40k-uk"
actor: "PistonHeads UK Car Listing Scraper"
actor_url: "https://automationbyexperts.com/apify/pistonheads"
apify_url: "https://apify.com/fayoussef/pistonheads/examples/performance-cars-20k-to-40k-uk?fpr=youssef&fp_sid=abe_ex_performance-cars-20k-to-40k-uk"
price: "$0.001"
price_unit: "per result"
---

# Find performance cars between 20,000 and 40,000 GBP

Pulls PistonHeads listings priced between 20,000 and 40,000 GBP from 2015 onwards, 16 per page, with full specs, seller contact and location. The sweet spot for enthusiast buyers and specialist dealers sourcing stock, in a spreadsheet instead of 40 browser tabs.

**Run it:** [Find performance cars between 20,000 and 40,000 GBP on Apify](https://apify.com/fayoussef/pistonheads/examples/performance-cars-20k-to-40k-uk?fpr=youssef&fp_sid=abe_ex_performance-cars-20k-to-40k-uk)  
**Actor:** [PistonHeads UK Car Listing Scraper](https://automationbyexperts.com/apify/pistonheads)  
**Pricing:** $0.001 per result

## The input this task runs with

```json
{
  "start_urls": [
    {
      "url": "https://www.pistonheads.com/buy/search?price=20000&price=40000&year=2015&year=2025"
    }
  ],
  "max_pages": 5
}
```

## What every run returns

- `Make, model & year`
- `Price (£)`
- `Mileage (miles)`
- `Engine & power`
- `Transmission & fuel`
- `Colour`
- `Seller name & type`
- `Location`
- `Photos & listing URL`

## 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 PistonHeads UK Car Listing Scraper tasks

- [Track Porsche 911s for sale on PistonHeads](https://automationbyexperts.com/apify/examples/porsche-911-for-sale-uk): Reads PistonHeads search results for Porsche 911 and returns 30 plus fields per car: GBP price, year, mileage, engine, power, CO2, fuel economy, seller type and phone, and location. Schedule it weekly and you have a price index of the UK's most traded sports car.

---

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