VOOZH about

URL: https://apify.com/alwaysprimedev/importyeti-scraper

⇱ ImportYeti Scraper - US Customs Importer & Supplier Data Β· Apify


πŸ‘ ImportYeti Scraper - US Customs Importer & Supplier Data avatar

ImportYeti Scraper - US Customs Importer & Supplier Data

Pricing

from $2.50 / 1,000 results

Go to Apify Store

ImportYeti Scraper - US Customs Importer & Supplier Data

Pull structured US sea-shipment, importer, and supplier records from ImportYeti.com. Returns company addresses, country-of-origin breakdowns, top HS codes, monthly shipment history, trademarks, and tags.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Always Prime

Always Prime

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

5

Monthly active users

4 days ago

Last modified

Share

🚒 ImportYeti Scraper β€” US Customs Importer & Supplier Data

πŸ‘ Apify Actor
πŸ‘ Python

πŸ€– Structured supply-chain intelligence in seconds. Pull every public datapoint from ImportYeti β€” importer addresses, country-of-origin breakdowns, monthly shipment history, top HS codes, trademarks and tags β€” straight into a JSON / CSV / Excel dataset.

✨ Why this scraper

  • ⚑️ Fast β€” concurrent extraction, 5 records / second under default settings
  • πŸ“¦ Complete β€” every visible field from each company/supplier page in one flat record
  • 🏷️ Both sides of the trade β€” US importer "companies" and their foreign "supplier" counterparts
  • 🌍 Country-of-origin rollups β€” pre-aggregated per country & continent
  • πŸ“ˆ Monthly history β€” shipments, weight (kg) and TEU broken down per month
  • πŸ” Incremental mode β€” since: parameter skips records older than your last run
  • πŸ›‘οΈ Cloudflare-resilient β€” browser-fingerprint impersonation + your own residential/mobile proxy (via env var)
  • 🧾 3 export formats β€” JSON, CSV, Excel

πŸš€ Quick start

  1. Click Try for free
  2. Type a search term (a company name, brand, product, or keyword) β€” or paste a list of /company/<slug> / /supplier/<slug> URLs
  3. Hit Start and grab a coffee
  4. Download the result as JSON, CSV, or Excel from the Storage tab

πŸ› οΈ Input

FieldTypeDescription
querystringFree-text search term (brand, importer, HS-code keyword)
entityTypeenumcompany (US importer), supplier (foreign manufacturer), or both
startUrlsstring[]Optional explicit list of /company/<slug> or /supplier/<slug> URLs
maxItemsintegerHard cap on records; 0 = unlimited (default 50)
sincedatetimeSkip records whose most recent shipment is older than this ISO timestamp
concurrencyintegerParallel HTTP requests (default 5, max 25)
fetchDetailsbooleantrue (default) enriches each result from its detail page. false = list-only mode: search-surface fields only, no detail-page traffic (records flagged partial: true).

πŸ”Œ Proxy: set via the PROXY_URL (or HTTPS_PROXY / HTTP_PROXY) environment variable on the actor β€” every request is routed through it. A residential / mobile proxy is recommended (ImportYeti is behind Cloudflare and blocks datacenter IPs). Format: http://user:pass@host:port.

πŸ’Έ Saving proxy traffic

Residential/mobile proxies bill by the gigabyte, and detail pages are the cost driver. The actor minimises bytes for you, and you can trade depth for cost:

LeverHowEffect
RSC fetch (automatic)Detail pages are pulled as the Next.js RSC payload, brotli-compressed~34 KB/record on the wire vs ~60 KB for full HTML β€” ~44% less, no data loss
List-only modefetchDetails: falseSkips detail pages entirely β€” ~99% less traffic; keeps name, address, country, totals, trademarks
Incrementalsince: <last run ISO>Old records are filtered from the search seed before any detail fetch β€” repeat runs only pay for new data
Cap volumemaxItems, narrower query/entityTypeFewer detail fetches = fewer bytes

Tip for recurring monitoring: run fetchDetails: false to list what's changed cheaply, then re-run fetchDetails: true with startUrls for just the records you care about.

πŸ“€ Sample output

{
"url":"https://www.importyeti.com/company/apple",
"id":"company/apple",
"scraped_at":"2026-05-10T20:00:10Z",
"type":"company",
"title":"Apple",
"address":"568 Aldi Blvd, Mount Juliet, Tn 37122, Us",
"country_code":"US",
"phone_number":"XXX-XXX-X000",
"website":"apple.com",
"other_names_count":2,
"other_addresses_count":89,
"most_recent_shipment":"01/21/2026",
"total_sea_shipments":2449,
"total_shipping_cost":101746.81,
"shipping_cost_coverage":2.69,
"avg_teu_per_month":0.39,
"avg_teu_per_shipment":0.77,
"database_updated":"05/06/2026",
"multi_address":true,
"dataset":"us",
"uflpa":false,
"location":{
"state":"Tennessee",
"county":"Wilson County",
"city":"Mount Juliet",
"district":"Mount Juliet"
},
"tags":[
{"tag":"puter","shipments":617},
{"tag":"computer","shipments":617},
{"tag":"lithium","shipments":388}
],
"trademarks":[{"name":"Apple","trademarks_count":1620}],
"imports_per_country":[
{"country":"China","continent":"Asia","shipments":2292},
{"country":"Hong Kong","continent":"Asia","shipments":62},
{"country":"Vietnam","continent":"Asia","shipments":37},
{"country":"Germany","continent":"Europe","shipments":11}
],
"top_hs_codes":["8504.40","8517.62","8471.30","8544.42","8473.30"],
"shipments_time_series":[
{"period":"01/01/2024","shipments":32,"weight":89421,"teu":84},
{"period":"01/02/2024","shipments":41,"weight":117850,"teu":102}
]
}

