# Monitor Ford F-150 Spark Plug Prices & Manufacturers

**Use case:** 

Gather current pricing and manufacturer data for spark plugs compatible with specific Ford F-150 engine configurations. This enables competitive price monitorin

## Input

```json
{
  "queries": [
    "spark plug"
  ],
  "minPrice": 5,
  "maxResults": 50,
  "enrichWithPartDetails": false,
  "vehicleMake": "Ford",
  "vehicleModel": "F-150",
  "vehicleYear": 2021,
  "vehicleEngine": "3.5L V6",
  "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.