# Ferguson Product Specification Extractor

**Use case:** 

Extract a Ferguson product's part IDs, description, compliance badges, documents, package details, and technical specifications.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ferguson.com/product/waterstone-model-no.-9800-single-handle-pull-down-kitchen-faucet-in-polished-nickel-w9800pn/7806070.html"
    }
  ],
  "maxItems": 1,
  "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.