# Rockauto Data Export

**Use case:** 

Data Export of Rockauto. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrls": [
    "https://www.rockauto.com/en/catalog/toyota,2020,camry,2.5l+l4,3445372,brake+%26+wheel+hub,brake+pad,1684"
  ],
  "maxItems": 100,
  "includeAllEngines": false,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "partNumber": {
    "label": "Part Number",
    "format": "number"
  },
  "partKey": {
    "label": "Part Key",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "corePrice": {
    "label": "Core Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "sortGroup": {
    "label": "Sort Group",
    "format": "text"
  },
  "sortGroupText": {
    "label": "Sort Group Text",
    "format": "text"
  },
  "footnote": {
    "label": "Footnote",
    "format": "text"
  },
  "fitmentNotes": {
    "label": "Fitment Notes",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "engine": {
    "label": "Engine",
    "format": "text"
  },
  "carcode": {
    "label": "Carcode",
    "format": "text"
  },
  "partCategory": {
    "label": "Part Category",
    "format": "date"
  },
  "partType": {
    "label": "Part Type",
    "format": "text"
  },
  "partTypeId": {
    "label": "Part Type Id",
    "format": "text"
  },
  "infoUrl": {
    "label": "Info Url",
    "format": "link"
  },
  "catalogUrl": {
    "label": "Catalog Url",
    "format": "link"
  },
  "warehousePartNumber": {
    "label": "Warehouse Part Number",
    "format": "number"
  },
  "warehouse": {
    "label": "Warehouse",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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