# Monitor Damaged Light Trucks for Fleet Maintenance

**Use case:** 

Track available light trucks with various damage types to inform fleet maintenance strategies and potential parts acquisition. This allows fleet managers to ass

## Input

```json
{
  "mode": "byMakeModel",
  "searchQuery": "Honda",
  "yearMin": 2015,
  "damageType": "Mechanical",
  "vehicleType": "Light Trucks",
  "odometerMax": 150000,
  "maxItems": 150
}
```

## 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.