# Audi KSA Model and Price Tracker

**Use case:** 

Access detailed data on Audi models, trimlines, and prices for Saudi Arabia, Qatar, Kuwait, Bahrain, and Oman across multiple markets.

## Input

```json
{
  "carline": "A3",
  "market": "de",
  "maxConcurrency": 3,
  "requestDelay": 0.5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "market_country": {
    "label": "Country",
    "format": "string"
  },
  "market_language": {
    "label": "Language",
    "format": "string"
  },
  "market_label": {
    "label": "Market",
    "format": "string"
  },
  "carline_group": {
    "label": "Carline group",
    "format": "string"
  },
  "carline_name": {
    "label": "Carline",
    "format": "string"
  },
  "carline_id": {
    "label": "Carline ID",
    "format": "string"
  },
  "vehicle_type": {
    "label": "Vehicle type",
    "format": "string"
  },
  "fuel_types": {
    "label": "Fuel types",
    "format": "array"
  },
  "trimline": {
    "label": "Trimline",
    "format": "string"
  },
  "trimline_features": {
    "label": "Trimline features",
    "format": "string"
  },
  "model_name": {
    "label": "Model name",
    "format": "string"
  },
  "model_code": {
    "label": "Model code",
    "format": "string"
  },
  "model_version": {
    "label": "Model version",
    "format": "integer"
  },
  "model_year": {
    "label": "Model year",
    "format": "integer"
  },
  "model_extensions": {
    "label": "Equipment options",
    "format": "array"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "price_formatted": {
    "label": "Price (formatted)",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "power_kw": {
    "label": "Power (kW)",
    "format": "integer"
  },
  "power_hp": {
    "label": "Power (HP)",
    "format": "integer"
  },
  "engine_type": {
    "label": "Engine type",
    "format": "string"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "drivetrain": {
    "label": "Drivetrain",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Audi Catalog & Price Tracker](https://apify.com/rastriq/audi-catalog-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rastriq/audi-catalog-scraper) to learn more, explore other use cases, and run it yourself.