# USITC HTS Chapter 85 data extractor

**Use case:** 

Export current Chapter 85 HTS tariff records from USITC with official descriptions, general and special rates, Column 2 duty, and units.

## Input

```json
{
  "mode": "code",
  "keyword": "headphones",
  "htsCode": "85",
  "rangeStart": "8501",
  "rangeEnd": "8502",
  "maxItems": 500,
  "includeRawFields": false
}
```

## Output

```json
{
  "htsno": {
    "label": "HTS number",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "units": {
    "label": "Units",
    "format": "array"
  },
  "generalRate": {
    "label": "General / MFN duty",
    "format": "string"
  },
  "specialRate": {
    "label": "Special duty",
    "format": "string"
  },
  "column2Rate": {
    "label": "Column 2 duty",
    "format": "string"
  },
  "indent": {
    "label": "Hierarchy indent",
    "format": "integer"
  },
  "releaseTitle": {
    "label": "Release title",
    "format": "string"
  },
  "queryMode": {
    "label": "Query mode",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USITC HTS Tariff Data Scraper](https://apify.com/automation-lab/usitc-hts-tariff-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/usitc-hts-tariff-data-scraper) to learn more, explore other use cases, and run it yourself.