# RockAuto Brake Parts Scraper

**Use case:** 

Scrape RockAuto brake parts listings with prices, manufacturer part numbers, fitment notes, and availability signals.

## Input

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

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