# Scrape Luxury SUV Listings for Market Analysis

**Use case:** 

Gather comprehensive data on high-end SUV listings from brands like BMW and Mercedes-Benz, including pricing, mileage, and year ranges. This data supports marke

## Input

```json
{
  "make": "bmw",
  "model": "x5",
  "zip": "33139",
  "radius": "50",
  "minYear": 2018,
  "minPrice": 40000,
  "maxMileage": 75000,
  "postedWithinDays": "",
  "sort": "best_match",
  "bodyStyles": [
    "suv"
  ],
  "driveTypes": [],
  "fuelTypes": [
    "diesel"
  ],
  "titleStatus": [],
  "cylinders": [],
  "doors": [],
  "exteriorColors": [],
  "interiorColors": [],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "price": {
    "label": "Price"
  },
  "mileage": {
    "label": "Mileage"
  },
  "city": {
    "label": "City"
  },
  "sourceSite": {
    "label": "Source site"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

This example demonstrates how to use [AutoTempest Car Listings Scraper](https://apify.com/crawlerbros/autotempest-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/autotempest-scraper) to learn more, explore other use cases, and run it yourself.