# OLX.kz iPhone Listings Scraper

**Use case:** 

Collect OLX Kazakhstan iPhone listings with prices, cities, images, descriptions, and seller signals.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.olx.kz/d/transport/legkovye-avtomobili/"
    }
  ],
  "searchQueries": [
    "iphone"
  ],
  "maxItems": 50,
  "includeDescriptions": true,
  "maxPagesPerSource": 3,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceDisplay": {
    "label": "Display price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "isBusiness": {
    "label": "Business seller",
    "format": "boolean"
  },
  "hasPhone": {
    "label": "Phone available",
    "format": "boolean"
  },
  "hasChat": {
    "label": "Chat available",
    "format": "boolean"
  },
  "createdTime": {
    "label": "Created",
    "format": "date"
  },
  "lastRefreshTime": {
    "label": "Refreshed",
    "format": "date"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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