# Ferguson Assortment and Compliance Monitor

**Use case:** 

Monitor Ferguson product assortment, availability, compliance, documents, and specifications for recurring procurement intelligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ferguson.com/category/bathroom-plumbing/bathroom-faucets/"
    }
  ],
  "maxItems": 100,
  "includeDetails": true
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "title": {
    "label": "Product",
    "format": "text"
  },
  "partNumber": {
    "label": "Part #",
    "format": "text"
  },
  "itemNumber": {
    "label": "Item #",
    "format": "text"
  },
  "manufacturerPartNumber": {
    "label": "Mfr. part #",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "array"
  },
  "colorFinish": {
    "label": "Color / finish",
    "format": "text"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Ferguson Product Catalog Scraper](https://apify.com/automation-lab/ferguson-product-catalog-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ferguson-product-catalog-scraper) to learn more, explore other use cases, and run it yourself.