ImportYeti Shipment Data API avatar

ImportYeti Shipment Data API

Pricing

$2.00 / 1,000 results

Go to Apify Store
ImportYeti Shipment Data API

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

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

9 hours ago

Last modified

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 terms
  • maxItemsPerQuery (integer): max output items per query
  • mode (direct | delegate): direct crawler mode or delegate actor mode
  • delegateActorId (string, optional): actor ID/slug when using delegate mode
  • includeRaw (boolean): include raw source payload in each record

Output

Typical fields:

  • source, query, companyName, supplier
  • shipmentDate, originCountry, destinationCountry
  • productDescription
  • raw (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 delegate mode, normalization works best with shipment-oriented outputs.
  • Some sources may rate-limit or challenge automated traffic.