# Track AD/CVD silicon metal alerts

**Use case:** 

Run a ready-made CBP AD/CVD silicon metal watchlist with Kazakhstan as the high-confidence country match and source-linked alert events.

## Input

```json
{
  "htsPrefixes": [],
  "caseNumbers": [],
  "countries": [
    "Kazakhstan"
  ],
  "productKeywords": [
    "silicon metal"
  ],
  "supplierNames": [],
  "messageTypes": [],
  "sinceDate": "2026-07-01",
  "maxEvents": 1,
  "stateStoreName": "__RUN_DEFAULT__"
}
```

## Output

```json
{
  "event_type": {
    "label": "Event",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "dates": {
    "label": "Dates",
    "format": "object"
  },
  "entities": {
    "label": "Entities",
    "format": "object"
  },
  "match_terms": {
    "label": "Match terms",
    "format": "array"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CBP AD/CVD + HTS Duty Alert](https://apify.com/mikechiou/cbp-adcvd-hts-duty-alert) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mikechiou/cbp-adcvd-hts-duty-alert) to learn more, explore other use cases, and run it yourself.