Guide

Rank buyers & suppliers by product

ImportYeti offers two complementary ranking styles. Pick the one that matches your goal.

Specialization (product routes)

Best when you care about who is most relevant to a product keyword:

curl "https://data.importyeti.com/v1.0/product/furniture/companies?page_size=10" \
  -H "IYApiKey: YOUR_API_KEY"

Volume (PowerQuery aggregates)

Best when you care about who ships the most under a filter set:

curl "https://data.importyeti.com/v1.0/powerquery/us-import/companies?product_description=furniture&page_size=10" \
  -H "IYApiKey: YOUR_API_KEY"
Both styles cost 1 data credit per 10 records returned.

Related