# Used Audi Cars Latvia Price Tracker

**Use case:** 

Track used Audi cars listings in Latvia from 2015 onwards. Get detailed specs, prices in EUR, and listing URLs ready for export.

## Input

```json
{
  "query": "audi",
  "category": "cars",
  "categoryUrl": "https://www.ss.com/en/transport/cars/audi/",
  "startUrls": [],
  "minYear": 2015,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Listing Title",
    "format": "string"
  },
  "price_eur": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SS.com Scraper: Latvia Classified Ads & Prices](https://apify.com/getascraper/ss-com-latvia-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/ss-com-latvia-scraper) to learn more, explore other use cases, and run it yourself.