# Scrape used items for sale in Belarus

**Use case:** 

Extract classified listings from Kufar.by, Belarus's largest marketplace. Structured data with prices and locations. Pay per result.

## Input

```json
{
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "keywords": "iphone"
}
```

## Output

```json
{
  "adId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceUsd": {
    "label": "Price USD",
    "format": "number"
  },
  "priceByn": {
    "label": "Price BYN",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "listTime": {
    "label": "Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Kufar.by Belarus Classifieds Scraper](https://apify.com/unfenced-group/kufar-by-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/kufar-by-scraper) to learn more, explore other use cases, and run it yourself.