# Otomoto BMW Car Listings Scraper

**Use case:** 

Extract used BMW car listings from Otomoto with prices, mileage, year, location, seller, and listing URLs for market research.

## Input

```json
{
  "startUrls": [
    "https://www.otomoto.pl/osobowe/bmw"
  ],
  "maxResults": 50,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "pricePLN": {
    "label": "Price (PLN)",
    "format": "number"
  },
  "fuelType": {
    "label": "Fuel Type",
    "format": "text"
  },
  "gearbox": {
    "label": "Gearbox",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "createdAt": {
    "label": "Posted At",
    "format": "text"
  }
}
```

## About this Actor

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