ImportYeti Scraper avatar

ImportYeti Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
ImportYeti Scraper

ImportYeti Scraper

ImportYeti scraper that collects supplier lists, shipment counts, and HS code data for any U.S. importer, so you can map a competitor's supply chain in seconds.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Kawsar

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

ImportYeti Scraper Cover

Discover who companies really buy from with this fast and reliable ImportYeti scraper.

This actor extracts detailed import records and supplier insights directly from ImportYeti. Just provide a company handle (the slug at the end of the URL, like "gamestop"), and it will return a complete breakdown of suppliers, shipment volumes, product categories, and sourcing regions.

It’s a practical tool for competitor research, supplier validation, and supply chain analysis using real U.S. sea freight data. No login or account required.


What you’ll get

For each company handle, the actor delivers a structured dataset including:

  • Company overview Basic company details such as name, address, website, total shipments, and activity in the last 12 months

  • Supplier insights A full list of suppliers with country, shipment history (recent and all-time), total weight, TEU, HS codes, and sample product descriptions

  • HS code analysis Top product categories ranked by shipment volume, including HS codes, descriptions, weight, and TEU

  • Imports by region A clear breakdown of where goods are sourced from, grouped by continent

  • Last data update The most recent refresh date from ImportYeti


Input

FieldRequiredDescription
companiesYesList of company handles (URL slugs). Example: importyeti.com/company/{handle}
maxItemsNoMaximum number of companies to process (default: 100, max: 1000)
requestTimeoutSecsNoTimeout per request in seconds (default: 30)

How to find a company handle

The company handle is the last part of the ImportYeti URL:

https://www.importyeti.com/company/gamestop
^^^^^^^^
handle = "gamestop"

Example input

{
"companies": ["gamestop", "amazon", "walmart"],
"maxItems": 50,
"requestTimeoutSecs": 30
}

Output

Each company returns one dataset item with full details:

{
"companyHandle": "gamestop",
"companyName": "Gamestop",
"companyAddress": "625 Westport Pkwy, Ste A, Grapevine, Tx 76051, Us",
"companyAddressCountry": "United States of America",
"companyWebsite": "gamestop.com",
"companyUrl": "https://www.importyeti.com/company/gamestop",
"totalShipments": 4215,
"shipments12m": 339,
"totalShippingCost": 7432097.80,
"topSupplierName": "Century Distribution Systems",
"topSupplierCountry": "China",
"databaseUpdated": "04/16/2026",
"suppliers": [
{
"vendorName": "Century Distribution Systems",
"vendorAddress": "38/F Panglin Plaza Office Tower, Shenzhen, China",
"country": "China",
"countryCode": "CN",
"shipments12m": 269,
"totalShipments": 1234,
"totalWeightKg": 8111495,
"totalTeu": 2011,
"hsCodes": ["9503.00", "8544.42", "9504.50", "3926.90", "8504.40"],
"productSample": "Gamestop Earbuds Mic Pocket Card Binder Rings Trading Card...",
"importYetiUrl": "https://www.importyeti.com/supplier/century-distribution-systems"
}
],
"hsCodes": [
{
"hsCode": "95",
"productCategory": "Toys",
"shipments": 1713,
"weightKg": 11869061,
"teu": 3109
}
],
"importsByContinent": [
{ "continent": "Asia", "totalShipments": 4139 },
{ "continent": "Europe", "totalShipments": 55 }
],
"scrapedAt": "2026-04-22T10:00:00+00:00",
"error": null
}

If a company cannot be scraped (for example, an invalid handle), the actor will still return a result with an error field explaining the issue.


Use cases

  • Competitor research Identify where your competitors source their products and how frequently they import

  • Supplier validation Check a factory’s shipping history and see who else they work with before making a deal

  • Supply chain analysis Understand sourcing patterns by country, continent, and product category

  • Market insights Track import trends and shipment volumes to spot growth opportunities or risks


Notes

  • Covers U.S. sea freight data only (bill of lading records)
  • Does not include air or land shipments
  • Some companies may have limited data depending on import frequency
  • Requests are processed sequentially with small delays to prevent rate limiting