Export Genius APIs

Export Genius APIs –

Decoding Global Trade with Data

Integrate the highest quality and detailed import export trade data directly into any database, any system, and any application seamlessly.

    

Leverage the Power of Data with Various APIs

Stay ahead in this globally competitive market by catching every economic opportunity with a comprehensive analysis of international trade dynamics by integrating various APIs into your system as per your business suitability.

  • Global Trade Data API
  • Trend By and Total By API
  • Importer and Exporter Search API
  • Company Lookup API
  • Company Profile API
  • Trade Partners API
  • HS Code Search API

Global Trade Data API

Global Trade Data API

This API helps you access shipment records based on custom parameters such as HS Code, Product Description, Importer Name, Exporter Name, Origin Country, Destination Country, Port, Transport Mode and so on.

Sample Request & Response

 Request : {
  "date_range": [
  "2022-01-01",
  "2023-12-30"
  ],
  "country": "Bangladesh",
  "direction": "export"
  },
  "paging": {
    "count": 10,
    "page": 1
  },
  "filter": {
    "must": [
      {
        "key": "Product_Description",
        "value": "wheat"
      }
    ]
  }
Response
{
    "log_id": "INBFrc9V7e",
    "paging": {
        "count": 10,
        "page": 1,
        "total": 290
    },
    "result": [
    {
    "id": "BD_1_9855140",
    "date": "2022-08-24",
    "assesment_date": "23-AUG-22",
    "be_date": "23-AUG-22",
    "hs_code": "23024010",
    "sub_heading": "230240",
    "heading": "2302",
    "chapter": "23",
    "product_description": "Brans,Sharps & Oth. Residues Of Oth. Cereals Except Maize,Rice & Wheat RICE BRAN RAW ORYZA SATIVA",
    "buyer": "SUBRATA MUKHERJEE",
    "buyer_address": "M/S.R.M.ENTERPRISE WAZIDNAGAR,P.O-SAHAGANJ HOOGLY,W.B.712104 INDIA.",
    "exporter": "H K ENTERPRISE",
    "exporter_address": "PLOT-2, POLICE PLAZA CONCORDLEVEL-4, SHOP461, ROAD-144GULSHAN-1, Dhaka, 1212, Bangl",
    "destination_country": "China",
    "origin_country": "Bangladesh",
    "export_country": "Bangladesh",
    "net_weight_kg": 96000,
    "gross_weight_kg": 99000,
    "total_no_of_packages": "1980",
    "declared_unit_price_fc": 0.19,
    "assessable_unit_price_fc": 0.19,
    "item": "1",
    "no_of_packages": "1980",
    "total_value_bdt": 1703616,
    "total_value_usd": 17993.73,
    "mode_of_transport": "Road",
    "port_of_loading": "Jessore",
    "delivery_terms": "CFR",
    "total_invoice_value_fc": 18240,
    "currency": "USD",
    "item_price_fc": 18240,
    "package_unit": "Bag",
    "name_carrier_nationality": "TRUCK  BD"
    }
    ]
}

   

Trend By and Total By API

Trend By and Total By API

This API helps users to get duration-based import and export data and access total values of traded commodities, countries, companies, and other market components. Users can analyse monthly and yearly trends based on HS Code, Product, Importer, Exporter, Port, Country, and so on.

Sample Request & Response

