HS Code Lookup & Duty Calculator
An HS-code search that combines AI classification (DeepSeek) with a curated database of duty rates by importing country, so your team stops guessing tariff codes.

What It Does
When to Use
Whenever you create a quote/CI for a new product, or when classifying for a country your team hasn't shipped to before.
Lookup Flow
The first lookup is a paid call to ai-engine; subsequent identical queries hit the cache.
Duty Calculation
curl https://api.anvilhk.com/api/v1/tools/hs-code/duty \
-H "Authorization: Bearer $ANVIL_KEY" \
-H "X-Tenant-ID: $TENANT" \
-G --data-urlencode "code=8504.40.85" \
--data-urlencode "to=US" \
--data-urlencode "value=120000" \
--data-urlencode "currency=USD"Returns MFN rate, applicable Section 301 surcharges (where relevant), and the duty in absolute terms.
API Endpoints
Pricing & Limits
| Plan | Lookups / month | Duty calls / month |
|---|---|---|
| Starter | 100 | 1,000 |
| Pro | 2,000 | unlimited |
| Enterprise | unlimited | unlimited |