# New CARFAX Used Cars

**Use case:** 

Extract CARFAX Used Cars data filtered by new. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.carfax.com/Used-Toyota-Camry_w630?zip=90210&radius=50",
  "maxItems": 10,
  "make": "",
  "type": "new",
  "radius": "50",
  "sortBy": "BEST",
  "noAccidents": false,
  "oneOwner": false,
  "serviceRecords": false,
  "personalUse": false,
  "includeHistory": true,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "vin": {
    "label": "VIN",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "trim": {
    "label": "Trim",
    "format": "string"
  },
  "subTrim": {
    "label": "Sub Trim",
    "format": "string"
  },
  "carfaxId": {
    "label": "CARFAX ID",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "listPrice": {
    "label": "List Price",
    "format": "number"
  },
  "currentPrice": {
    "label": "Current Price",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage",
    "format": "number"
  },
  "exteriorColor": {
    "label": "Exterior Color",
    "format": "string"
  },
  "interiorColor": {
    "label": "Interior Color",
    "format": "string"
  },
  "bodyStyle": {
    "label": "Body Style",
    "format": "string"
  },
  "engine": {
    "label": "Engine",
    "format": "string"
  },
  "displacement": {
    "label": "Displacement",
    "format": "string"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "driveType": {
    "label": "Drive Type",
    "format": "string"
  },
  "fuelType": {
    "label": "Fuel Type",
    "format": "string"
  },
  "mpgCity": {
    "label": "MPG City",
    "format": "number"
  },
  "mpgHighway": {
    "label": "MPG Highway",
    "format": "number"
  },
  "mpgCombined": {
    "label": "MPG Combined",
    "format": "number"
  },
  "badge": {
    "label": "Value Badge",
    "format": "string"
  },
  "certified": {
    "label": "Certified",
    "format": "boolean"
  },
  "oneOwner": {
    "label": "One Owner",
    "format": "boolean"
  },
  "noAccidents": {
    "label": "No Accidents",
    "format": "boolean"
  },
  "serviceRecords": {
    "label": "Service Records",
    "format": "boolean"
  },
  "personalUse": {
    "label": "Personal Use",
    "format": "boolean"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "vehicleDetails": {
    "label": "Vehicle Details",
    "format": "string"
  },
  "topOptions": {
    "label": "Top Options",
    "format": "array"
  },
  "otherOptions": {
    "label": "Other Options",
    "format": "array"
  },
  "stockNumber": {
    "label": "Stock Number",
    "format": "string"
  },
  "firstSeen": {
    "label": "First Seen",
    "format": "string"
  },
  "followCount": {
    "label": "Follow Count",
    "format": "number"
  },
  "dealerName": {
    "label": "Dealer Name",
    "format": "string"
  },
  "dealerAddress": {
    "label": "Dealer Address",
    "format": "string"
  },
  "dealerCity": {
    "label": "Dealer City",
    "format": "string"
  },
  "dealerState": {
    "label": "Dealer State",
    "format": "string"
  },
  "dealerZip": {
    "label": "Dealer ZIP",
    "format": "string"
  },
  "dealerPhone": {
    "label": "Dealer Phone",
    "format": "string"
  },
  "dealerGroupName": {
    "label": "Dealer Group",
    "format": "string"
  },
  "dealerAverageRating": {
    "label": "Dealer Rating",
    "format": "number"
  },
  "dealerReviewCount": {
    "label": "Dealer Reviews",
    "format": "number"
  },
  "dealerInventoryUrl": {
    "label": "Dealer Inventory",
    "format": "string"
  },
  "additionalFee": {
    "label": "Additional Fee",
    "format": "number"
  },
  "costBadge": {
    "label": "Cost Badge",
    "format": "string"
  },
  "riskBadge": {
    "label": "Risk Badge",
    "format": "string"
  },
  "overallReliabilityBadge": {
    "label": "Reliability Badge",
    "format": "string"
  },
  "accidentHistory": {
    "label": "Accident History",
    "format": "array"
  },
  "ownerHistory": {
    "label": "Owner History",
    "format": "array"
  },
  "serviceHistory": {
    "label": "Service History",
    "format": "array"
  },
  "vehicleUseHistory": {
    "label": "Vehicle Use History",
    "format": "array"
  },
  "priceHistory": {
    "label": "Price History",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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