Find Customers

Rank US importers (consignees) by how many distinct import shipments in our bill-of-lading data match your product phrase (commas or OR separate alternatives; use * for prefix wildcards, e.g. skateboard*), or your value in the HS code field (dots allowed, e.g. 9906.07 for sub-headings). Use + for extra keyword fields. Pick a year and either a single month or full year (same idea as US ports analytics).

Quick category searches

Product name or HS code

Shipments are distinct bill-of-lading numbers per importer. Total shipments is all imports in the period; the keyword column is matches only; % focus is matches divided by total. Up to 200 importers. Results default to highest % focus first. Click column headers to re-sort. Use + to add up to 10 separate phrases (combined with OR), or use commas, semicolons, or OR in one field (up to 30 terms) β€” always any match (OR), never all (AND). Product keywords: suffix * matches any ending (e.g. skateboard* β†’ skateboards, skateboard deck, …). HS codes: dots OK (9906.07 matches that sub-heading and longer codes starting with it). HS code: e.g. 4201, 9508, 6307 finds shipments whose HS contains any of those fragments. Product description: each term is an exact phrase, same as Top exporters by product.

Already know the company name? Search importers & exporters to open a profile directly.

Using AI assistants to query this data

Public JSON APIs β€” no login. Call the URLs below directly (do not scrape this HTML page). Full reference: llms.txt

How to run your own search

  • keywords= or keyword= β€” your product phrase (spaces as + or %20)
  • year= β€” required, e.g. 2024 or 2025
  • match=product_desc (default) or hs_code
  • month=full optional (defaults to full year when year is set)
  • limit= optional, max 200
  • include_profiles=1 β€” returns full company profiles in the same response (best for bulk export)

Never use template placeholders like {company} in URLs. The JSON request object shows what the server received.

API 1 β€” Find Customers (lead-finder) β€” importers + full profiles in one call:

https://www.kirchnerdata.com/api/lead-finder?keywords=coffee&match=product_desc&year=2024&month=full&include_profiles=1

API 1 β€” importers only:

https://www.kirchnerdata.com/api/lead-finder?keywords=coffee&match=product_desc&year=2024&month=full

API 2 β€” Importer profile (after lead-finder, copy api_profile_url from results):

https://www.kirchnerdata.com/api/company-profile/SIDEWALK%20DISTRIBUTION/2024/2024

llms.txt Β· openapi.json