# Analiza cen aut używanych na OLX dla komisów

**Use case:** 

Pobierz ceny aut używanych z OLX do analizy rynku i monitoringu konkurencji. Marka, model, rocznik, przebieg, cena i lokalizacja w CSV lub JSON.

## Input

```json
{
  "kategoria": "samochody-osobowe",
  "marki": [],
  "skrzynia": "all",
  "naped": "all",
  "stan": "all",
  "promienKm": "0",
  "typSprzedawcy": "all",
  "tylkoZeZdjeciem": false,
  "opublikowaneW": "all",
  "maxLiczbaOgloszen": 1000,
  "monitorNowe": false,
  "wykrywajZmianyCen": true,
  "uzyjProxy": false
}
```

## Output

```json
{
  "title": {
    "label": "Tytuł",
    "format": "text"
  },
  "marka": {
    "label": "Marka",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "rocznik": {
    "label": "Rocznik",
    "format": "number"
  },
  "przebiegKm": {
    "label": "Przebieg (km)",
    "format": "number"
  },
  "cena": {
    "label": "Cena",
    "format": "number"
  },
  "waluta": {
    "label": "Waluta",
    "format": "text"
  },
  "paliwo": {
    "label": "Paliwo",
    "format": "text"
  },
  "skrzynia": {
    "label": "Skrzynia",
    "format": "text"
  },
  "mocKm": {
    "label": "Moc (KM)",
    "format": "number"
  },
  "pojemnoscCm3": {
    "label": "Pojemność (cm³)",
    "format": "number"
  },
  "typNadwozia": {
    "label": "Nadwozie",
    "format": "text"
  },
  "stan": {
    "label": "Stan",
    "format": "text"
  },
  "miasto": {
    "label": "Miasto",
    "format": "text"
  },
  "wojewodztwo": {
    "label": "Województwo",
    "format": "text"
  },
  "sprzedawcaTyp": {
    "label": "Sprzedawca",
    "format": "text"
  },
  "dataDodania": {
    "label": "Dodano",
    "format": "date"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [OLX Motoryzacja Polska: Samochody, Filtry, Monitoring](https://apify.com/klevio/olx-motoryzacja-pl) with a specific input configuration. Visit the [Actor detail page](https://apify.com/klevio/olx-motoryzacja-pl) to learn more, explore other use cases, and run it yourself.