# Track OLX India used car listings

**Use case:** 

Track public used car listings on OLX India with prices, locations, seller details, images, and structured data for monitoring or market analysis.

## Input

```json
{
  "queries": [
    "car"
  ],
  "startUrls": [
    {
      "url": "https://www.olx.in/items/q-car"
    }
  ],
  "locationId": "1000001",
  "maxItems": 10,
  "includeDetails": false,
  "maxRequestRetries": 2,
  "maxRuntimeSecs": 120,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "adId": {
    "label": "Ad ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "priceDisplay": {
    "label": "Price display",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "sellerName": {
    "label": "Seller name",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "status": {
    "label": "Listing status",
    "format": "string"
  },
  "imageUrls": {
    "label": "Image URLs",
    "format": "array"
  },
  "imageCount": {
    "label": "Image count",
    "format": "integer"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "detailStatus": {
    "label": "Detail status",
    "format": "string"
  },
  "warnings": {
    "label": "Warnings",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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