# HS code lookup and tariff data for any product

**Use case:** 

Surface the HS/HTS codes importers actually file for your product, plus weight, TEU, and tariff strategy data. Plan duties and benchmark landed costs.

## Input

```json
{
  "queries": [
    "lithium ion battery"
  ],
  "maxResults": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "proxyGroups": [
      "SHADER"
    ],
    "countryCode": "US"
  },
  "includeDetails": true
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "hsCodeSummary": {
    "label": "HS Code Summary",
    "format": "array"
  },
  "htsCodes": {
    "label": "HTS Codes",
    "format": "array"
  },
  "vendorHsCodes": {
    "label": "Vendor HS Codes",
    "format": "object"
  },
  "recentBols": {
    "label": "Recent BOLs",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [ImportYeti Scraper  2026](https://apify.com/devcake/importyeti-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/devcake/importyeti-scraper) to learn more, explore other use cases, and run it yourself.