# Monitor Used Car Prices in Poland (OLX)

**Use case:** 

Track average prices and availability for specific car models in Poland to identify market trends and optimize inventory strategies. This helps dealerships and 

## Input

```json
{
  "country": "pl",
  "mode": "searchListings",
  "query": "audi a4 b8",
  "category": "motoryzacja",
  "city": "",
  "listingUrls": [],
  "sellerUrl": "",
  "urls": [],
  "condition": "used",
  "fetchListingDetails": true,
  "maxItems": 100,
  "maxPages": 3,
  "useProxy": true,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "city": {
    "label": "City"
  },
  "category": {
    "label": "Category"
  },
  "country": {
    "label": "Country"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

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