# Find classic Porsche cars for sale in the UK

**Use case:** 

Search classic and vintage Porsche listings on Classic-Trader's UK site. Get price, year, mileage, body style and seller info for collectors and dealers.

## Input

```json
{
  "brand": "porsche",
  "category": "",
  "year_min": 1960,
  "year_max": 1979,
  "locale": "uk",
  "max_items": 15,
  "max_pages": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year_of_production": {
    "label": "Year Of Production",
    "format": "number"
  },
  "body": {
    "label": "Body",
    "format": "text"
  },
  "mileage_value": {
    "label": "Mileage Value",
    "format": "number"
  },
  "mileage_unit": {
    "label": "Mileage Unit",
    "format": "text"
  },
  "price_amount": {
    "label": "Price Amount",
    "format": "number"
  },
  "price_currency": {
    "label": "Price Currency",
    "format": "text"
  },
  "selling_method": {
    "label": "Selling Method",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Classic-Trader Scraper — Premium Classic Cars](https://apify.com/rastriq/classic-trader-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rastriq/classic-trader-scraper) to learn more, explore other use cases, and run it yourself.