# Analyze Used Car Prices & Listings on OLX Brazil

**Use case:** 

Gain competitive intelligence on the used car market in Brazil by scraping listing details and pricing data. This helps car dealerships and market researchers u

## Input

```json
{
  "country": "br",
  "mode": "searchListings",
  "query": "carro usado",
  "category": "motoryzacja",
  "city": "",
  "listingUrls": [],
  "sellerUrl": "",
  "urls": [],
  "condition": "",
  "fetchListingDetails": true,
  "maxItems": 100,
  "maxPages": 3,
  "useProxy": true,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## 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.