# OLX used bike price monitor

**Use case:** 

Monitor OLX.ua used bike classifieds over time with listing IDs, prices, regions, sellers, conditions, and refresh timestamps.

## Input

```json
{
  "searchQuery": "велосипед",
  "startUrls": [
    {
      "url": "https://www.olx.ua/uk/list/q-iphone/"
    }
  ],
  "maxResults": 250,
  "language": "uk",
  "maxRequestRetries": 5
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceDisplay": {
    "label": "Price",
    "format": "text"
  },
  "price": {
    "label": "Numeric price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "locationCity": {
    "label": "City",
    "format": "text"
  },
  "locationRegion": {
    "label": "Region",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "link"
  },
  "isPromoted": {
    "label": "Promoted",
    "format": "boolean"
  },
  "createdTime": {
    "label": "Created",
    "format": "date"
  },
  "lastRefreshTime": {
    "label": "Last refreshed",
    "format": "date"
  },
  "categoryType": {
    "label": "Category",
    "format": "text"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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