US Tariff & HS Code Lookup - Import Duty Rates avatar

US Tariff & HS Code Lookup - Import Duty Rates

Under maintenance

Pricing

Pay per usage

Go to Apify Store
US Tariff & HS Code Lookup - Import Duty Rates

US Tariff & HS Code Lookup - Import Duty Rates

Under maintenance

Look up US import tariff rates and HS codes instantly. Get duty rates, trade program eligibility, and tariff classifications for any product.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

George Kioko

George Kioko

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Look up US import duty rates instantly from the official USITC Harmonized Tariff Schedule. Search by HS code or product keyword and get general tariff rates, special trade program rates (USMCA, GSP, FTAs), and Column 2 rates -- all in structured JSON.

How It Works

US Tariff & HS Code Lookup
==========================
+------------------+ +-------------------+ +------------------+
| YOUR INPUT | | HTS.USITC.GOV | | STRUCTURED |
| | ----> | (Official US | ----> | JSON OUTPUT |
| - HS Code | | Tariff Data) | | |
| "8471.30" | | | | - Duty rates |
| - Keyword | | Chapter browse + | | - Special rates |
| "laptop" | | Search engine | | - HS codes |
| - Country | | | | - Descriptions |
+------------------+ +-------------------+ +------------------+
|
Puppeteer browser
scrapes official
HTS data tables

Why This Matters

The US Harmonized Tariff Schedule is a 4,000+ page document that determines duty rates on every product imported into the United States. Finding the right HS code and duty rate manually means navigating complex hierarchical tables and cross-referencing trade program eligibility. This actor automates that entire process.

Whether you are calculating landed costs for an Amazon FBA product, preparing a customs entry, or evaluating supplier countries for duty savings, this tool gives you the tariff data you need in seconds instead of hours.

Use Cases

  • Amazon FBA Sellers -- Calculate import duties before sourcing products from China, Vietnam, or India to know your true landed cost.
  • Importers & Customs Brokers -- Quickly verify HS classifications and duty rates for customs declarations.
  • Trade Compliance Teams -- Audit tariff classifications across your product catalog.
  • Supply Chain Analysts -- Compare duty rates across countries of origin to optimize sourcing.
  • E-commerce Entrepreneurs -- Research import costs before launching new products.
  • Trade Lawyers -- Cross-reference HS codes and special program eligibility for clients.

Input Examples

Look up by HS Code

{
"hsCode": "8471.30",
"countryOfOrigin": "Mexico",
"maxResults": 10,
"includeNotes": true
}

Search by Product Keyword

{
"keyword": "coffee beans",
"maxResults": 20,
"includeNotes": true
}

Simple Lookup

{
"hsCode": "6204"
}

Output Example

Each result contains the full tariff line data:

{
"hsCode": "8471.30.01",
"description": "Portable automatic data processing machines, weighing not more than 10 kg",
"generalDutyRate": "Free",
"specialDutyRates": {
"USMCA (Mexico)": "Free",
"USMCA (Canada)": "Free",
"GSP": "Free",
"Australia FTA": "Free",
"Korea FTA": "Free"
},
"column2Rate": "35%",
"unitOfQuantity": "No.",
"chapterNotes": "Notes for Chapter 84...",
"countryOfOrigin": "Mexico",
"applicableSpecialRate": {
"program": "USMCA (Mexico)",
"rate": "Free"
},
"searchKeyword": "8471.30",
"scrapedAt": "2026-03-09T12:00:00.000Z"
}

Input Parameters

ParameterTypeRequiredDefaultDescription
hsCodestringNo*-HS code to look up (e.g., "8471.30")
keywordstringNo*-Product keyword to search (e.g., "laptop")
countryOfOriginstringNo-Country for special rate programs
maxResultsintegerNo20Max tariff lines to return (1-100)
includeNotesbooleanNotrueInclude chapter/section notes

*Either hsCode or keyword must be provided.

Pricing

This actor uses Pay-Per-Event (PPE) pricing:

EventCostDescription
tariff-lookup$0.05Per search query executed

Each run charges one tariff-lookup event regardless of how many results are returned. This is significantly cheaper than commercial tariff database subscriptions which cost $50-500/month.

Common HS Code Examples

HS CodeProduct Category
8471Computers & laptops
6204Women's clothing
0901Coffee
8517Smartphones & telecom equipment
9503Toys
4202Handbags & luggage
8528Monitors & TVs
6110Knitted sweaters
3304Beauty & cosmetics
9401Furniture / seats

Supported Trade Programs

When you specify a countryOfOrigin, the actor highlights applicable special rates:

  • USMCA -- United States-Mexico-Canada Agreement (Mexico, Canada)
  • GSP -- Generalized System of Preferences (eligible developing countries)
  • KAFTA -- Korea Free Trade Agreement
  • AUFTA -- Australia Free Trade Agreement
  • CAFTA-DR -- Central America-Dominican Republic FTA
  • And 10+ additional bilateral FTAs

FAQ

Q: How current is the tariff data? A: The actor scrapes directly from hts.usitc.gov, the official USITC source, so data reflects the current published HTS revision.

Q: Can I look up Section 301 or Section 232 tariffs? A: The general duty rate column includes base MFN rates. Additional tariffs (Section 301 on China, Section 232 on steel/aluminum) may appear in supplemental notes. Check the chapterNotes field.

Q: What if I get no results? A: Try using a broader HS code (4 digits instead of 8-10). For keyword search, use simple product terms. The actor returns suggestions in the output when no matches are found.

Q: Does this handle tariff rate quotas (TRQs)? A: TRQ information appears in the notes and description fields when applicable.

Q: Can I use this for classification decisions? A: This tool provides tariff rate data for research and cost estimation. Official classification rulings should be obtained from US Customs and Border Protection (CBP).

Tips for Best Results

  1. Start with a 4-digit heading (e.g., "8471") to see all subheadings
  2. Use the countryOfOrigin parameter to instantly see if a preferential rate applies
  3. For product keyword search, use common trade terms (e.g., "cotton t-shirt" not "top")
  4. Set includeNotes to true -- chapter notes often contain critical classification guidance

If this actor saved you time, a review helps other importers find it! Your feedback also helps improve the tool. Thank you for using US Tariff & HS Code Lookup.