# Scrape Current IAA Featured Vehicle Inventory

**Use case:** 

Extract current IAA featured vehicle listings with prices, mileage, damage, location, lot IDs, and images.

## Input

```json
{
  "maxItems": 24,
  "states": [],
  "buyNowOnly": false
}
```

## Output

```json
{
  "title": {
    "label": "Vehicle",
    "format": "text"
  },
  "buyNowPrice": {
    "label": "Buy Now",
    "format": "number"
  },
  "currentBid": {
    "label": "Current bid",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "odometer": {
    "label": "Odometer",
    "format": "number"
  },
  "odometerUnit": {
    "label": "Unit",
    "format": "text"
  },
  "lossType": {
    "label": "Loss type",
    "format": "text"
  },
  "runAndDrive": {
    "label": "Run & Drive",
    "format": "boolean"
  },
  "keyAvailable": {
    "label": "Key",
    "format": "boolean"
  },
  "branch": {
    "label": "Branch",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "stockNumber": {
    "label": "Stock #",
    "format": "text"
  },
  "vehicleId": {
    "label": "Vehicle ID",
    "format": "text"
  },
  "detailUrl": {
    "label": "IAA lot",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [IAA Featured Vehicle Inventory Scraper](https://apify.com/automation-lab/iaa-featured-vehicle-inventory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/iaa-featured-vehicle-inventory-scraper) to learn more, explore other use cases, and run it yourself.