ImportYeti HS Code Scraper - Trade Data by Product Category avatar

ImportYeti HS Code Scraper - Trade Data by Product Category

Pricing

Pay per event

Go to Apify Store
ImportYeti HS Code Scraper - Trade Data by Product Category

ImportYeti HS Code Scraper - Trade Data by Product Category

Scrape ImportYeti's HS Code Explorer to find shipment records by product category. Get aggregate trade stats (total shipments, weight, TEU) and recent bills of lading for any harmonized tariff code — from 2-digit chapters down to 6-digit subheadings.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

5 days ago

Last modified

Share

ImportYeti HS Code Scraper — Trade Data by Product Category

Scrape ImportYeti's HS Code Explorer to discover suppliers and track shipments by product category. Enter 2-digit chapter codes, 4-digit heading codes, or 6-digit subheading codes — the actor returns recent bills of lading and aggregate trade statistics directly from ImportYeti's SSR HTML (no browser required).

What you get

For each HS code, the actor emits:

  • Summary record (record_type: hs_summary) — aggregate stats: total sea shipments, total weight (kg), total TEU, and database updated date
  • Shipment rows (record_type: shipment) — each of the up to 50 most recent bills of lading: supplier name, slug, city, country; arrival date; house and master BOL numbers; weight; quantity; container count; and product description

How to use

Provide HS codes in the HS Codes field. Accepts:

FormatExample
2-digit chapter84
4-digit heading8471
6-digit subheading847130
Full ImportYeti URLhttps://www.importyeti.com/hs-codes/8471-automatic-data-processing-machines-and

Use the optional Country Filter field to limit results to a specific origin country (e.g., china, vietnam, germany).

Set Max Items to control the total number of records returned across all HS codes (shipment rows + summary records). Set to 0 for no cap.

Data structure

{
"record_type": "shipment",
"hs_code": "84",
"hs_description": "Nuclear Reactors, Boilers, Machinery And Mechanical Appliances",
"hs_level": "chapter",
"country_filter": "",
"arrival_date": "04/15/2026",
"bill_of_lading": "ZIMU2B5A0M4B5",
"master_bill_of_lading": "ZIMUSPB020400604",
"supplier_name": "Jiangsu Rui Pu Machinery Co Ltd",
"supplier_slug": "jiangsu-rui-pu-machinery-co-ltd",
"supplier_url": "https://www.importyeti.com/supplier/jiangsu-rui-pu-machinery-co-ltd",
"supplier_city": "Jiangsu",
"supplier_country": "China",
"weight_kg": 18000,
"quantity": 1,
"quantity_unit": "pkg",
"container_count": 1,
"product_description": "USED INDUSTRIAL MACHINERY",
"source_url": "https://www.importyeti.com/hs-codes/84-nuclear-reactors-boilers-machinery-and",
"scraped_at": "2026-06-06T15:30:00.000Z"
}

Use cases

  • Supplier discovery — find who is importing a specific product category into the US
  • Tariff exposure analysis — track shipment volumes for HS codes affected by tariff changes
  • Market sizing — aggregate import volumes by product category and origin country
  • Supply chain intelligence — complements the ImportYeti Bill of Lading Scraper: that actor enriches known companies/suppliers; this actor discovers new ones by product category

Notes

  • Up to 50 shipment rows per HS code (ImportYeti free-tier cap)
  • The Suppliers/Companies section is client-rendered and not included in results
  • Country filter accepts lowercase slugs matching ImportYeti URL scheme (e.g., china, united-states)
  • Bare 2-digit chapter codes are resolved via the HS code index before fetching; full slug URLs and 4/6-digit codes are fetched directly