Supplier and manufacturer discovery
Use ImportYeti endpoints to turn supplier and manufacturer discovery into repeatable API requests with documented inputs and JSON responses.
Turn public ImportYeti trade data into structured company intelligence — search companies and suppliers by name, then pull a full company report with identity fields and headline US customs shipment-volume metrics. Credential-free.
Search ImportYeti companies and suppliers by name and get US customs shipment-volume company reports as structured JSON.
Endpoint families
2
Documented params
5
Examples
2
Live catalog snapshot
Active endpoints
2
Methods
GET
Required params
4
Schema refs
2
{
"platform": "ImportYeti",
"endpoint": "importyeti-search",
"method": "GET",
"path": "/importyeti/search",
"auth": "apiKey"
}Use cases
Search ImportYeti companies and suppliers by name and get US customs shipment-volume company reports as structured JSON.
Use ImportYeti endpoints to turn supplier and manufacturer discovery into repeatable API requests with documented inputs and JSON responses.
Use ImportYeti endpoints to turn import volume and trade research into repeatable API requests with documented inputs and JSON responses.
Use ImportYeti endpoints to turn supply-chain due diligence into repeatable API requests with documented inputs and JSON responses.
Managed execution
Crawlora's ImportYeti API is designed around ImportYeti's own data surface, not a generic fetch endpoint — combining endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior for ImportYeti endpoints is tuned to the platform's own response shapes and edge cases.
Supported ImportYeti endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic ImportYeti pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable ImportYeti responses are detected and surfaced clearly, not silently returned as empty data.
ImportYeti results are returned as documented JSON instead of raw HTML.
Test the same ImportYeti route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/importyeti/company
/importyeti/search
Endpoint catalog
/importyeti/searchSearches ImportYeti for companies and suppliers matching a name, returning each match's kind (company or supplier), slug, country, address, and headline shipment stats. A "company" result's slug chains into GET /importyeti/company. Credential-free public data, sourced from ImportYeti's own JSON search API (distinct from its human-facing /search results page, which does not render due to a client-side bug in ImportYeti's own app).
Response notes
- `kind` is empty and `slug` holds the raw upstream value if ImportYeti returns a result URL shape this endpoint doesn't recognize (only `company/{slug}` and `supplier/{slug}` are mapped today). - A genuinely empty result set returns `200` with `"results": []`, not an error. Example response: ```json { "code": 200, "msg": "OK", "data": { "query": "nike", "page": 1, "total_pages": 14, "total_hits": 135, "results": [ { "title": "Nike", "kind": "company", "slug": "nike", "country_code": "US", "address": "1 Bowerman Dr, Beaverton, Or 97005, Us", "total_shipments": 560, "most_recent_shipment": "23/11/2024", "other_addresses_count": 27, "other_names_count": 17 }, { "title": "Nike", "kind": "supplier", "slug": "nike", "country_code": "IT", "address": "Via Della Spiga 32 20121 Milano Mi Italy", "total_shipments": 57, "most_recent_shipment": "17/07/2026", "other_addresses_count": 3, "other_names_count": 1 } ], "source_url": "https://www.importyeti.com/api/search?q=nike" } } ```
/importyeti/companyReturns a normalized ImportYeti company report: identity, headline US customs shipment-volume metrics (total shipments, average TEU, last shipment date, estimated shipping spend), its supplier list, and recent bill-of-lading shipment activity. Credential-free public data, rendered from the company report page through proxied browser renderers.
Response notes
- A response missing the company name is treated as an upstream error (parser drift or a blocked/challenge page), never a `200` with empty data. - `suppliers`, `recent_shipments`, `region_breakdown`, and `hs_codes` may come back empty if ImportYeti's template changes the underlying table structure; other fields are unaffected by that. - `hs_codes` is ImportYeti's own "Top 10" list pulled from recent product descriptions, not a full HS-code-chapter breakdown (that's paid-only on ImportYeti's own page). Example response: ```json { "code": 200, "msg": "OK", "data": { "name": "Target 33 South 6Th Street Cc", "slug": "target", "address": "Minneapolis, Mn 55402, Us", "phone": "XXX-XXX-X296", "website": "www.target.com", "also_known_as_names": 229, "also_known_as_addresses": 145, "last_shipment_date": "07/16/2026", "total_shipments": 9123, "avg_teu_per_shipment": 7.19, "avg_teu_per_month": 48.52, "est_shipping_spend": "$27M", "suppliers": [ { "name": "Durus Industries", "slug": "durus-industries", "city": "Maria Fe", "country": "Philippines", "total_shipments": 308, "product_categories": ["Furnitures", "Toys"], "description": "Basketwork Wickerwork Other Article...", "hs_codes": ["4602.19", "8504.40"] } ], "recent_shipments": [ { "date": "07/16/2026", "bill_of_lading": "MOSJMK0H2607003", "supplier_name": "Enuma Chain Mfg Co Ltd", "supplier_slug": "enuma-chain-mfg", "supplier_location": "Kaga Shi, Japan", "weight": "959 kg", "quantity": "2 ctn", "containers": "1", "description": "Kart Chains", "route": "Asia US Pacific", "estimated_freight_cost": "$ 2,563.26" } ], "region_breakdown": [ { "region": "Asia", "percent": 80.3, "countries": [ {"country": "China", "shipments": 4267}, {"country": "Philippines", "shipments": 907} ] } ], "hs_codes": [ { "code": "6404.19.9092", "description": "Valued over $12/pair", "sample_bill_of_lading": "APLU050437011", "product_description": "Footwear Po- 1101064043 Hs Code-6404199092" } ], "url": "https://www.importyeti.com/company/target-33-south-6th-street-cc", "source_url": "https://www.importyeti.com/company/target" } } ```
Related APIs
Business & Market Intelligence
Turn public GitHub ecosystem signals into structured data for developer-market research, open-source intelligence, recruiting, and AI-agent workflows.
Business & Market Intelligence
Collect public TrustMRR startup marketplace and leaderboard data as normalized JSON for startup research, SaaS discovery, and market intelligence workflows.
Business & Market Intelligence
Add website and competitive intelligence signals from SimilarWeb to research pipelines.
How to scrape ImportYeti
Crawlora's ImportYeti endpoints return company/supplier search and full company reports as normalized JSON with one API key — no HTML parsing or account required.
Send a company or supplier name to /importyeti/search. Each result is tagged with its kind (company or supplier), slug, country, and address.
Pass a company slug from search results to /importyeti/company for identity fields and headline US customs shipment-volume metrics.
Use the report to evaluate a supplier or manufacturer, or re-run on a schedule to track shipment-volume trends.
FAQ
Send a company or supplier name to Crawlora's /importyeti/search endpoint and get normalized results — kind, slug, country, and address — as structured JSON.
No ImportYeti account or API key is required from the caller — only your Crawlora API key.
Identity fields (name, address, masked phone, website) plus headline US customs shipment-volume metrics for that company.