# Carvana Latest Results

**Use case:** 

Latest Results of Carvana. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrl": "https://www.carvana.com/cars",
  "maxItems": 25,
  "zip": "90210"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "listingId": {
    "label": "Listing id",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "trim": {
    "label": "Trim",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "msrp": {
    "label": "MSRP",
    "format": "integer"
  },
  "kbbValue": {
    "label": "KBB Value",
    "format": "integer"
  },
  "mileage": {
    "label": "Mileage",
    "format": "integer"
  },
  "bodyStyle": {
    "label": "Body Style",
    "format": "string"
  },
  "exteriorColor": {
    "label": "Exterior Color",
    "format": "string"
  },
  "interiorColor": {
    "label": "Interior Color",
    "format": "string"
  },
  "fuelType": {
    "label": "Fuel Type",
    "format": "string"
  },
  "mpg": {
    "label": "MPG",
    "format": "integer"
  },
  "seatingCapacity": {
    "label": "Seats",
    "format": "integer"
  },
  "vin": {
    "label": "VIN",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "isPurchasePending": {
    "label": "Purchase Pending",
    "format": "boolean"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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