Explore Global Trade Data and Compliance APIs for Free!Start now

Global Trade Data APIs

Leverage Trademo’s APIs & Decode Global Supply Chains

Trademo’s global trade data APIs help you discover millions of buyers & suppliers globally, get advanced insights to deep dive into supply chain networks, and find trading volumes, shipment data, trade lanes, and product categories.

Rated 4.8/5 based on 120+ reviews

capterra
Sample Request & Response                
 Request : {
  "productKeywords": [
    "coffee",
    "tea"
  ],
  "hsCodes": [
    "09011100",
    "0902"
  ],
  "tradeDirection": "import",
  "companyCountry": "United States",
  "companyState": "California",
  "countriesTradingWithList": [
    "Vietnam",
    "China"
  ],
  "numberOfTradingPartners": {
    "minimumValue": 1,
    "maximumValue": 10
  },
  "tradeLanes": [
    {
      "fromCountry": "Vietnam",
      "toCountry": "United States"
    },
    {
      "fromCountry": "Brazil",
      "toCountry": "Japan"
    }
  ],
  "pageSize": 10,
  "pageNumber": 2,
  "sort": {
    "field": "country",
    "direction": "ascending"
  }
} Response :  {
  "totalCompanies": 5000,
  "company": [
    {
      "companyId": "234522",
      "companyName": "walmart",
      "country": "United States",
      "state": "Arkansas",
      "city": "Bentonville",
      "zipCode": "72712",
      "addressList": [
        "702 SW 8th St, Bentonville, AR 72712, United States",
        "2551 E Hallandale Beach Blvd, Hallandale Beach, FL 33009, United States"
      ],
      "hsCodes": [
        "09011100",
        "0902"
      ],
      "stockTickers": {
        "exchangeName": "NYSE",
        "ticker": "WMT"
      }
    }
  ]
} 
Global Buyer/Supplier List API
This API helps you match & find companies based on HS Codes & Product-related keywords that are associated with the organizations you’re looking for. You can refine your searches based on the various available optional filters. This API helps you identify companies of interest.
Sample Request & Response                
 Request : {
  "companyName": "walmart",
  "uid": {
    "uidType": "chile_rut",
    "uidNumber": "93834000-8"
  }
} Response :  {
  "companies": [
    {
      "companyId": "4256530",
      "companyName": "walmart",
      "uid": [
        {
          "uidType": "Chile RUT",
          "uidNumber": "93834000"
        }
      ],
      "address": "702 SW 8th St, Bentonville, AR 72712, United States",
      "country": "United States",
      "state": "Arkansas",
      "city": "Bentonville",
      "zipCode": "72712"
    }
  ]
} 
Company Matcher API
This API helps you find particular companies or businesses based on criteria such as company name, unique identification number, and/or country. This API is to help you identify the companies of interest that you are looking for.
Sample Request & Response                
 Request : {
  "companyID": "4256530",
  "tradingPartnerLimit": 20
} Response :  {
  "companies": [
    {
      "companyId": 4256530,
      "companyName": "walmart",
      "tradeDirection": "import",
      "address": "702 SW 8th St, Bentonville, AR 72712, United States",
      "country": "United States",
      "state": "Arkansas",
      "city": "Bentonville",
      "zipCode": "72712",
      "addressList": [
        "702 SW 8th St, Bentonville, AR 72712, United States",
        "2551 E Hallandale Beach Blvd, Hallandale Beach, FL 33009, United States"
      ],
      "imported2DigitHsCodes": [
        {
          "hsCode": "09",
          "marketShare": 35.6
        },
        {
          "hsCode": "08",
          "marketShare": 15.7
        }
      ],
      "imported4DigitHsCodes": [
        {
          "hsCode": "0901",
          "marketShare": 35.6
        },
        {
          "hsCode": "0902",
          "marketShare": 15.7
        }
      ],
      "imported6DigitHsCodes": [
        {
          "hsCode": "090111",
          "marketShare": 35.6
        },
        {
          "hsCode": "090211",
          "marketShare": 15.7
        }
      ],
      "imported8DigitHsCodes": [
        {
          "hsCode": "09011100",
          "marketShare": 35.6
        },
        {
          "hsCode": "09021100",
          "marketShare": 15.7
        }
      ],
      "exported2DigitHsCodes": [
        {
          "hsCode": "09",
          "marketShare": 35.6
        },
        {
          "hsCode": "08",
          "marketShare": 15.7
        }
      ],
      "exported4DigitHsCodes": [
        {
          "hsCode": "0901",
          "marketShare": 35.6
        },
        {
          "hsCode": "0902",
          "marketShare": 15.7
        }
      ],
      "exported6DigitHsCodes": [
        {
          "hsCode": "090111",
          "marketShare": 35.6
        },
        {
          "hsCode": "090211",
          "marketShare": 15.7
        }
      ],
      "exported8DigitHsCodes": [
        {
          "hsCode": "09011100",
          "marketShare": 35.6
        },
        {
          "hsCode": "09021100",
          "marketShare": 15.7
        }
      ],
      "importedSections": [
        {
          "section": "20",
          "marketShare": 35.6
        },
        {
          "section": "16",
          "marketShare": 15.7
        }
      ],
      "exportedSections": [
        {
          "section": "20",
          "marketShare": 35.6
        },
        {
          "section": "16",
          "marketShare": 15.7
        }
      ],
      "productList": [
        {
          "product": "coffee",
          "marketShare": 35.6
        },
        {
          "product": "tea",
          "marketShare": 15.7
        }
      ],
      "stockTickers": {
        "exchangeName": "NYSE",
        "ticker": "WMT"
      },
      "countriesImportingFrom": [
        {
          "countryName": "China",
          "marketShare": 35.6
        },
        {
          "countryName": "Brazil",
          "marketShare": 17.8
        },
        {
          "countryName": "Vietnam",
          "marketShare": 15.2
        }
      ],
      "countriesExportingTo": [
        {
          "countryName": "China",
          "marketShare": 35.6
        },
        {
          "countryName": "Brazil",
          "marketShare": 17.8
        },
        {
          "countryName": "Vietnam",
          "marketShare": 15.2
        }
      ],
      "importTradingPartnersCount": 1500,
      "importTradingPartners": [
        {
          "companyID": "3245228",
          "companyName": "ABCD South Asia",
          "country": "Vietnam",
          "marketShare": 35.6
        }
      ],
      "exportTradingPartnersCount": 2500,
      "exportTradingPartners": [
        {
          "companyID": "3245228",
          "companyName": "ABCD South Asia",
          "country": "Vietnam",
          "marketShare": 35.6
        }
      ]
    }
  ]
} 
Global Buyer/Supplier Profile API
This API extracts actionable supply chain intelligence for a particular company’s profile. This API will provide you with detailed shipping data, a list of trading partners for a company, and contact details for the company's persons of interest.
Sample Request & Response                
 Request : {
  "productKeywords": [
    "coffee"
  ],
  "consigneeCountryName": [
    "United States"
  ],
  "tradeTimePeriod": {
    "fromDate": "20230401",
    "toDate": "20230418"
  },
  "pageSize": 10,
  "pageNumber": 1,
  "sort": {
    "field": "shipmentValue"
  }
} Response :  {
  "totalShipments": 10,
  "shipments": [
    {
      "identifier": "644158cbc3dc8002de091036",
      "shipmentDate": "20230418",
      "consigneeName": "The Folger Coffee Company",
      "consigneeCountry": "United States",
      "shipperName": "Coffein Compagnie Gmbh Company",
      "shipperCountry": "Germany",
      "hsCode": [
        "09011200"
      ],
      "productDescription": "Coffee",
      "shipmentWeight(kgs)": "197,077",
      "shipmentValue(usd)": "1,243,169.16",
      "portOfLading": "Bremerhaven, Germany",
      "portOfUnlading": "New Orleans, Louisiana",
      "modeOfTransportation": "maritime"
    }
  ]
} 
Global Trade Shipments API
This API helps you find shipment data according to custom parameters such as HS Code, Consignee Name, Shipper name, Shipper country, and Consignee country. The API can refine your data further with other optional parameters.

Trusted by 1000+ businesses participating in global supply chains

Get Efficient with Our Global Trade Data APIs

Making Data-Driven Supply Chain Strategies becomes efficient than ever with advanced Trademo Intel's Global Trade Data APIs. So why wait?

Request a Demo