# RockAuto Brake Pad Price Extractor

**Use case:** 

Extract RockAuto brake pad listings, prices, core charges, manufacturer names, and part numbers from a product page.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.rockauto.com/en/catalog/toyota,2010,corolla,1.8l+l4,1444173,brake+&+wheel+hub,brake+pad,1684"
    }
  ],
  "maxItems": 75,
  "maxPages": 3
}
```

## Output

```json
{
  "vehicle": {
    "label": "Vehicle"
  },
  "category": {
    "label": "Category"
  },
  "partType": {
    "label": "Part type"
  },
  "manufacturer": {
    "label": "Manufacturer"
  },
  "partNumber": {
    "label": "Part number"
  },
  "description": {
    "label": "Description"
  },
  "notes": {
    "label": "Fitment notes"
  },
  "priceText": {
    "label": "Price"
  },
  "coreChargeText": {
    "label": "Core charge"
  },
  "availability": {
    "label": "Availability"
  },
  "sortGroup": {
    "label": "Sort group"
  },
  "moreInfoUrl": {
    "label": "More info",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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