# All Autotrader

**Use case:** 

Extract Autotrader data filtered by All. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.autotrader.com/cars-for-sale/used-cars?zip=90210&searchRadius=50",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "searchRadius": 100,
  "listingType": "ALL",
  "sortBy": "relevance",
  "maxConcurrency": 3
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "listingId": {
    "label": "Listing Id",
    "format": "text"
  },
  "vin": {
    "label": "Vin",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "trim": {
    "label": "Trim",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "msrp": {
    "label": "Msrp",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage",
    "format": "number"
  },
  "exteriorColor": {
    "label": "Exterior Color",
    "format": "text"
  },
  "interiorColor": {
    "label": "Interior Color",
    "format": "text"
  },
  "engine": {
    "label": "Engine",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "drivetrain": {
    "label": "Drivetrain",
    "format": "text"
  },
  "fuelType": {
    "label": "Fuel Type",
    "format": "text"
  },
  "bodyStyle": {
    "label": "Body Style",
    "format": "text"
  },
  "stockNumber": {
    "label": "Stock Number",
    "format": "number"
  },
  "dealerName": {
    "label": "Dealer Name",
    "format": "text"
  },
  "dealerPhone": {
    "label": "Dealer Phone",
    "format": "text"
  },
  "dealerAddress": {
    "label": "Dealer Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "date"
  },
  "zip": {
    "label": "Zip",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "listingUrl": {
    "label": "Listing Url",
    "format": "link"
  },
  "imageUrls": {
    "label": "Image Urls",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "kbbValue": {
    "label": "Kbb Value",
    "format": "number"
  },
  "marketValue": {
    "label": "Market Value",
    "format": "number"
  },
  "savings": {
    "label": "Savings",
    "format": "number"
  },
  "certifiedPreOwned": {
    "label": "Certified Pre Owned",
    "format": "boolean"
  },
  "accidents": {
    "label": "Accidents",
    "format": "number"
  },
  "owners": {
    "label": "Owners",
    "format": "number"
  },
  "serviceRecords": {
    "label": "Service Records",
    "format": "boolean"
  },
  "listingDate": {
    "label": "Listing Date",
    "format": "date"
  },
  "daysOnMarket": {
    "label": "Days On Market",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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