# OLX Bulgaria iPhone Listings Scraper

**Use case:** 

Collect OLX.bg iPhone classified listings with prices, locations, URLs, seller details, and listing metadata.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.olx.bg/elektronika/telefoni/q-iphone/"
    }
  ],
  "searchQuery": "iphone",
  "maxResults": 50,
  "includeDetails": false,
  "maxPages": 3,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "priceValue": {
    "label": "Price value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "date"
  },
  "refreshedAt": {
    "label": "Refreshed at",
    "format": "date"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs",
    "format": "object"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "text"
  },
  "sellerProfileUrl": {
    "label": "Seller profile",
    "format": "link"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "imageUrls": {
    "label": "Images",
    "format": "object"
  },
  "isPromoted": {
    "label": "Promoted",
    "format": "boolean"
  },
  "isHighlighted": {
    "label": "Highlighted",
    "format": "boolean"
  },
  "isBusiness": {
    "label": "Business seller",
    "format": "boolean"
  },
  "hasPhone": {
    "label": "Phone available",
    "format": "boolean"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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