# Scrape Honda Accord VIN & specs - Cars.com

**Use case:** 

Get full Honda Accord specs from Cars.com with VIN, body, drivetrain, fuel, color, mileage, price, MSRP and deal rating. Export to CSV.

## Input

```json
{
  "searchUrls": [],
  "listingUrls": [],
  "makes": [
    "Honda"
  ],
  "models": [
    "Accord"
  ],
  "stockType": "used",
  "zip": "94102",
  "sellerType": "any",
  "onlyWithPriceDrop": false,
  "sortBy": "best_match_desc",
  "includeCarDetails": true,
  "includeDealerLeads": false,
  "maxResults": 100,
  "monitorMode": false,
  "monitorKey": "default",
  "includeRawFields": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Vehicle"
  },
  "vin": {
    "label": "VIN"
  },
  "bodyStyle": {
    "label": "Body"
  },
  "drivetrain": {
    "label": "Drivetrain"
  },
  "fuelType": {
    "label": "Fuel"
  },
  "exteriorColor": {
    "label": "Color"
  },
  "mileage": {
    "label": "Mileage"
  },
  "price": {
    "label": "Price"
  },
  "msrp": {
    "label": "MSRP"
  },
  "dealRating": {
    "label": "Deal"
  },
  "cleanTitle": {
    "label": "Clean title"
  },
  "noAccidents": {
    "label": "No accidents"
  },
  "singleOwner": {
    "label": "1 owner"
  },
  "featuresCount": {
    "label": "# Features"
  }
}
```

## About this Actor

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