ImportYeti Shipment Data API
Pricing
$2.00 / 1,000 results
Go to Apify Store
ImportYeti Shipment Data API
Find shipment-linked company trade records from ImportYeti-style sources for a company query.
Pricing
$2.00 / 1,000 results
Rating
0.0
(0)
Developer

Alexander Abernathy
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
9 hours ago
Last modified
Categories
Share
Extracts import/shipment-style records for company queries and returns normalized results.
Best for
- Supplier discovery
- Trade flow research
- B2B prospecting and competitor mapping
Input
queries(array, required): company or product search termsmaxItemsPerQuery(integer): max output items per querymode(direct|delegate): direct crawler mode or delegate actor modedelegateActorId(string, optional): actor ID/slug when usingdelegatemodeincludeRaw(boolean): include raw source payload in each record
Output
Typical fields:
source,query,companyName,suppliershipmentDate,originCountry,destinationCountryproductDescriptionraw(optional)
Example input
{"queries": ["nike"],"maxItemsPerQuery": 20,"mode": "direct","includeRaw": false}
Example output
{"source": "importyeti","query": "nike","companyName": "Example Importer LLC","supplier": "Example Supplier Co","shipmentDate": "2025-11-03","originCountry": "CN","destinationCountry": "US","productDescription": "Athletic footwear components"}
Notes
- Data quality varies by source and query specificity.
- In
delegatemode, normalization works best with shipment-oriented outputs. - Some sources may rate-limit or challenge automated traffic.