πŸ’Ό Use cases

WhoWhat for
Procurement teamsFind alternative suppliers for components shipped from specific countries
B2B salesBuild prospect lists by HS code, trade volume, or country of origin
Market researchQuantify competitor sourcing strategies β€” who buys what, from where, how often
Investment analystsTrack import volume as a leading indicator for retail / consumer-goods companies
Logistics & freightIdentify high-volume lanes and consolidation opportunities
Trade complianceScreen suppliers against UFLPA and other forced-labour flags

πŸ’‘ Tips & tricks

  • Free-text queries match titles, addresses and aliases β€” "apple" returns 27 hits across companies and suppliers, not just Apple Inc.
  • For company-only datasets, set entityType: "company". Suppliers are foreign manufacturers and have a different shape (no trademarks, often no website).
  • The since filter uses the most recent shipment date on each record β€” perfect for nightly incremental runs.
  • Want comparable competitors? Run one query per company name, then merge β€” each result carries a tags array you can use for affinity clustering.
  • Large runs (10k+ records) benefit from concurrency: 10 and unlimited maxItems: 0.

❓ FAQ

Q: What data is in each record? A: Every field shown in the sample above β€” importer name, primary and alternate addresses, phone, website, total sea-shipment count, country-of-origin breakdown, top HS codes, monthly time series, trademarks and keyword tags.

Q: How fresh is the data? A: ImportYeti's database update timestamp travels with each record in the database_updated field, so you always know how recent the underlying customs data is.

Q: Can I get individual shipment-level records? A: This actor returns the public aggregated view (count + breakdowns + monthly history). Individual bill-of-lading records aren't part of the public page surface.

Q: Will this work for non-US companies? A: Yes β€” the dataset itself is US sea imports, so US-side companies are importers and foreign-side companies are suppliers. Both show up.

Q: How are records de-duplicated? A: By the canonical id field (company/<slug> or supplier/<slug>) β€” the same company appearing on multiple search pages or via multiple startUrls is pushed once.

Q: What happens if a search slug doesn't have a real page? A: ImportYeti's search occasionally surfaces orphan slugs. The actor detects and silently skips them β€” they don't count against your run.

πŸ“Š Output

Three checkmarks live in the Storage tab β€” the dataset is exportable as JSON, CSV, and Excel out of the box. Use the Open in Apify Console link for an interactive table view with filtering and sort.


πŸ›Ÿ Found a bug or want a field that's missing? Open an issue from the actor page β€” we ship fixes fast.

You might also like

ImportYeti Scraper β€” US Customs Importer & Supplier Data

khadinakbar/importyeti-scraper

Scrape US import/export trade data from ImportYeti β€” bills of lading, importer & supplier profiles, HS codes, top trading partners, shipment history. CRM-ready JSON for B2B lead-gen, Amazon supplier discovery, and supply-chain intel. MCP-ready for AI agents.

40

ImportYeti Scraper

kawsar/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.

ImportYeti Scraper - Bills of Lading & US Import Records

jungle_synthesizer/importyeti-bill-of-lading-scraper

Extract US bill-of-lading records from ImportYeti. Pull shipment date, BOL numbers, supplier/customer names, countries, weight, container counts, product descriptions, and HS-code rollups for any US importer or foreign supplier.

πŸ‘ User avatar

BowTiedRaccoon

65

ImportYeti Scraper 2026

devcake/importyeti-scraper

Extract US import records, supplier profiles, HS codes, shipping lanes, trading partners, and shipment data from ImportYeti.com. 90+ fields per result.

ImportYeti Scraper

silentflow/importyeti-scraper

Extract supplier and company profiles from ImportYeti US import records. Search by company name, product keyword, or location address. Get shipment counts, top trading partners, trademarks, addresses and country codes for each result. Pay per result only, proxies included, no compute costs.

ImportYeti Scraper - US Import Records & Supplier Data

zen-studio/importyeti-scraper

Extract supplier profiles, shipment records, and trade data from ImportYeti. Search by company, product, or address. 60+ fields per result: HS codes, shipping lanes, carriers, bills of lading, trading partners, and contact info. No login required.

251

5.0

ImportYeti Scraper - Low-costπŸ’²πŸ”₯πŸ“¦πŸš’

delectable_incubator/importyeti-scraper-low-cost

Scrape ImportYeti shipment and supplier data πŸ“¦πŸš’ with a powerful global trade intelligence scraper. Extract company names, shipment volumes, suppliers, import records, trading partners, and company URLs. Ideal for supply chain research, supplier discovery and import-export intelligence πŸŒŽπŸ“ŠπŸš€

US Customs Bill-of-Lading & Import Intelligence (ImportYeti)

xtracto/us-customs-bol

Extract US maritime import intelligence per company β€” supplier relationships, shipment volume, HS codes, TEU, and contacts β€” from ImportYeti. Underlying data is US CBP vessel-manifest public record.

πŸ‘ User avatar

Farhan Febrian Nauval

2