# Compare Toyota Camry Brake Pad Prices & Brands

**Use case:** 

Scrape RockAuto for various brake pad manufacturers and prices for a specific Toyota Camry model year. This helps auto parts retailers and mechanics quickly com

## Input

```json
{
  "queries": [
    "brake pads"
  ],
  "categoryFilter": "Brake/Wheel Hub",
  "maxResults": 100,
  "enrichWithPartDetails": true,
  "vehicleMake": "Toyota",
  "vehicleModel": "Camry",
  "vehicleYear": 2018,
  "startUrls": []
}
```

## Output

```json
{
  "manufacturer": {
    "label": "Brand",
    "format": "text"
  },
  "partNumber": {
    "label": "Part #",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "priceUSD": {
    "label": "Price",
    "format": "number"
  },
  "coreChargeUSD": {
    "label": "Core",
    "format": "number"
  },
  "totalUSD": {
    "label": "Total",
    "format": "number"
  },
  "packSize": {
    "label": "Pack",
    "format": "number"
  },
  "moreInfoUrl": {
    "label": "Info URL",
    "format": "link"
  }
}
```

## About this Actor

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