# Scrape cars by price on Otomoto.pl

**Use case:** 

Scrape Otomoto.pl car listings filtered by maximum price in PLN. Structured Polish car marketplace data. Pay per result.

## Input

```json
{
  "startUrls": [],
  "make": "audi",
  "model": "",
  "priceTo": 50000,
  "fuelType": "",
  "bodyType": "",
  "gearbox": "",
  "sortBy": "",
  "conditionDamaged": true,
  "maxResults": 5,
  "fetchDetails": false,
  "requestDelayMs": 1500
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "shortDescription": {
    "label": "Short description",
    "format": "text"
  },
  "make": {
    "label": "Make (slug)",
    "format": "text"
  },
  "makeDisplay": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model (slug)",
    "format": "text"
  },
  "modelDisplay": {
    "label": "Model",
    "format": "text"
  },
  "version": {
    "label": "Version / Trim",
    "format": "text"
  },
  "generation": {
    "label": "Generation",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "priceValue": {
    "label": "Price (PLN)",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "priceIsNegotiable": {
    "label": "Negotiable",
    "format": "boolean"
  },
  "priceIsNet": {
    "label": "Net price (VAT deductible)",
    "format": "boolean"
  },
  "priceDrop": {
    "label": "Price drop %",
    "format": "number"
  },
  "priceDropLowestPrice": {
    "label": "Lowest price (PLN)",
    "format": "number"
  },
  "priceEvaluationIndicator": {
    "label": "Price rating",
    "format": "text"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "fuelType": {
    "label": "Fuel type",
    "format": "text"
  },
  "engineCapacityCc": {
    "label": "Engine (cc)",
    "format": "number"
  },
  "enginePowerHp": {
    "label": "Power (hp)",
    "format": "number"
  },
  "gearbox": {
    "label": "Gearbox",
    "format": "text"
  },
  "transmission": {
    "label": "Drive type",
    "format": "text"
  },
  "bodyType": {
    "label": "Body type",
    "format": "text"
  },
  "nrSeats": {
    "label": "Seats",
    "format": "number"
  },
  "doorCount": {
    "label": "Doors",
    "format": "number"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "colourType": {
    "label": "Colour type",
    "format": "text"
  },
  "countryOrigin": {
    "label": "Country of origin",
    "format": "text"
  },
  "damaged": {
    "label": "Damaged",
    "format": "boolean"
  },
  "noAccident": {
    "label": "No accident",
    "format": "boolean"
  },
  "isRegistered": {
    "label": "Registered",
    "format": "boolean"
  },
  "isOriginalOwner": {
    "label": "First owner",
    "format": "boolean"
  },
  "hasVin": {
    "label": "Has VIN",
    "format": "boolean"
  },
  "hasRegistrationDoc": {
    "label": "Has registration doc",
    "format": "boolean"
  },
  "hasServiceRecord": {
    "label": "Has service record",
    "format": "boolean"
  },
  "financingAvailable": {
    "label": "Financing available",
    "format": "boolean"
  },
  "leasingAvailable": {
    "label": "Leasing available",
    "format": "boolean"
  },
  "isVintage": {
    "label": "Vintage / Historic",
    "format": "boolean"
  },
  "isImported": {
    "label": "Imported",
    "format": "boolean"
  },
  "verifiedCar": {
    "label": "Otomoto verified",
    "format": "boolean"
  },
  "cepikVerified": {
    "label": "CEPIK verified",
    "format": "boolean"
  },
  "urbanConsumption": {
    "label": "Urban consumption",
    "format": "number"
  },
  "extraUrbanConsumption": {
    "label": "Extra-urban consumption",
    "format": "number"
  },
  "avgConsumption": {
    "label": "Avg consumption",
    "format": "number"
  },
  "co2Emissions": {
    "label": "CO2 (g/km)",
    "format": "number"
  },
  "autonomyKm": {
    "label": "EV range (km)",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller (dealer)",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "text"
  },
  "sellerUrl": {
    "label": "Seller profile URL",
    "format": "link"
  },
  "sellerNumberOfAds": {
    "label": "Seller active ads",
    "format": "number"
  },
  "isHighlighted": {
    "label": "Highlighted",
    "format": "boolean"
  },
  "isPromoted": {
    "label": "Promoted",
    "format": "boolean"
  },
  "bumpDate": {
    "label": "Last bumped",
    "format": "text"
  },
  "createdAt": {
    "label": "Listed at",
    "format": "text"
  },
  "originalCreatedAt": {
    "label": "Originally listed at",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated at",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description (text)",
    "format": "text"
  },
  "descriptionHtml": {
    "label": "Description (HTML)",
    "format": "text"
  },
  "descriptionMarkdown": {
    "label": "Description (Markdown)",
    "format": "text"
  },
  "equipment": {
    "label": "Equipment",
    "format": "array"
  },
  "imageUrls": {
    "label": "Photos",
    "format": "array"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "contentHash": {
    "label": "Content hash",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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