# OLX Brazil multi-state car price intelligence workflow

**Use case:** 

Monitor car listings across São Paulo, Rio de Janeiro, and Minas Gerais for recurring dealer and price intelligence.

## Input

```json
{
  "searchQueries": [
    "Toyota Corolla"
  ],
  "states": [
    "SP",
    "RJ",
    "MG"
  ],
  "categoryPath": "autos-e-pecas/carros-vans-e-utilitarios",
  "startUrls": [
    {
      "url": "https://www.olx.com.br/estado-sp?q=iphone"
    }
  ],
  "maxItems": 150,
  "maxPages": 3,
  "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.