Trade Search - Suppliers & Buyers
Introduction
This guide covers the Suppliers & Buyers endpoints.
Due to the similar nature of these endpoints, this guide focuses on suppliers. However, the same principles and structure apply to buyers. The key difference is the entity of interest, simply:
- The buyer is the
company
entity receiving and importing goods. - The supplier is the
company
entity shipping and exporting goods.
We recommend using these endpoints when the principal object you are looking to return is the supplier or buyer company
entity and a summary of their shipment metadata.
For guidance on how to utilize the Shipments endpoint, which returns the shipment
entity as the principal object, check out our Guide: Trade Search - Shipments.
Supplier & Buyer Request
The following example demonstrates how to search for cotton shipments departing from China to Vietnam after January 1, 2023, with a summary of trade data:
Note: We have used the same filters as the example in the Guide: Trade Search - Shipment to demonstrate how these endpoints differ.
Response Review
Responses are structured to provide a comprehensive view of the trade data, with a default and max limit of 100 suppliers per response. You can adjust this limit as needed and may use offset pagination to navigate through larger datasets of up to 100 paginations.
Understanding Facets
Facets offer a macro-level overview of trade activity, with results ranked by highest count. By summarizing various aspects of trade data, facets help you understand the breadth of your search results and identify focus areas. The below facets are available, providing a breakdown of relevant counts:
Supplier Risk: Counts of specific risk factors associated with supplier entities, based on our risk factor ontology. Review our risk factor ontology for details.
Buyer Risk: Counts of specific risk factors associated with buyer entities, based on our risk factor ontology. Review our risk factor ontology for details.
Supplier Country: Country counts per supplier country
Buyer Country: Country counts per buyer country
Understanding the Suppliers & Buyers Object
Visit our ontology page to get a better understanding of our enum types and risk factors.
Each entity object in the response provides the following detailed information:
Entity Overview:
data
: An array of entity (Supplier & Buyer) hitsdata[].id
: The Sayarientity_id
data[].label
: The name of the entitydata[].degree
: The number edges, or relationships, the entity hasdata[].type
: Specifies the entity type, which will always becompany
data[].pep
: Indicates whether the entity is politically exposed (false
in this case, meaning it’s not)data[].sanctioned
: Shows if the entity is on any sanctions lists (false
here, meaning it’s not)data[].closed
: Status indicating if the entity is currently operational (false
here, meaning the entity is active)
Entity Attribute Data:
data[].addresses
: Lists physical locations associated with the entity across various countriesdata[].countries
: Includes countries where the entity operates or has related source data
Relationship and Trade Activity:
data[].relationship_count
: Breaks down the entity’s trading relationships, including the number of entities it ships to and receives fromdata[].source_count
: Details the data sources contributing to the entity’s profile
Entity Risk:
data[].risk
: Contains risk factors likeowned_by_sanctioned_entity
, assessing the entity’s risk level
Metadata and Trade Details:
data[].metadata
: Provides insights into trade activities, including the latest shipment date, total shipments, and Harmonized System (HS) codes for the traded goods
Congratulations! This concludes our Trade Search - Suppliers & Buyers Guide. Whether you’re conducting in-depth research or simply exploring global trade patterns, we hope our API offers the data and insights you need.