# Extract High-Value Theft Recovery Vehicles for Auction

**Use case:** 

Find high-value vehicles with 'Theft' loss types and 'Clear' titles, ideal for dealers seeking high-quality inventory from theft recoveries. This identifies pre

## Input

```json
{
  "mode": "search",
  "searchQuery": "Honda",
  "lossType": "Theft",
  "titleType": "Clear",
  "acvMax": 50000,
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "stockNumber": {
    "label": "Stock number"
  },
  "vin": {
    "label": "Vin"
  },
  "primaryDamage": {
    "label": "Primary damage"
  },
  "titleType": {
    "label": "Title type"
  },
  "odometer": {
    "label": "Odometer"
  },
  "branch": {
    "label": "Branch"
  },
  "saleDateTime": {
    "label": "Sale date time"
  },
  "detailUrl": {
    "label": "Detail url"
  }
}
```

## About this Actor

This example demonstrates how to use [IAAI Salvage Vehicle Auctions Scraper](https://apify.com/crawlerbros/iaai-salvage-vehicle-auctions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/iaai-salvage-vehicle-auctions-scraper) to learn more, explore other use cases, and run it yourself.