# Bazos.cz Used Car Price Trends & Availability Scraper

**Use case:** 

Gain insights into the Czech used car market by tracking prices and availability for popular models. This data helps dealerships and individuals make informed b

## Input

```json
{
  "keywords": [
    "Škoda Octavia",
    "VW Golf",
    "BMW E46"
  ],
  "countryVariant": "CZ",
  "minPrice": 50000,
  "maxPrice": 300000,
  "maxItems": 150,
  "maxPagesPerKeyword": 10
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  }
}
```

## About this Actor

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