# Monitor Laptop Prices on OLX India for Retailers

**Use case:** 

Track fluctuating prices of new and used laptops across major cities in India to inform pricing strategies and inventory management. This enables electronics re

## Input

```json
{
  "country": "in",
  "mode": "searchListings",
  "query": "laptop",
  "category": "elektronika",
  "city": "",
  "listingUrls": [],
  "sellerUrl": "",
  "urls": [],
  "condition": "new",
  "priceMin": 15000,
  "fetchListingDetails": false,
  "maxItems": 75,
  "maxPages": 3,
  "useProxy": true,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "city": {
    "label": "City"
  },
  "category": {
    "label": "Category"
  },
  "country": {
    "label": "Country"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

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