Trend By

 Request :  {
"date_range": [
  "2023-01-01",
  "2023-12-31"
],
"country": "Sri Lanka",
"direction": "import"
},
"paging": {
"count": 10,
"page": 1
},
"group_by_column": "Supplier",
"sum_on": "Total_Value_USD",
"filter": {
"must": [
  {
	"key": "Product_Description",
	"value": "coal"
  }
]
}
Response :  {
    "log_id": "vBPYrI0B3frX5a",
    "paging": {
        "count": 10,
        "page": 1,
        "total": 55
    },
    "result": [
        {
            "key": "GURON TRADING LTD",
            "sum": 117917877,
            "count": 11,
            "trends": [
                {
                    "title": "March 2023",
                    "count": 5,
                    "sum": 69578200
                },
                {
                    "title": "August 2023",
                    "count": 4,
                    "sum": 32991139.5
                },
                {
                    "title": "September 2023",
                    "count": 2,
                    "sum": 15348537.5
                }
               
            ]
        },
        {
            "key": "ANGLO AMERICAN MARKETING LTD",
            "sum": 115742547,
            "count": 10,
            "trends": [
                {
                    "title": "December 2022",
                    "count": 3,
                    "sum": 39875133
                },
                {
                    "title": "January 2023",
                    "count": 3,
                    "sum": 38043187
                },
                {
                    "title": "March 2023",
                    "count": 1,
                    "sum": 9228125
                }
            ]
        },
        {
            "key": "BLACK SAND COMMODITIES FZ-LLC",
            "sum": 69151519.5,
            "count": 7,
            "trends": [
                {"title": "November 2023",
                    "count": 5,
                    "sum": 36725283.5
                },
                {
                    "title": "December 2022",
                    "count": 2,
                    "sum": 32426236
                }
            ]
        },
        {
            "key": "KRU OVERSEAS DMCC",
            "sum": 30131320.5,
            "count": 3,
            "trends": [
                {
                    "title": "September 2023",
                    "count": 2,
                    "sum": 15286840.5
                },
                {
                    "title": "March 2023",
                    "count": 1,
                    "sum": 14844480
                }
            ]
        },
        {
            "key": "BLACK SAND COMMODITIES FZ LLC",
            "sum": 15930710,
            "count": 2,
            "trends": [
                {
                    "title": "October 2023",
                    "count": 2,
                    "sum": 15930710
                }
            ]
        },
        {
            "key": "GURON TRADING LIMITED",
            "sum": 14641680,
            "count": 1,
            "trends": [
                {
                    "title": "April 2023",
                    "count": 1,
                    "sum": 14641680
                }
            ]
        },
        {
            "key": "PRAKTIKA ENERGY RESOURCES TRADING FZCO ON",
            "sum": 14246697,
            "count": 1,
            "trends": [
                {
                    "title": "February 2023",
                    "count": 1,
                    "sum": 14246697
                }
            ]
        },
        {
            "key": "EXXARO COAL (PTY) LTD",
            "sum": 12779519,
            "count": 1,
            "trends": [
                {
                    "title": "January 2023",
                    "count": 1,
                    "sum": 12779519
                }
            ]
        },
        {
            "key": "NG GLOBAL ENERGY SOLUTIONS (PTY) LTD",
            "sum": 11805288,
            "count": 1,
            "trends": [
                {
                    "title": "December 2022",
                    "count": 1,
                    "sum": 11805288
                }
            ]
        },
        {
            "key": "ANGLO OPERATIONS PRORIETARY LTD",
            "sum": 11011911,
            "count": 1,
            "trends": [
                {
                    "title": "February 2023",
                    "count": 1,
                    "sum": 11011911
                }
            ]
        }
    ]
} 

Total By

 Request : {
    "date_range": [
      "2023-01-01",
      "2023-12-31"
    ],
    "country": "Mexico",
    "direction": "import"
  },
  "paging": {
    "count": 10,
    "page": 1
  },
  "group_by_column": "Origin_Country",
  "sum_on": "Total_Value_USD",
  "filter": {
    "must": [
      {
        "key": "Product_Description",
        "value": "corn"
      }
    ]
}
Response :  {
    "log_id": "v3bghI0BCs2A1w",
    "paging": {
        "count": 10,
        "page": 1,
        "total": 76
    },
    "result": [
        {
            "key": "United States of America",
            "sum": 5517810072.46,
            "count": 32775
        },
        {
            "key": "Mexico",
            "sum": 503634445.96,
            "count": 9703
        },
        {
            "key": "Brazil",
            "sum": 433272027.17,
            "count": 501
        },
        {
            "key": "South Africa",
            "sum": 86728336.95,
            "count": 30
        },
        {
            "key": "China",
            "sum": 25045324.47,
            "count": 5075
        },
        {
            "key": "South Korea",
            "sum": 10500866.42,
            "count": 433
        },
        {
            "key": "Chile",
            "sum": 8394719.19,
            "count": 200
        },
        {
            "key": "Argentina",
            "sum": 8076531.17,
            "count": 38
        },
        {
            "key": "Canada",
            "sum": 7056271.46,
            "count": 309
        }
    ]
} 

Importer and Exporter Search API

Importer and Exporter Search API

You can find global importers and exporters list and select those that match to your requirements. You can access company-based information on various filters like HS Codes, Products, Trade Countries, and so on.

Sample Request & Response

 Request : {
    "date_range": [
      "2023-01-01",
      "2023-12-31"
    ],
    "country": "Turkiye",
    "direction": "import"
  },
  "paging": {
    "count": 10,
    "page": 1
  },
  "group_by_column": "Importer",
  "sum_on": "Total_Value_USD",
  "filter": {
    "must": [
      {
        "key": "Product_Description",
        "value": "coal"
      }
    ]
  }
