VOOZH about

URL: https://apify.com/xtracto/us-customs-bol

⇱ US Customs Bill-of-Lading & Import Intelligence (ImportYeti) Β· Apify


πŸ‘ US Customs Bill-of-Lading & Import Intelligence (ImportYeti) avatar

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

Pricing

from $1.00 / 1,000 results

Go to Apify Store

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

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.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Extract US maritime import intelligence for any company β€” its overseas supplier relationships, shipment volume, HS codes, TEU, multi-location addresses, and direct contacts β€” sourced from ImportYeti. The underlying data class is US CBP vessel-manifest (bill-of-lading) public record.

Built for equity/credit analysts (import volume as a COGS/revenue signal), B2B sales teams hunting a competitor's real suppliers, and supply-chain risk desks.


Why use this actor

  • No account, no API key. Reads the public company page.
  • Rich aggregate per company β€” not just a name: total shipments, 12-month shipments, average TEU/month, total shipping cost, top supplier, country mix, HS codes, time-series, phone, website, and up to five geocoded addresses.
  • Stable extraction β€” pulls the structured company object directly from the page's embedded data (Next.js RSC flight), not brittle HTML scraping.

Input

FieldDescription
companiesImportYeti company slug (apple) or a full /company/<slug> URL.
maxConcurrencyCompanies in parallel (default 3).
proxyConfigurationCloudflare-fronted; residential recommended at scale.

Output β€” COMPANY_PROFILE

Dataset envelope (_input, _source, _scrapedAt) + recordType: "COMPANY_PROFILE", then the ImportYeti company aggregate with upstream field names preserved:

{
"_input":"apple",
"_source":"S2-nextflight",
"_scrapedAt":"2026-06-03T10:00:00Z",
"recordType":"COMPANY_PROFILE",
"company_slug":"apple",
"profile_url":"https://www.importyeti.com/company/apple",
"ld_name":"Apple - ... - company Report - Import Yeti",
"ld_description":"Apple's top supplier is Hon Hai Precision Industrial ... with 2449 shipments",
"company_name":"...",
"company_address_country_name":"...",
"total_shipments":0,
"shipments_12m":0,
"avg_teu_per_month":0,
"total_shipping_cost":0,
"company_website":"...",
"company_phone_number":"...",
"company_hs_codes":[],
"company_time_series":[],
"company_address_loc1":"...","company_address_loc1_lat":0,"company_address_loc1_long":0
// ... ~90 upstream fields total, verbatim
}

_source is S2-nextflight when the embedded aggregate is found, or S1-ldjson (summary only) as a degraded fallback. If neither layer yields data the record is an _error: "no_data_extracted" β€” never a silent empty object.

PRODUCT_BREAKDOWN (one per top HTS-code group embedded in the page β€” raw upstream fields):

{
"_input":"apple",
"_source":"S2-nextflight",
"_scrapedAt":"2026-06-03T10:00:00Z",
"recordType":"PRODUCT_BREAKDOWN",
"company_slug":"apple",
"hts_code":"8504.40.9999",
"description":"Static converters",
"shipments":128,
"most_recent_shipment":"26/07/2019",
"bol_number":"FTNVHKOAHS001319",
"product_description":"2100Pcs Of Power Adapter ... From China To United States Via Hong Kong By Truck"
}

How it works

  1. Fetch GET /company/<slug> with a curl_cffi (chrome131) TLS profile (passes Cloudflare).
  2. Parse the application/ld+json WebPage block for the summary.
  3. Decode the self.__next_f RSC flight fragments and lift the company aggregate object with a balanced-brace walker anchored on avg_teu_per_month (with fallback anchors).
  4. Emit one COMPANY_PROFILE per company.

Known limits & roadmap

  • WAF: Cloudflare. Plain requests pass in testing; curl_cffi chrome131 used for safety, residential proxy at scale.
  • Full per-shipment BoL rows are NOT available anonymously. Recon (2026-06-03) found the backend API https://data.importyeti.com/v1.0/company/<slug> returns HTTP 401 without a token β€” the SSR page is rendered server-side with that data, and the embedded JSON only exposes the company aggregate + the top-10 HTS product groups (each with a shipment count and one sample BoL number), which this actor extracts. A complete BoL feed would require ImportYeti's authenticated/paid API or a primary CBP/FOIA data source.
  • RSC format drift: the flight chunk shape can change on a Next.js upgrade. The walker tries multiple anchor keys and fails loud (no_data_extracted) rather than emitting partial garbage β€” monitor the error rate.
  • ToS / provenance: this reads ImportYeti's aggregation; the underlying CBP manifest is public record. For durable, high-volume use, evaluate a primary CBP/FOIA bulk feed.
  • Verified live 2026-06-03: /company/apple β†’ 200, 771KB, 90-field aggregate extracted cleanly.

You might also like

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

68

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

261

5.0

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.

43

ImportYeti US Trade & Supplier Data Scraper

crawlerbros/import-yeti-scraper

Scrape US import records and global supplier data from ImportYeti.com - search US importers and global suppliers by company name or product keyword.

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 πŸŒŽπŸ“ŠπŸš€

ImportYeti Scraper - US Customs Importer & Supplier Data

alwaysprimedev/importyeti-scraper

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.

11

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.