# Generate Oil Filter Cross-Reference List by Part Number

**Use case:** 

Scrape detailed information for specific oil filter part numbers to build a cross-reference database. This helps e-commerce sites and auto parts stores create c

## Input

```json
{
  "queries": [
    "WIX 51348",
    "FRAM PH3593A",
    "ACDelco PF48",
    "Mobil 1 M1-110"
  ],
  "categoryFilter": "Filter",
  "maxResults": 20,
  "enrichWithPartDetails": true,
  "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.