Response  {
    "log_id": "rU3b0wxix90mh",
    "paging": {
        "count": 10,
        "page": 1,
        "total": 782
    },
    "result": [
        {
            "key": "EREN ENERJI ELEKTRIKURETIM ANONIM SIRKETI",
            "sum": 714781110.93,
            "count": 83
        },
        {
            "key": "ISKENDERUN DEMIR VE CELIK ANONIM SIRKETI",
            "sum": 714441867.90,
            "count": 81
        },
        {
            "key": "KARDEMIR KARABUK DEMIR CELIK SANAYIIVE TICARET ANONIM SIRKETI",
            "sum": 431812214.65,
            "count": 77
        },
        {
            "key": "A S EMBA ELEKTRIK URETIM",
            "sum": 427025972.87,
            "count": 65
        },
        {
            "key": "ISKENDERUN ENERJI URETIM VE TICARET ANONIM SIRKETI",
            "sum": 426212392.62,
            "count": 33
        },
        {
            "key": "ICDAS ELEKTRIK ENERJISI URETIM VE YATIRIM ANONIM S",
            "sum": 383983823.92,
            "count": 40
        },
        {
            "key": "ATLAS ENERJI URETIM ANONIM SIRKETI",
            "sum": 329970979.84,
            "count": 67
        },
        {
            "key": "CENAL ELEKTRIK URETIM ANONIM SIRKETI",
            "sum": 319444511.05,
            "count": 32
        },
        {
            "key": "EREGLI DEMIR VECELIK FAB T ANONIM SIRKETI",
            "sum": 263334423.32,
            "count": 26
        },
        {
            "key": "SUPER ENERJI MADENCILIK INSAAT SANAYI VE TICARET ANONIM SIRKETI",
            "sum": 204946527.81,
            "count": 112
        }
    ]
}

   

Company Lookup API

Company Lookup API

The Company Lookup API allows users to find and match companies with their unique IDs based on names. Users can integrate this API with Company Profile API.

Sample Request & Response

 Request : {
    "company_name": "samsung"
  },
   "filter" : {
     "direction": "export",
     "country":"Russia",
     "result_count": 20
   }
Response {
    "log_id": "kMYnjugsJ2e",
    "total": 11,
    "result": [
        {
		"company_name": "SAMSUNG ELECTRONICS RUS COMPANY LLC",
		"address_details": "123242,, MOSCOW, NOVINSKY BOULEVARD, D. 31, ROOM 1,2,", 
		"country": "Russia",
		"directions": [
			"export"
		]
        },
        {
		"company_name": "SAMSUNG SDS RUS LLC",
		"address_details": "141825, MO, DMITROV R-N, G.P. DMITROV, TER.4-Y KM, AUT., DMITROV-ORUDYEVO-BEETLE",
		"country": "Russia",
		"directions": [
			"export"
		]
        },
        {
		"company_name": "SAMSUNG C AND T CORPORATION",
		"address_details": ", , SEOUL, SONGPA, 23, OLYMPIC ROAD, 35 GIL,",
		"country": "Russia",
		"directions": [
			"export"
		]
        },
        {
		"company_name": "SAMSUNG C & T CORPORATION RUS LLC",
		"address_details": "123610,, MOSCOW, KRASNOPRESNENSKAYA EMB., 12, ENTRANCE No. 6, OF.1127",
		"country": "Russia",
		"directions": [
			"export"
		]
        },
        {
		"company_name": "SAMSUNG C AND CORPORATION",
		"address_details": "05510, SEOUL, SONGPA-GU, 123, OLYMPIC-RO 35 GIL,",
		"country": "Russia",
		"directions": [
			"export"
		]
        }
    ]
}
   

Company Profile API

Company Profile API

Company Profile API provides detailed overview of specific companies. With this API, users can access company’s data, covering import & export turnover, top commodities, top trade partners, and so on.

Sample Request & Response

Request :{
"company_name": "meghna petroleum limited",
"date_range":  [ "2022-12-01", "2023-11-30" ],
"country": "Bangladesh",
"direction": "import"
},
"filter": {
  "top_result_count": 10
}
Response {
"log_id": "E4dricjs7v",
"total": 10,
"result": {
	"top_supplier_by_value": [
	{
		"supplier": "UNIPEC SINGAPORE PVT LIMITED",
		"value": "616678418.75"
	},
	{
		"supplier": "BUMI SEAK PUSKO",
		"value": "31922315.75"
	}
],
	"top_origin_country": [
	{
		"Country": "Singapore",
		"value": "736766841.53"
	},
	{
		"Country": "Thailand",
		"value": "3917362.75"
	}
],
	"top_hscodes_by_value": [
	{
		"hscode": "27101262",
		"value": "1846699893.31"
	},
	{
		"hscode": "38200000",
		"value": "22898.06"
	}
],
	"top_port_of_unloading_by_value": [
	{
		"Port": "Chittagong",
		"value": "1872988187.06"
	},
	{
		"Port": "Biral LC Station",
		"value": "6730707.88"
      }
    ]	
   }
}
Access data anywhere, anytime

Get the freshest data at any time and keep it automatically updated so you don’t miss any opportunity.

Global Trade Data Coverage

Access Import and Export Data of Global Countries including, 58+ Countries Detailed Customs Data and 32+ Countries Exclusive Data.

10M+

Company's & Employee Contacts

5B+

Shipment Records

22M+

Import Companies

27M+

Export Companies

We’re Here to Help

Trusted by Over 20,000 Businesses

Global companies hit their number with Export Genius

Get global trade data online at your fingertips

  
TERMS & CONDITIONS     |    CANCELATION POLICY     |    REFUND POLICY     |     PRIVACY POLICY
Copyright © 2021 Export Genius. All rights reserved