# Used iPhones on OLX India

**Use case:** 

Scrape OLX India used iPhone listings in Mumbai with prices, seller details, categories, locations, images, posting dates, listing URLs, and descriptions.

## Input

```json
{
  "keywords": [
    "iphone"
  ],
  "locations": [
    "Mumbai"
  ],
  "maxResults": 5,
  "includeItemDetails": true,
  "includeDescription": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "searchQuery": {
    "label": "Search"
  },
  "location": {
    "label": "Location"
  },
  "title": {
    "label": "Title"
  },
  "priceDisplay": {
    "label": "Price"
  },
  "sellerType": {
    "label": "Seller Type"
  },
  "isBusiness": {
    "label": "Business"
  },
  "category": {
    "label": "Category"
  },
  "state": {
    "label": "State"
  },
  "city": {
    "label": "City"
  },
  "postedAt": {
    "label": "Posted"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

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