# Scrape OLX.uz Real Estate Listings

**Use case:** 

Extract OLX.uz property classifieds with title, price, city, description, category, images, SKU, and listing URL.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.olx.uz/nedvizhimost/"
    }
  ],
  "maxItems": 30,
  "includeDetails": true,
  "maxPagesPerStartUrl": 2
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "productionDate": {
    "label": "Production date",
    "format": "text"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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