# Extract Carzone.ie Audi A4 used car listing detail

**Use case:** 

Scrape Carzone.ie Audi A4 used car listing with full spec, photos, dealer contact, and finance options.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.carzone.ie/used-cars/Audi/A4/fpa/4215339"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "mileage": {
    "label": "Mileage",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Carzone.ie Scraper](https://apify.com/lexis-solutions/carzone-ie-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/carzone-ie-scraper) to learn more, explore other use cases, and run it yourself.