# Competitive Intelligence on Pickup Trucks by Drivetrain

**Use case:** 

Scrape listings for popular pickup trucks like Chevrolet Silverado, filtering by different drivetrain types to analyze competitor offerings and market share. Th

## Input

```json
{
  "make": "chevrolet",
  "model": "silverado-1500",
  "zip": "77002",
  "radius": "state",
  "minYear": 2015,
  "maxMileage": 120000,
  "postedWithinDays": "",
  "sort": "miles_asc",
  "bodyStyles": [
    "convertible"
  ],
  "driveTypes": [
    "4wd",
    "rwd"
  ],
  "fuelTypes": [],
  "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.