# Scrape Salvage Honda CRV Listings for Parts & Repair

**Use case:** 

Extract comprehensive data on salvage Honda CR-V vehicles, ideal for auto parts businesses seeking inventory or mechanics looking for repair projects. This data

## Input

```json
{
  "mode": "byMakeModel",
  "searchQuery": "Honda",
  "make": "Honda",
  "model": "CR-V",
  "damageType": "All Over",
  "titleType": "Salvage",
  "maxItems": 100
}
```

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