ImportYeti Trade Intelligence Scraper avatar

ImportYeti Trade Intelligence Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
ImportYeti Trade Intelligence Scraper

ImportYeti Trade Intelligence Scraper

Scrape US import/export trade data from ImportYeti: companies, suppliers, shipments, top trading partners, trademarks, countries, and shipment recency. HTTP-only, no login, no proxy.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(7)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape US import/export trade data from ImportYeti. For each query, returns a list of companies / suppliers with shipment counts, most-recent-shipment date, top trading partners, trademarks, and country of operation.

Input

FieldTypeDescription
querystringCompany name, supplier name, trademark, or product keyword. Required.
typeenumany, company, or supplier.
mostRecentShipmentenumany, 6mo, or 12mo (include only companies active in the window).
minShipmentsintegerExclude companies with fewer lifetime shipments.
maxResultsintegerMax records to return (1–1000, 10 per page).

Output

Per record:

  • type = importyeti_record
  • name — company / supplier name
  • recordTypecompany or supplier
  • countryCode — ISO 2-letter
  • address
  • totalShipments — lifetime shipment count
  • mostRecentShipment — DD/MM/YYYY of latest shipment
  • topSuppliers — list of the top trading partners (filtered for placeholders)
  • trademarks — list of associated trademarks (when present)
  • detailUrl — direct link to the ImportYeti profile page
  • scrapedAt — ISO timestamp

How it works

  • Hits https://www.importyeti.com/api/search?q=<query>&page=<N> (10 results/page).
  • Paginates until maxResults is reached or no new data appears.
  • All filters (type, mostRecentShipment, minShipments) are applied client-side because the public API ignores those parameters.
  • curl_cffi with Chrome-131 TLS fingerprint; no cookies, no proxy required.

FAQ

Do I need a proxy or login? No. Why are the filters applied client-side? ImportYeti's public search API ignores filter parameters and always returns 10 mixed results per page. The actor fetches more pages than requested and filters down.