# AC PistonHeads UK Car Classifieds

**Use case:** 

Extract PistonHeads UK Car Classifieds data filtered by AC. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "makeUrlName": "ac",
  "distance": "",
  "sortOption": "mostRelevant",
  "includeSold": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceLabel": {
    "label": "Price (display)",
    "format": "text"
  },
  "pricingModel": {
    "label": "Pricing Model",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "mileage": {
    "label": "Mileage",
    "format": "number"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "bodyType": {
    "label": "Body Type",
    "format": "text"
  },
  "colour": {
    "label": "Colour",
    "format": "text"
  },
  "enginePower": {
    "label": "Power (bhp)",
    "format": "number"
  },
  "engineSize": {
    "label": "Engine Size (cc)",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "sellerLocation": {
    "label": "Seller Location",
    "format": "text"
  },
  "isAuction": {
    "label": "Auction",
    "format": "boolean"
  },
  "isPriceOnApplication": {
    "label": "POA",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [PistonHeads UK Car Classifieds Scraper](https://apify.com/parseforge/pistonheads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/pistonheads-scraper) to learn more, explore other use cases, and run it yourself.