# Monitor filtered Audi A6 listings on Carzone.ie

**Use case:** 

Track Carzone.ie Audi A6 filtered search with automatic transmission, diesel, and price cap for Irish used car intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.carzone.ie/search?maxYear=2026&transmission=Automatic&maxPrice=75000&doors=4&model=A6&maxSeats=5&colour=Black&carType=Passenger&make=Audi&minYear=2020&fuelType=Diesel&minMileage=0&sellerType=Trade&bodyType=Saloon"
    }
  ],
  "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.