# Toyota Listings Data from Otomoto.pl

**Use case:** 

Extract detailed Toyota listings from Otomoto.pl, including prices, specifications, and seller info, for market analysis and research.

## Input

```json
{
  "startUrl": "https://www.otomoto.pl/osobowe",
  "query": "toyota",
  "results_wanted": 100,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceGrossMinor": {
    "label": "Price (Minor)",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "offerType": {
    "label": "Offer Type",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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