# Source Classic Car Parts for Restoration Projects

**Use case:** 

Efficiently find rare and specific parts for classic car restoration projects by searching across all relevant categories. This helps restorers save time and co

## Input

```json
{
  "mode": "searchParts",
  "searchQuery": "1969 Camaro dashboard",
  "vehicleType": "cars-trucks",
  "partCategory": "car-truck-parts",
  "condition": "used",
  "sortBy": "ending-soonest",
  "startUrls": [],
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "priceFormatted": {
    "label": "Price formatted"
  },
  "condition": {
    "label": "Condition"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "mileage": {
    "label": "Mileage"
  },
  "location": {
    "label": "Location"
  },
  "listingType": {
    "label": "Listing type"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [eBay Motors Vehicle & Parts Scraper](https://apify.com/crawlerbros/ebay-motors-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/ebay-motors-scraper) to learn more, explore other use cases, and run it yourself.