# OLX Brazil iPhone listings scraper example

**Use case:** 

Search OLX Brazil for current iPhone listings in São Paulo and export prices, locations, images, and seller signals.

## Input

```json
{
  "searchQueries": [
    "iphone"
  ],
  "states": [
    "SP"
  ],
  "categoryPath": "",
  "startUrls": [
    {
      "url": "https://www.olx.com.br/estado-sp?q=iphone"
    }
  ],
  "maxItems": 50,
  "maxPages": 20,
  "maxRequestRetries": 2
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (BRL)",
    "format": "number"
  },
  "oldPrice": {
    "label": "Old price",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "professionalAd": {
    "label": "Professional",
    "format": "boolean"
  },
  "olxPayEnabled": {
    "label": "OLX Pay",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Published",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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