# Track CPSC Recall Exposure for Lighting Suppliers

**Use case:** 

Scan official CPSC recall data for supplier, product, and hazard matches. Get source-linked exposure records and a reusable monitoring baseline.

## Input

```json
{
  "monitorId": "lighting-supplier-watchlist-demo",
  "supplierNames": [
    "Currey & Company"
  ],
  "brandNames": [],
  "productTerms": [
    "chandelier"
  ],
  "categoryIds": [],
  "keywords": [
    "electrocution",
    "fire"
  ],
  "filterMode": "any",
  "lookbackDays": 14,
  "maxSourceRecords": 500,
  "maxEvents": 50,
  "emitUnchanged": false,
  "emitResolved": true,
  "resetState": false
}
```

## Output

```json
{
  "lifecycle": {
    "label": "Lifecycle",
    "format": "string"
  },
  "recallNumber": {
    "label": "Recall number",
    "format": "string"
  },
  "title": {
    "label": "Recall title",
    "format": "string"
  },
  "exposureSummary": {
    "label": "Why it matches",
    "format": "string"
  },
  "materialChangeReasons": {
    "label": "Changed fields",
    "format": "array"
  },
  "lastPublishDate": {
    "label": "Last published",
    "format": "string"
  },
  "officialRecallUrl": {
    "label": "Official CPSC record",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CPSC Product Recalls & Supplier Exposure Monitor](https://apify.com/blaidlink/cpsc-supplier-recall-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blaidlink/cpsc-supplier-recall-monitor) to learn more, explore other use cases, and run it yourself.