# Scrape Electric Vehicle Parts for Recycling & Rebuilding

**Use case:** 

Gather data on damaged electric vehicles from recent years, valuable for businesses focused on EV parts recycling, battery reconditioning, or specialized repair

## Input

```json
{
  "mode": "search",
  "searchQuery": "Electric vehicle",
  "yearMin": 2020,
  "damageType": "Engine Damage",
  "titleType": "Salvage",
  "maxItems": 75
}
```

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