# Find Flood Damaged Vehicles in Florida for Resale

**Use case:** 

Identify flood-damaged vehicles located across Florida, perfect for rebuilders and used car dealerships specializing in distressed assets. This helps quickly so

## Input

```json
{
  "mode": "byDamageType",
  "searchQuery": "Honda",
  "damageType": "Flood",
  "state": "Florida",
  "maxItems": 200
}
```

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