# Track antidumping & countervailing duty cases on steel

**Use case:** 

Follow new AD/CVD proceedings on steel imports from the Federal Register — case numbers, action types, countries and effective dates.

## Input

```json
{
  "query": "steel",
  "itaOnly": true,
  "maxResults": 500,
  "monitor": false
}
```

## Output

```json
{
  "publication_date": {
    "label": "Publication date",
    "format": "string"
  },
  "case_number": {
    "label": "Case number",
    "format": "string"
  },
  "case_type": {
    "label": "Case type",
    "format": "string"
  },
  "action_type": {
    "label": "Action type (lifecycle stage)",
    "format": "string"
  },
  "product": {
    "label": "Product",
    "format": "string"
  },
  "countries": {
    "label": "Countries",
    "format": "array"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "string"
  },
  "html_url": {
    "label": "HTML URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AD/CVD Antidumping Duty Tracker — Federal Register API](https://apify.com/malonestar/adcvd-trade-remedy-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/adcvd-trade-remedy-tracker) to learn more, explore other use cases, and run it yourself.