# OLX Bulgaria Phone Price Monitor

**Use case:** 

Run repeatable OLX.bg searches for used phones and open detail pages to enrich pricing and seller intelligence.

## Input

```json
{
  "startUrls": [],
  "searchQuery": "samsung galaxy",
  "maxResults": 150,
  "includeDetails": true,
  "maxPages": 8,
  "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.