# Auta używane Warszawa na Otomoto

**Use case:** 

Oferty aut używanych w Warszawie z Otomoto eksportować. Marki, modele, ceny i URL-e ogłoszeń do monitoringu dealerów i cen.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.otomoto.pl/osobowe/warszawa"
    }
  ],
  "category": "cars",
  "sort": "relevance_web",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "primaryImageUrl": {
    "label": "Image",
    "format": "image"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Otomoto.pl Scraper](https://apify.com/lexis-solutions/otomoto) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/otomoto) to learn more, explore other use cases, and run it yourself.