# Scrape Cars.co.za BMW listings

**Use case:** 

Collect BMW used car listings from Cars.co.za. Export prices, years, mileage, and URLs for South African premium auto research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.cars.co.za/usedcars/?make=BMW"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "year": {
    "label": "Year"
  },
  "mileage": {
    "label": "Mileage"
  },
  "location": {
    "label": "Location"
  },
  "dealer": {
    "label": "Dealer"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Cars.co.za Used Cars Scraper](https://apify.com/rainminer/cars-co-za-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/cars-co-za-scraper) to learn more, explore other use cases, and run it yourself.