# Monitor NAPA Online brake pad search results

**Use case:** 

Track NAPAonline.com brake pad search results with part numbers, vehicle fitment, and promotional pricing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.napaonline.com/en/search?text=brake%20pads&page=1"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "pid": {
    "label": "Pid"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "partNumber": {
    "label": "Part number"
  },
  "fieldSku": {
    "label": "Field sku"
  },
  "productLine": {
    "label": "Product line"
  },
  "salePrice": {
    "label": "Sale price"
  },
  "unitOfMeasure": {
    "label": "Unit of measure"
  },
  "universal": {
    "label": "Universal"
  },
  "primaryImage": {
    "label": "Primary image"
  },
  "thumbImage": {
    "label": "Thumb image"
  },
  "description": {
    "label": "Description"
  },
  "regulatory": {
    "label": "Regulatory"
  },
  "isSoldInDc": {
    "label": "Is sold in dc"
  },
  "isFitForVehicle": {
    "label": "Is fit for vehicle"
  },
  "specificationAttributes": {
    "label": "Specification attributes"
  },
  "hqAbbrev": {
    "label": "Hq abbrev"
  },
  "interchangeParts": {
    "label": "Interchange parts"
  },
  "lineAbbreviation": {
    "label": "Line abbreviation"
  },
  "partType": {
    "label": "Part type"
  }
}
```

## About this Actor

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