# OLX car scraper Poland: used cars and prices

**Use case:** 

Scrape used car listings from OLX Poland: make, model, year, mileage, fuel, price and location. Multi-brand filters with new listing monitoring.

## Input

```json
{
  "kategoria": "samochody-osobowe",
  "marki": [],
  "skrzynia": "all",
  "naped": "all",
  "stan": "all",
  "promienKm": "0",
  "typSprzedawcy": "all",
  "tylkoZeZdjeciem": false,
  "opublikowaneW": "all",
  "maxLiczbaOgloszen": 500,
  "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.