ImportYeti Trade Data Scraper avatar

ImportYeti Trade Data Scraper

Pricing

Pay per usage

Go to Apify Store
ImportYeti Trade Data Scraper

ImportYeti Trade Data Scraper

Scrape US import/export trade data from ImportYeti. Search companies by name or product, get supplier profiles with shipment history, HS codes, and trade volumes.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Categories

Share

ImportYeti Scraper

Scrape US import/export trade data from ImportYeti. Search for companies, view detailed company profiles with supplier and buyer relationships, and extract shipment records including HS codes, ports, carriers, and product descriptions.

Features

  • Company search -- Find importers and exporters by keyword, product, or HS code
  • Company profiles -- Get detailed profiles including address, website, total shipments, top products, suppliers, and buyers
  • Shipment records -- Extract individual shipment data with HS codes, weights, ports, and bill of lading numbers
  • Supplier/buyer mapping -- Discover trade relationships between companies
  • Country filtering -- Filter results by supplier country of origin
  • HS code filtering -- Target specific product categories by Harmonized System code
  • JSON API + HTML fallback -- Uses ImportYeti's internal API when available, falls back to HTML scraping
  • Pagination support -- Automatically follows paginated search results and shipment pages

Input Parameters

ParameterTypeDefaultDescription
modestring"search"Mode: search, company, or shipments
searchQuerystring""Search term (company name, product keyword, or general term)
companyNamestring""Company name or URL slug for company/shipments mode
hsCodestring""Filter by HS code for specific product categories
countrystring""Filter by supplier country (e.g., "China", "Vietnam")
limitinteger50Maximum number of results (1-500)
maxPagesinteger5Maximum pages to scrape (1-50)
proxyConfigurationobject--Proxy settings (recommended to avoid rate limits)

Example Inputs

Search for electronics importers:

{
"mode": "search",
"searchQuery": "electronics",
"country": "China",
"limit": 50
}

Get a company profile:

{
"mode": "company",
"companyName": "nike"
}

Get shipment records for a company:

{
"mode": "shipments",
"companyName": "apple-inc",
"hsCode": "8471",
"limit": 100
}

Output Fields

Search Results

FieldTypeDescription
companyNamestringCompany name
slugstringURL slug on ImportYeti
addressstringCompany address (if available)
totalShipmentsnumberTotal shipment count
countrystringCountry of origin
urlstringImportYeti profile URL

Company Profile

FieldTypeDescription
companyNamestringCompany name
addressstringCompany address
websitestringCompany website
phonestringPhone number
countrystringCountry
totalShipmentsnumberTotal sea shipments recorded
alsoKnownAsarrayAlternate company names
topProductsarrayTop imported/exported products with HS codes
hsCodesarrayAll associated HS codes
suppliersarraySupplier names, countries, and shipment counts
buyersarrayBuyer/customer names and shipment counts
recentShipmentsarrayRecent shipment records
carriersarrayShipping carriers used
portsarrayPorts used
countriesOfOriginarrayCountries goods are sourced from

Shipment Records

FieldTypeDescription
shipmentDatestringDate of shipment
supplierNamestringSupplier/shipper name
buyerNamestringBuyer/consignee name
productDescriptionstringProduct description
hsCodestringHS tariff code
weightstringShipment weight
quantitystringQuantity shipped
portOfLadingstringOrigin port
portOfUnladingstringDestination port
billOfLadingstringBill of lading number
vesselNamestringVessel/ship name
countrystringCountry of origin

Use Cases

  • Supplier discovery -- Find overseas suppliers for any product category
  • Competitive intelligence -- See who your competitors are importing from
  • Supply chain mapping -- Map the full supplier and buyer network for any company
  • Trade compliance -- Verify supplier relationships and shipment volumes
  • Sourcing research -- Compare suppliers by shipment frequency, HS codes, and country of origin
  • Market analysis -- Analyze import trends by product category or country

Data Source

Data is sourced from ImportYeti, which aggregates US customs import records and bill of lading data.


Run on Apify

This scraper runs on the Apify platform -- a full-stack web scraping and automation cloud. Sign up for a free account to get started with 30-day trial of all features.

Try Apify free ->