# Eksport ogłoszeń samochodów z Otomoto

**Use case:** 

Zbiorczy eksport ogłoszeń samochodowych z Otomoto.pl. Dane techniczne, ceny, lokalizacje i linki do badań rynku motoryzacyjnego.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.otomoto.pl/osobowe/toyota"
    }
  ],
  "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.