Export Genius APIs –

Power Every Move With Export Genius Smarter API

Integrate over 190+ countries' export and import records directly into your system with Export Genius API. Find the right HS code for any product, track global shipments, map the supply chain, and obtain detailed contact information of any company. We make your sourcing easier, speed up product classification, and enhance your trade strategy with accurate trade insights.

Leverage the Power of Data with a Suite of APIs

Stay ahead of the competition with up-to-date trade intelligence seamlessly integrated into your system. Our API delivers structured machine-readable data to make faster sourcing decisions, reduce manual work, and unlock new opportunities. We empower businesses to move smarter, more quickly, and grow globally.

Global Trade Data API Company Profile API Supply Chain API HS Code Finder API
  • Fetch Trade Data
  • Total By Data
  • Trend By Data

Fetch Trade Data

Fetch Trade Data

This brings a list of trade data records based on filters like product name, HS code, country, port, company name, and more that match your searched query.

Sample Request & Response

 Request :  {
        "date_range": [
            "2021-08-01",
            "2022-10-31"
        ],
        "db_type": "0",
        "country": "ALL",
        "direction": "export",
        "plan_transaction_id": "ZtGAeMc9AfSMxfbggV15"
    },
    "filter": {
        "must": [
            {
                "key": "product_description",
                "value": "mobile phones"
            }
        ]
    },
    "paging": {
        "count": 3,
        "page": 1
    }
}'
Response
{
  "log_id": "g_aAV5gBbfMW7WNFkTni",
  "paging": {
    "count": 3,
    "page": 1,
    "total": 425038
  },
  "result": [
    {
      "id": "101_MX_2_300045143",
      "date": "2021-12-14T00:00:00.000Z",
      "year": 2021,
      "hs_code": "84795001",
      "destination_country_code": "MX",
      "product_description": "AUTOMATED ARM FOR ROBOTICS, AUTOMATED MACHINE WITH 4-AXIS CONTROLLER (ROBOT), FOR THE ASSEMBLY OF AUTOMOTIVE COMPONENTS, MOBILE PHONES OR COMPUTER PARTS, WITH ITS EMERGENCY STOP SWITCH, \r",
      "total_value_usd": "59012",
      "port_of_discharge": "CIUDAD JUAREZ",
      "buyer_code": "Sin RFC",
      "s_n": 300045143,
      "gross_weight_kg": "74",
      "unit": "PIEZA",
      "month": 12,
      "exporter_address": null,
      "chapter": "84",
      "exporter_code": "ERRTMP000000000000",
      "destination_country": "Mexico",
      "quantity": "4",
      "heading": "8479",
      "buyer_address": null,
      "sub_heading": "847950",
      "buyer": "UNKNOWN",
      "exporter": "UNKNOWN"
    },
    {
      "id": "101_MX_2_274798660",
      "date": "2021-08-18T00:00:00.000Z",
      "year": 2021,
      "hs_code": "73269099",
      "destination_country_code": "MX",
      "product_description": "STENCILS OR TEMPLATES MOBILE PHONES\r",
      "total_value_usd": "854.5",
      "port_of_discharge": "MÉXICO, CIUDAD DE MÉ",
      "buyer_code": "ABJ0305087B4",
      "s_n": 274798660,
      "gross_weight_kg": "13150",
      "unit": "KILO",
      "month": 8,
      "exporter_address": "88 YANNAN ROAD A 0609 D-BUILDING YANNANMINGTING",
      "chapter": "73",
      "destination_country": "Mexico",
      "exporter_code": "ERRTMP000013845496",
      "quantity": "105.36",
      "heading": "7326",
      "buyer_address": "5 DE MAYO 29 A SANTA CLARA CALLE NACIONAL Y PRIVADA HIDALGO",
      "sub_heading": "732690",
      "buyer": "ABJOTA SA DE CV",
      "exporter": "L & INC"
    },
    {
      "id": "101_LK_2_6100592",
      "date": "2021-09-22T00:00:00.000Z",
      "year": 2021,
      "hs_code": "85171220",
      "hs_code_description": "Other , cellular mobile telephones",
      "destination_country_code": "LK",
      "product_description": "07 PKGS CONTAINING ZTE BRAND MOBILE PHONES",
      "total_value_usd": 97920,
      "buyer_code": "TMPLK041382",
      "s_n": 6100592,
      "gross_weight_kg": 847,
      "unit": "NIU",
      "month": 9,
      "exporter_address": "BIAN QINGSONG,B2 3F,NO.55,HI-TECH ROAD SOUTH,NANSHAN DISTRICT.OBH : 3/F,A WING, ZTE PLAZAKEJI ROAD SOUTHHI-TECH INDL PK NANSHANDIST SHENZHEN P.R. CHINA",
      "chapter": "85",
      "destination_country": "Sri Lanka",
      "exporter_code": "ERRTMP000029677400",
      "quantity": 2040,
      "heading": "8517",
      "buyer_address": "",
      "net_weight_kg": 847,
      "sub_heading": "851712",
      "buyer": "SINGER DIGITAL MEDIA PRIVATE LIMITED",
      "exporter": "ZTE CORPORATION"
    }
  ]
}

   

Total By Data

Total By Data

This brings the list of aggregated records for any selected field, helping you evaluate trade volumes, value, and frequency at a glance.

Sample Request & Response

 Request : {
        "date_range": ["2021-02-01", "2022-11-31"],
        "country": "ph",
        "db_type": "101",
        "direction": "import"
    },
    "paging": {
        "count": 10,
        "page": 1
    },
    "group_by_column": "Importer",
    "filter": {
        "must": [
            {
                "key": "product_description",
                "value": "a"
            },
            {
                "key": "Broker_Address",
                "value": "BUILDING"
            }
        ],
        "must_not": [
            {
                "key": "product_description",
                "value": "c"
            }
        ]
    }
}'		  
			   
Response
 {
  "log_id": "5k-Q74YBios0_rGtadqZ",
  "result": [
    {
      "key": "IKANO PHILIPPINES INC",
      "count": 744
    },
    {
      "key": "RS COMPONENTS CORPORATION",
      "count": 196
    },
    {
      "key": "LUFTHANSA TECHNIK PHILIPPINES INC",
      "count": 191
    },
    {
      "key": "ALCON LABORATORIES PHILIPPINES INC",
      "count": 111
    },
    {
      "key": "PROCTER & GAMBLE PHILIPPINES INC",
      "count": 59
    },
    {
      "key": "GLOBE TELECOM INC",
      "count": 33
    },
    {
      "key": "PILIPINAS AUTOGROUP INC",
      "count": 28
    },
    {
      "key": "MICRO D INTERNATIONAL INC",
      "count": 27
    },
    {
      "key": "BAC MAN GEOTHERMAL INCORPORATED",
      "count": 26
    },
    {
      "key": "DECO ARTS MARKETING INC",
      "count": 24
    }
  ]
}

   

Trend By Data

Trend By Data

Identify trade trends over time with weekly, monthly, quarterly, and yearly summaries. This enables users to track seasonality, market shift, or company-level performance.

Sample Request & Response

 Request : {
        "date_range": ["2021-02-01", "2022-11-31"],
        "country": "ph",
        "db_type": "101",
        "direction": "import"
    },
    "paging": {
        "count": 10,
        "page": 2
    },
    "group_by_column": "Importer",
    "sum_on": "Total_Value_USD",
    "filter": {
        "must": [
            {
                "key": "product_description",
                "value": "a"
            },
            {
                "key": "Broker_Address",
                "value": "BUILDING"
            }
        ],
        "must_not": [
            {
                "key": "product_description",
                "value": "c"
            }
        ]
    }
}'		  
			   
Response
 {
  "log_id": "50-R74YBios0_rGtDNrh",
  "result": [
    {
      "key": "STEPAN PHILIPPINES QUATERNARIES INC",
      "sum": 1358165110.5,
      "count": 4,
      "trends": [
        {
          "title": "April 2022",
          "count": 4,
          "sum": 1358165110.5
        }
      ]
    },
    {
      "key": "MCR AGRI VENTURE CORPORATION",
      "sum": 1158246400,
      "count": 1,
      "trends": [
        {
          "title": "April 2022",
          "count": 1,
          "sum": 1158246400
        }
      ]
    },
    {
      "key": "JETBEST ANIMAL NUTRITION AND HEALTH",
      "sum": 980056000,
      "count": 1,
      "trends": [
        {
          "title": "April 2022",
          "count": 1,
          "sum": 980056000
        }
      ]
    },
    {
      "key": "IKANO PHILIPPINES INC",
      "sum": 900092754.78125,
      "count": 744,
      "trends": [
        {
          "title": "April 2022",
          "count": 744,
          "sum": 900092754.78125
        }
      ]
    },
    {
      "key": "BASF PHILIPPINES INC",
      "sum": 869648696,
      "count": 9,
      "trends": [
        {
          "title": "April 2022",
          "count": 9,
          "sum": 869648696
        }
      ]
    },
    {
      "key": "TRIGGERPOINT COMPANY",
      "sum": 793122232,
      "count": 4,
      "trends": [
        {
          "title": "April 2022",
          "count": 4,
          "sum": 793122232
        }
      ]
    },
    {
      "key": "PROCTER & GAMBLE PHILIPPINES INC",
      "sum": 712674254.078125,
      "count": 59,
      "trends": [
        {
          "title": "April 2022",
          "count": 59,
          "sum": 712674254.078125
        }
      ]
    },
    {
      "key": "TETRA PAK PHILIPPINES INC",
      "sum": 677359896,
      "count": 3,
      "trends": [
        {
          "title": "April 2022",
          "count": 3,
          "sum": 677359896
        }
      ]
    },
    {
      "key": "VSTECS PHILIPPINES INC",
      "sum": 582691269,
      "count": 3,
      "trends": [
        {
          "title": "April 2022",
          "count": 3,
          "sum": 582691269
        }
      ]
    },
    {
      "key": "KC N A PHILIPPINES INC",
      "sum": 566347564,
      "count": 3,
      "trends": [
        {
          "title": "April 2022",
          "count": 3,
          "sum": 566347564
        }
      ]
    }
  ]
}

   
  • Company lookup list
  • Company profile
  • Company People Details

Company lookup list

Company lookup list

This API provides a list of closely matched companies using names, domains, company IDs, industry codes, and other parameters to ensure accurate partner discovery and database enrichment.

Sample Request & Response

 Request : {
  "company_name": "samsung",
  "direction": "both",
  "country_code": "IN",
  "db_type": "101",
  "paging": {
    "count": 5
  }
}'		  
			   
Response
 {
  "log_id": "OUP6VZgBCTWbyHUTxkC_",
  "result": [
    {
      "company_name": "SAMSUNG INDIA ELECTRONICS PRIVATE LIMITED",
      "company_code": "0595032818",
      "country_code": "IN",
      "address_details": "A-25,GROUND FLOOR,FRONT TOWER,,MOH AN CO-OPERATIVE INDL. ESTATE NEW DELHI,DELHI",
      "directions": [
        "import",
        "export"
      ]
    },
    {
      "company_name": "SAMSUNG DISPLAY NOIDA PRIVATE LIMITED",
      "company_code": "ABCCS3215K",
      "country_code": "IN",
      "address_details": "B-1D, Sector 81 Phase II NOIDA",
      "directions": [
        "import",
        "export"
      ]
    },
    {
      "company_name": "SAMSUNG R & D INSTITUTE INDIA BANGALORE PRIVATE LI",
      "company_code": "0705018415",
      "country_code": "IN",
      "address_details": "2870, Phoenix Bagmane Constellation , Business Park Doddanakundi Circlebangalore, Karnataka, Pin-560037",
      "directions": [
        "import",
        "export"
      ]
    },
    {
      "company_name": "SAMSUNG C & T INDIA PRIVATE LIMITED",
      "company_code": "0508002974",
      "country_code": "IN",
      "address_details": "15Th Floor Block B Building No 5, C Yber City Dlf Phase 3 Gurgaon, Haryana, Pin-122002",
      "directions": [
        "import"
      ]
    },
    {
      "company_name": "SAMSUNG IREX INDIA LLP",
      "company_code": "AAGFI6892Q",
      "country_code": "IN",
      "address_details": "F-36, Central Bank, Sector-11, Dlf Central Point Faridabad, Haryana, Pin-121006",
      "directions": [
        "import"
      ]
    }
  ]
}

   

Company profile

Company profile

Get a complete snapshot of a company’s trade activity, including the type of products it trades, volume, values, industries served, transit via, and more.

Sample Request & Response

 Request : {
        "domain": "jaquar.com",
        // "company_code": "01058711-0001",
        // "company_name": "KIRLOSKAR OIL ENGINES LIMITED",
        "direction": "export"
    },
    "paging": {
        "top_partner_count": 10
    }
}'		  
			   
Response
 {
  "log_id": "im33VJgBOVLonR7ytmYb",
  "result": {
    "date_range": [
      "2020-10-16",
      "2021-10-15"
    ],
    "recent_shipment_date": "2021-10-15",
    "turnover": "39374.62",
    "max_value": "18300.20",
    "company_information": {
      "organizationDetail": {
        "id": 17,
        "organizationId": "54a129aa69702da2203ab501",
        "name": "Jaquar & Company Private Limited",
        "websiteUrl": "http://www.jaquar.com",
        "blogUrl": null,
        "angellistUrl": null,
        "linkedinUrl": "http://www.linkedin.com/company/jaquargroup",
        "twitterUrl": "https://twitter.com/jaquargroup",
        "facebookUrl": "https://facebook.com/JaquarGroup",
        "primaryPhone": "+91 12447 46800",
        "alexaRanking": "61500",
        "phone": "+91 12447 46800",
        "linkedinUid": "927163",
        "foundedYear": "1960",
        "publiclyTradedSymbol": null,
        "publiclyTradedExchange": null,
        "logoUrl": "https://zenprospect-production.s3.amazonaws.com/uploads/pictures/67cd991f30649900019deaf4/picture",
        "primaryDomain": "jaquar.com",
        "industry": "mechanical or industrial engineering",
        "estimatedNumEmployees": "11000",
        "rawAddress": "Jaquar & Company Private Limited, Plot No 3, Sector 11, IMT Manesar Gurgram, Gurgaon, Haryana 122018, IN",
        "streetAddress": "",
        "city": "Gurugram",
        "state": "Haryana",
        "country": "India",
        "postalCode": "122050",
        "searchCountry": null,
        "seoDescription": "Explore Jaquar for complete bathroom and lighting solutions. Discover a wide range of faucets, showers, sanitaryware, wellness and lighting products for your home.",
        "shortDescription": "Conceived in 1960 by Late Shri N. L. Mehra and headquarter in Manesar, Jaquar Group is a rapidly growing multi-diversified ‘Complete Bathroom and Lighting Solutions' brand. Built on the platform of highest quality standards, aesthetics and with the intent of providing world-class products, the Group caters to various segments of bathroom and lighting industry for the Luxury, premium and value segments through its brands – Artize, Jaquar and Essco. As undisputed market leaders the company has presence in over 55 countries across Europe, Middle East, Asia- Pacific and Africa region.",
        "totalFunding": null,
        "totalFundingPrinted": null,
        "latestFundingRoundDate": null,
        "latestFundingStage": null,
        "annualRevenuePrinted": "787.7M",
        "annualRevenue": "787721000.0",
        "marketCap": null,
        "investorCount": null,
        "companyType": null,
        "productService": null,
        "searchCompanyKeyword": "JAQUAR & COMPANY PRIVATE LIMITED",
        "domain": "jaquar.com",
        "numSuborganizations": "4"
      },
      "organizationDepartment": [
        {
          "id": 305,
          "departmentName": "engineering",
          "employeeCount": "107"
        },
        {
          "id": 306,
          "departmentName": "sales",
          "employeeCount": "578"
        },
        {
          "id": 307,
          "departmentName": "information_technology",
          "employeeCount": "67"
        },
        {
          "id": 308,
          "departmentName": "business_development",
          "employeeCount": "116"
        },
        {
          "id": 309,
          "departmentName": "marketing",
          "employeeCount": "88"
        },
        {
          "id": 310,
          "departmentName": "finance",
          "employeeCount": "19"
        },
        {
          "id": 311,
          "departmentName": "human_resources",
          "employeeCount": "42"
        },
        {
          "id": 312,
          "departmentName": "administrative",
          "employeeCount": "20"
        },
        {
          "id": 313,
          "departmentName": "consulting",
          "employeeCount": "19"
        },
        {
          "id": 314,
          "departmentName": "arts_and_design",
          "employeeCount": "18"
        },
        {
          "id": 315,
          "departmentName": "operations",
          "employeeCount": "15"
        },
        {
          "id": 316,
          "departmentName": "support",
          "employeeCount": "60"
        },
        {
          "id": 317,
          "departmentName": "accounting",
          "employeeCount": "19"
        },
        {
          "id": 318,
          "departmentName": "media_and_commmunication",
          "employeeCount": "11"
        },
        {
          "id": 319,
          "departmentName": "product_management",
          "employeeCount": "17"
        },
        {
          "id": 320,
          "departmentName": "data_science",
          "employeeCount": "5"
        },
        {
          "id": 321,
          "departmentName": "education",
          "employeeCount": "1"
        },
        {
          "id": 322,
          "departmentName": "entrepreneurship",
          "employeeCount": "1"
        },
        {
          "id": 323,
          "departmentName": "legal",
          "employeeCount": "1"
        }
      ],
      "organizationFundingEvent": [],
      "organizationKeyword": [
        {
          "id": 1023,
          "keywords": "a wide range of products"
        },
        {
          "id": 1024,
          "keywords": "one of the fastest growing complete bathroom"
        },
        {
          "id": 1025,
          "keywords": "lighting brand"
        },
        {
          "id": 1026,
          "keywords": "ready to movein bathrooms"
        },
        {
          "id": 1027,
          "keywords": "coordinated product designs"
        },
        {
          "id": 1028,
          "keywords": "innovative designer products"
        },
        {
          "id": 1029,
          "keywords": "proudly made in india"
        },
        {
          "id": 1030,
          "keywords": "for the world"
        },
        {
          "id": 1031,
          "keywords": "unmatched customer service"
        },
        {
          "id": 1032,
          "keywords": "manufacturing"
        },
        {
          "id": 1033,
          "keywords": "bathroom solutions"
        },
        {
          "id": 1034,
          "keywords": "lighting solutions"
        },
        {
          "id": 1035,
          "keywords": "faucets"
        },
        {
          "id": 1036,
          "keywords": "sanitary ware"
        },
        {
          "id": 1037,
          "keywords": "showers"
        },
        {
          "id": 1038,
          "keywords": "thermostatic mixers"
        },
        {
          "id": 1039,
          "keywords": "water heaters"
        },
        {
          "id": 1040,
          "keywords": "whirlpool baths"
        },
        {
          "id": 1041,
          "keywords": "spas"
        },
        {
          "id": 1042,
          "keywords": "saunas"
        },
        {
          "id": 1043,
          "keywords": "shower enclosures"
        },
        {
          "id": 1044,
          "keywords": "steam baths"
        },
        {
          "id": 1045,
          "keywords": "flushing systems"
        },
        {
          "id": 1046,
          "keywords": "shower panels"
        },
        {
          "id": 1047,
          "keywords": "accessories"
        },
        {
          "id": 1048,
          "keywords": "diverters"
        },
        {
          "id": 1049,
          "keywords": "shower valves"
        },
        {
          "id": 1050,
          "keywords": "architectural lighting"
        },
        {
          "id": 1051,
          "keywords": "facade lighting"
        },
        {
          "id": 1052,
          "keywords": "commercial lighting"
        },
        {
          "id": 1053,
          "keywords": "indoor lighting"
        },
        {
          "id": 1054,
          "keywords": "outdoor lighting"
        },
        {
          "id": 1055,
          "keywords": "decorative lighting"
        },
        {
          "id": 1056,
          "keywords": "consumer lighting"
        },
        {
          "id": 1057,
          "keywords": "smart lighting"
        },
        {
          "id": 1058,
          "keywords": "jaquar world"
        },
        {
          "id": 1059,
          "keywords": "luxury bathroom fittings"
        },
        {
          "id": 1060,
          "keywords": "bath fittings"
        },
        {
          "id": 1061,
          "keywords": "smart products"
        },
        {
          "id": 1062,
          "keywords": "premium segments"
        },
        {
          "id": 1063,
          "keywords": "value segments"
        },
        {
          "id": 1064,
          "keywords": "global presence"
        },
        {
          "id": 1065,
          "keywords": "manufacturing units"
        },
        {
          "id": 1066,
          "keywords": "eco-friendly practices"
        },
        {
          "id": 1067,
          "keywords": "green initiatives"
        },
        {
          "id": 1068,
          "keywords": "customer service"
        },
        {
          "id": 1069,
          "keywords": "sanitaryware"
        },
        {
          "id": 1070,
          "keywords": "shower cabs"
        },
        {
          "id": 1071,
          "keywords": "product innovation"
        },
        {
          "id": 1072,
          "keywords": "high quality standards"
        },
        {
          "id": 1073,
          "keywords": "dedicated workforce"
        },
        {
          "id": 1074,
          "keywords": "customer education"
        },
        {
          "id": 1075,
          "keywords": "design concepts"
        },
        {
          "id": 1076,
          "keywords": "brand showrooms"
        },
        {
          "id": 1077,
          "keywords": "complete bathroom solutions"
        },
        {
          "id": 1078,
          "keywords": "water efficiency"
        },
        {
          "id": 1079,
          "keywords": "energy efficiency"
        },
        {
          "id": 1080,
          "keywords": "recyclable materials"
        },
        {
          "id": 1081,
          "keywords": "luxury bath brand"
        },
        {
          "id": 1082,
          "keywords": "online catalogue"
        },
        {
          "id": 1083,
          "keywords": "wellness products"
        },
        {
          "id": 1084,
          "keywords": "luxury segment"
        },
        {
          "id": 1085,
          "keywords": "premium segment"
        },
        {
          "id": 1086,
          "keywords": "value segment"
        },
        {
          "id": 1087,
          "keywords": "artize"
        },
        {
          "id": 1088,
          "keywords": "jaquar"
        },
        {
          "id": 1089,
          "keywords": "essco"
        },
        {
          "id": 1090,
          "keywords": "customer satisfaction"
        },
        {
          "id": 1091,
          "keywords": "design support"
        },
        {
          "id": 1092,
          "keywords": "technical support"
        },
        {
          "id": 1093,
          "keywords": "energy-efficient lighting"
        },
        {
          "id": 1094,
          "keywords": "corporate social responsibility"
        },
        {
          "id": 1095,
          "keywords": "customer demographics"
        },
        {
          "id": 1096,
          "keywords": "market segments"
        },
        {
          "id": 1097,
          "keywords": "plumbing supplies"
        },
        {
          "id": 1098,
          "keywords": "high-quality standards"
        },
        {
          "id": 1099,
          "keywords": "aesthetics"
        },
        {
          "id": 1100,
          "keywords": "experiential retailing"
        },
        {
          "id": 1101,
          "keywords": "competitive analysis"
        },
        {
          "id": 1102,
          "keywords": "customer reviews"
        },
        {
          "id": 1103,
          "keywords": "product quality"
        },
        {
          "id": 1104,
          "keywords": "installation services"
        },
        {
          "id": 1105,
          "keywords": "affordable bathroom fittings"
        },
        {
          "id": 1106,
          "keywords": "luxury bathroom solutions"
        },
        {
          "id": 1107,
          "keywords": "wellness solutions"
        },
        {
          "id": 1108,
          "keywords": "sustainable practices"
        },
        {
          "id": 1109,
          "keywords": "international markets"
        },
        {
          "id": 1110,
          "keywords": "home improvement"
        },
        {
          "id": 1111,
          "keywords": "residential lighting"
        },
        {
          "id": 1112,
          "keywords": "mechanical or industrial engineering"
        },
        {
          "id": 1113,
          "keywords": "health, wellness & fitness"
        },
        {
          "id": 1114,
          "keywords": "environmental services"
        },
        {
          "id": 1115,
          "keywords": "renewables & environment"
        }
      ],
      "organizationBranch": [],
      "organizationBranchCount": []
    },
    "top_hscodes": [
      {
        "hscode": "6910900000",
        "value": "24222.36"
      },
      {
        "hscode": "8516330000",
        "value": "12186.44"
      },
      {
        "hscode": "8481801100",
        "value": "886.32"
      },
      {
        "hscode": "7418200000",
        "value": "517.16"
      },
      {
        "hscode": "3922100000",
        "value": "492.72"
      },
      {
        "hscode": "8481900000",
        "value": "394.38"
      },
      {
        "hscode": "7324900009",
        "value": "305.01"
      },
      {
        "hscode": "8302500000",
        "value": "196.08"
      },
      {
        "hscode": "9603909900",
        "value": "51.64"
      },
      {
        "hscode": "9403208009",
        "value": "43.37"
      },
      {
        "hscode": "8481801900",
        "value": "27.59"
      },
      {
        "hscode": "3924900009",
        "value": "27.47"
      },
      {
        "hscode": "3917390008",
        "value": "24.08"
      }
    ],
    "top_destination_country_codes": [
      {
        "Country": "T0",
        "value": "39374.62"
      }
    ],
    "monthly_export_value": [
      {
        "Date": "September/2021",
        "value": "18108.60"
      },
      {
        "Date": "October/2021",
        "value": "21266.02"
      }
    ],
    "top_port_of_loading": [
      {
        "Port": "MOSCOW",
        "value": "39374.62"
      }
    ],
    "top_buyer": [
      {
        "buyer": "JACUAR RUS LLC",
        "value": "39374.62"
      }
    ],
    "mode_of_transport": []
  }
}

   

Company People Details

Company People Details

This API helps bring a list of key executives' information within an organisation, including names, job titles, and roles. It enables businesses to identify top decision makers, personalised outreach strategies, B2B engagement, and many more.

Sample Request & Response

 Request : {
    "domain": "jhplc.com"
    // "company_name": "JOHN HOLT PLC",
    // "designation": "DECISION MAKER",
    // "employee_location": "Nigeria"
  }
}'		  
			   
Response
 {
  "log_id": "corgVJgBZtgCZ1MY9xuD",
  "paging": {
    "total": 26,
    "count": 5,
    "page": 1
  },
  "result": [
    {
      "id": 940,
      "apolloId": "54a1c6617468695c82fdbc0f",
      "zoomId": null,
      "fullName": "Peter Obi",
      "linkedinUrl": "http://www.linkedin.com/in/peter-obi-a8089326",
      "photoUrl": "https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2",
      "email": "",
      "phone": "",
      "country": "Nigeria",
      "userId": null,
      "designationSearch": "SALES",
      "companyName": null,
      "emailStatus": false,
      "phoneStatus": false,
      "title": "SALES MANAGER, HOLT ENGINEERING"
    },
    {
      "id": 941,
      "apolloId": "54a3aa557468693b8c90db08",
      "zoomId": null,
      "fullName": "Mary Igiehon",
      "linkedinUrl": "http://www.linkedin.com/in/mary-igiehon-00b71b96",
      "photoUrl": "https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2",
      "email": "",
      "phone": "",
      "country": "Nigeria",
      "userId": null,
      "designationSearch": "SALES",
      "companyName": null,
      "emailStatus": false,
      "phoneStatus": false,
      "title": "Senior Sales Executive"
    },
    {
      "id": 942,
      "apolloId": "54a495307468692fa2252d53",
      "zoomId": null,
      "fullName": "Martin",
      "linkedinUrl": "http://www.linkedin.com/in/martin-christopher-ofor-4366b289",
      "photoUrl": "https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2",
      "email": "",
      "phone": "",
      "country": "Nigeria",
      "userId": null,
      "designationSearch": "SALES",
      "companyName": null,
      "emailStatus": false,
      "phoneStatus": false,
      "title": "Christopher Ofor - Sales Executive"
    },
    {
      "id": 943,
      "apolloId": "54a554207468692cf0423a8f",
      "zoomId": null,
      "fullName": "Joy Ukah",
      "linkedinUrl": "http://www.linkedin.com/in/joy-ukah-93841b28",
      "photoUrl": "https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2",
      "email": "",
      "phone": "",
      "country": "Nigeria",
      "userId": null,
      "designationSearch": "SALES",
      "companyName": null,
      "emailStatus": false,
      "phoneStatus": false,
      "title": "Sales Reps"
    },
    {
      "id": 944,
      "apolloId": "54a719d474686975f83c6815",
      "zoomId": null,
      "fullName": "Oboh Peter",
      "linkedinUrl": "http://www.linkedin.com/in/oboh-peter-79a84937",
      "photoUrl": "https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2",
      "email": "",
      "phone": "",
      "country": "Nigeria",
      "userId": null,
      "designationSearch": "SALES",
      "companyName": null,
      "emailStatus": false,
      "phoneStatus": false,
      "title": "Sales Manager"
    }
  ]
}

   
  • Supply Chain API

Supply Chain API

Supply Chain API

Enable your business to map a complete supply chain network in seconds. Identify top suppliers, track shipment routes, and spot sourcing patterns to minimise disruption and maximise operational agility. Find buyers and suppliers with HS code, country, product name, etc.

Sample Request & Response

 Request : {
    "company_name": "FLEXTRONICS MANUFACTURING MEX SA DE CV",
    "target": "suppliers",
    "target_country_code": "MX"
  },
  "paging": {
    "count": 5
  },
  "filter": {
    "hs_code": "84",
    "db_type": [
      101
    ]
  }
}'		  
			   
Response
 
{
  "log_id": "E7CBYZgBAwTrnNgq9_BM",
  "result": [
    {
      "company_name": "CISCO SYSTEMS INC",
      "company_address": "C/O TELEPLAN SERVICE SOLUTIONS ASIA B.V.YKK BUILDING,15TH FLOOR, PHASE 2, NO. 2 SAN LIK STREETTUEN MUN, NEW TERRITORIES,HONG KONGATTN: TELEPLAN TRAFFIC TEAM",
      "hs_code": [
        "84715001"
      ],
      "country_code": "MX",
      "country_name": "Mexico"
    },
    {
      "company_name": "FLEXTRONICS MANUFACTURING MEX SA DE CV",
      "company_address": "CARRETERA BASE AEREA 5850 4 LA MORA AVENIDA SANTA MARGARITA Y CARRETERA TESISTAN",
      "hs_code": [
        "84717001"
      ],
      "country_code": "MX",
      "country_name": "Mexico"
    },
    {
      "company_name": "FLEXTRONICS INTERNATIONAL EUROPE BV",
      "company_address": "STH, NL807985752B01, NOBELSTRAAT, 1 0, INT. 14, GA OOSTRUM LB, C.P. 580 7, NETHERLANDS NETHERLANDS",
      "hs_code": [
        "84733002"
      ],
      "country_code": "MX",
      "country_name": "Mexico"
    },
    {
      "company_name": "FLEXTRONICS TECHNOLOGIES MEXICO S DE RL DE CV",
      "company_address": "PROL.AV. LOVEZ MATEOS SUR 2915 COL. LA TIJERA, TLAJOMUCLE DE ZUNIGA, JALISCO, MEXICO C.P. 4645 RFC SMM840503FQ4 BMRC3C02",
      "hs_code": [
        "84716003"
      ],
      "country_code": "MX",
      "country_name": "Mexico"
    },
    {
      "company_name": "DATA I O",
      "company_address": "6645 185TH AVE. N.E. SUITE 100 REDMOND,  WA  98052 USA",
      "hs_code": [
        "84733002"
      ],
      "country_code": "MX",
      "country_name": "Mexico"
    }
  ]
}
   
  • HS Code Finder API

HS Code Finder API

HS Code Finder API

HS code finder API uses advanced algorithms and trade data from over 190+ countries to analyze production descriptions and identify the most accurate HS codes. It categorized goods into chapters, headings, and sub-headings by standardized codes used in international trade.

Sample Request & Response

 Request : {
    "product_description": "mobile phone",
    "hs_code": "85",
    "date_range": [
      "2023-01-01",
      "2023-12-31"
    ],
    "languages": [
      "hindi",
      "spanish",
      "english"
    ],
    "country_codes": [
      "VN",
      "PE",
      "IN",
      "TR",
      "PK",
      "BD",
      "ASS"
    ],
    
    "country_paging": {
        "count": 10,
        "page": 1
    },
    "hscode_paging": {
        "count": 10
    }
}'		  
			   
Response
 
 {
  "log_id": "l21RYZgBOVLonR7yS2Yt",
  "paging": {
    "count": 10,
    "page": 1,
    "total_countries": 6,
    "total_unique_hscode": 41
  },
  "global_hs_code": {
    "value": "85171300",
    "description": {
      "hs_code_description_english": "Smartphones For Wireless Networks",
      "hs_code_description_hindi": "वायरलेस नेटवर्क के लिए स्मार्टफ़ोन",
      "hs_code_description_spanish": "Teléfonos inteligentes para redes inalámbricas"
    },
    "average_percentage": "31.23",
    "country_with_hscode": {
      "IN": 3.87,
      "VN": 23.09,
      "PE": 88.87,
      "TR": 27.01,
      "BD": 13.3
    }
  },
  "country_wise_hsCode": [
    {
      "country_code": "IN",
      "country": "India",
      "count": 1707585,
      "Top_hs_Codes": [
        {
          "hs_code": "85177990",
          "percentage": "16.01",
          "count": 273342,
          "descriptions": {
            "hs_code_description_hindi": "स्थिर कार्बन प्रतिरोधक संरचना या फिल्म प्रकार",
            "hs_code_description_spanish": "Resistencias de carbono fijas: composición o tipos de película",
            "hs_code_description_english": "Fixed Carbon Resistors Composition Or Film Types"
          }
        },
        {
          "hs_code": "85322990",
          "percentage": "13.76",
          "count": 234896,
          "descriptions": {
            "hs_code_description_hindi": "स्थिर कार्बन प्रतिरोधक संरचना या फिल्म प्रकार",
            "hs_code_description_spanish": "Resistencias de carbono fijas: composición o tipos de película",
            "hs_code_description_english": "Fixed Carbon Resistors Composition Or Film Types"
          }
        },
        {
          "hs_code": "85045090",
          "percentage": "12.40",
          "count": 211667,
          "descriptions": {
            "hs_code_description_hindi": "स्थिर कार्बन प्रतिरोधक संरचना या फिल्म प्रकार",
            "hs_code_description_spanish": "Resistencias de carbono fijas: composición o tipos de película",
            "hs_code_description_english": "Fixed Carbon Resistors Composition Or Film Types"
          }
        },
        {
          "hs_code": "85423900",
          "percentage": "6.94",
          "count": 118448,
          "descriptions": {
            "hs_code_description_hindi": "स्थिर कार्बन प्रतिरोधक संरचना या फिल्म प्रकार",
            "hs_code_description_spanish": "Resistencias de carbono fijas: composición o tipos de película",
            "hs_code_description_english": "Fixed Carbon Resistors Composition Or Film Types"
          }
        },
        {
          "hs_code": "85331000",
          "percentage": "6.24",
          "count": 106538,
          "descriptions": {
            "hs_code_description_hindi": "स्थिर कार्बन प्रतिरोधक संरचना या फिल्म प्रकार",
            "hs_code_description_spanish": "Resistencias de carbono fijas: composición o tipos de película",
            "hs_code_description_english": "Fixed Carbon Resistors Composition Or Film Types"
          }
        },
        {
          "hs_code": "85171300",
          "percentage": "3.87",
          "count": 66027,
          "descriptions": {
            "hs_code_description_hindi": "स्थिर कार्बन प्रतिरोधक संरचना या फिल्म प्रकार",
            "hs_code_description_spanish": "Resistencias de carbono fijas: composición o tipos de película",
            "hs_code_description_english": "Fixed Carbon Resistors Composition Or Film Types"
          }
        },
        {
          "hs_code": "85423100",
          "percentage": "3.48",
          "count": 59382,
          "descriptions": {
            "hs_code_description_hindi": "स्थिर कार्बन प्रतिरोधक संरचना या फिल्म प्रकार",
            "hs_code_description_spanish": "Resistencias de carbono fijas: composición o tipos de película",
            "hs_code_description_english": "Fixed Carbon Resistors Composition Or Film Types"
          }
        },
        {
          "hs_code": "85411000",
          "percentage": "2.81",
          "count": 47942,
          "descriptions": {
            "hs_code_description_hindi": "स्थिर कार्बन प्रतिरोधक संरचना या फिल्म प्रकार",
            "hs_code_description_spanish": "Resistencias de carbono fijas: composición o tipos de película",
            "hs_code_description_english": "Fixed Carbon Resistors Composition Or Film Types"
          }
        },
        {
          "hs_code": "85322400",
          "percentage": "2.72",
          "count": 46399,
          "descriptions": {
            "hs_code_description_hindi": "स्थिर कार्बन प्रतिरोधक संरचना या फिल्म प्रकार",
            "hs_code_description_spanish": "Resistencias de carbono fijas: composición o tipos de película",
            "hs_code_description_english": "Fixed Carbon Resistors Composition Or Film Types"
          }
        },
        {
          "hs_code": "85321000",
          "percentage": "2.26",
          "count": 38594,
          "descriptions": {
            "hs_code_description_hindi": "स्थिर कार्बन प्रतिरोधक संरचना या फिल्म प्रकार",
            "hs_code_description_spanish": "Resistencias de carbono fijas: composición o tipos de película",
            "hs_code_description_english": "Fixed Carbon Resistors Composition Or Film Types"
          }
        }
      ]
    },
    {
      "country_code": "VN",
      "country": "N/A",
      "count": 699953,
      "Top_hs_Codes": [
        {
          "hs_code": "85177921",
          "percentage": "44.94",
          "count": 314561,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85171300",
          "percentage": "23.09",
          "count": 161590,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85044090",
          "percentage": "3.81",
          "count": 26683,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85249200",
          "percentage": "3.53",
          "count": 24719,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85340090",
          "percentage": "2.21",
          "count": 15463,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85177100",
          "percentage": "1.68",
          "count": 11775,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85258990",
          "percentage": "1.67",
          "count": 11674,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85444299",
          "percentage": "1.56",
          "count": 10942,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85189040",
          "percentage": "1.50",
          "count": 10476,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85076039",
          "percentage": "1.13",
          "count": 7875,
          "descriptions": "N/A"
        }
      ]
    },
    {
      "country_code": "PE",
      "country": "Peru",
      "count": 61188,
      "Top_hs_Codes": [
        {
          "hs_code": "8517130000",
          "percentage": "88.87",
          "count": 54380,
          "descriptions": {
            "hs_code_description_hindi": "1,000 V से कम या बराबर वोल्टेज के लिए अन्य विद्युत कंडक्टर; कनेक्शन भागों के साथ आपूर्ति की जाती है",
            "hs_code_description_spanish": "Otros conductores eléctricos para tensión inferior o igual a 1.000 V; suministrados con piezas de conexión",
            "hs_code_description_english": "Other Electrical Conductors For A Voltage Lower Or Equal To 1,000 V; Supplied With Connection Parts"
          }
        },
        {
          "hs_code": "8517140000",
          "percentage": "7.24",
          "count": 4432,
          "descriptions": {
            "hs_code_description_hindi": "1,000 V से कम या बराबर वोल्टेज के लिए अन्य विद्युत कंडक्टर; कनेक्शन भागों के साथ आपूर्ति की जाती है",
            "hs_code_description_spanish": "Otros conductores eléctricos para tensión inferior o igual a 1.000 V; suministrados con piezas de conexión",
            "hs_code_description_english": "Other Electrical Conductors For A Voltage Lower Or Equal To 1,000 V; Supplied With Connection Parts"
          }
        },
        {
          "hs_code": "8517790000",
          "percentage": "1.42",
          "count": 867,
          "descriptions": {
            "hs_code_description_hindi": "1,000 V से कम या बराबर वोल्टेज के लिए अन्य विद्युत कंडक्टर; कनेक्शन भागों के साथ आपूर्ति की जाती है",
            "hs_code_description_spanish": "Otros conductores eléctricos para tensión inferior o igual a 1.000 V; suministrados con piezas de conexión",
            "hs_code_description_english": "Other Electrical Conductors For A Voltage Lower Or Equal To 1,000 V; Supplied With Connection Parts"
          }
        },
        {
          "hs_code": "8517699000",
          "percentage": "0.56",
          "count": 343,
          "descriptions": {
            "hs_code_description_hindi": "1,000 V से कम या बराबर वोल्टेज के लिए अन्य विद्युत कंडक्टर; कनेक्शन भागों के साथ आपूर्ति की जाती है",
            "hs_code_description_spanish": "Otros conductores eléctricos para tensión inferior o igual a 1.000 V; suministrados con piezas de conexión",
            "hs_code_description_english": "Other Electrical Conductors For A Voltage Lower Or Equal To 1,000 V; Supplied With Connection Parts"
          }
        },
        {
          "hs_code": "8504409000",
          "percentage": "0.44",
          "count": 267,
          "descriptions": {
            "hs_code_description_hindi": "1,000 V से कम या बराबर वोल्टेज के लिए अन्य विद्युत कंडक्टर; कनेक्शन भागों के साथ आपूर्ति की जाती है",
            "hs_code_description_spanish": "Otros conductores eléctricos para tensión inferior o igual a 1.000 V; suministrados con piezas de conexión",
            "hs_code_description_english": "Other Electrical Conductors For A Voltage Lower Or Equal To 1,000 V; Supplied With Connection Parts"
          }
        },
        {
          "hs_code": "8507600000",
          "percentage": "0.42",
          "count": 257,
          "descriptions": {
            "hs_code_description_hindi": "1,000 V से कम या बराबर वोल्टेज के लिए अन्य विद्युत कंडक्टर; कनेक्शन भागों के साथ आपूर्ति की जाती है",
            "hs_code_description_spanish": "Otros conductores eléctricos para tensión inferior o igual a 1.000 V; suministrados con piezas de conexión",
            "hs_code_description_english": "Other Electrical Conductors For A Voltage Lower Or Equal To 1,000 V; Supplied With Connection Parts"
          }
        },
        {
          "hs_code": "8524920090",
          "percentage": "0.20",
          "count": 122,
          "descriptions": {
            "hs_code_description_hindi": "1,000 V से कम या बराबर वोल्टेज के लिए अन्य विद्युत कंडक्टर; कनेक्शन भागों के साथ आपूर्ति की जाती है",
            "hs_code_description_spanish": "Otros conductores eléctricos para tensión inferior o igual a 1.000 V; suministrados con piezas de conexión",
            "hs_code_description_english": "Other Electrical Conductors For A Voltage Lower Or Equal To 1,000 V; Supplied With Connection Parts"
          }
        },
        {
          "hs_code": "8544429000",
          "percentage": "0.15",
          "count": 94,
          "descriptions": {
            "hs_code_description_hindi": "1,000 V से कम या बराबर वोल्टेज के लिए अन्य विद्युत कंडक्टर; कनेक्शन भागों के साथ आपूर्ति की जाती है",
            "hs_code_description_spanish": "Otros conductores eléctricos para tensión inferior o igual a 1.000 V; suministrados con piezas de conexión",
            "hs_code_description_english": "Other Electrical Conductors For A Voltage Lower Or Equal To 1,000 V; Supplied With Connection Parts"
          }
        },
        {
          "hs_code": "8525890000",
          "percentage": "0.12",
          "count": 76,
          "descriptions": {
            "hs_code_description_hindi": "1,000 V से कम या बराबर वोल्टेज के लिए अन्य विद्युत कंडक्टर; कनेक्शन भागों के साथ आपूर्ति की जाती है",
            "hs_code_description_spanish": "Otros conductores eléctricos para tensión inferior o igual a 1.000 V; suministrados con piezas de conexión",
            "hs_code_description_english": "Other Electrical Conductors For A Voltage Lower Or Equal To 1,000 V; Supplied With Connection Parts"
          }
        },
        {
          "hs_code": "8517622000",
          "percentage": "0.10",
          "count": 61,
          "descriptions": {
            "hs_code_description_hindi": "1,000 V से कम या बराबर वोल्टेज के लिए अन्य विद्युत कंडक्टर; कनेक्शन भागों के साथ आपूर्ति की जाती है",
            "hs_code_description_spanish": "Otros conductores eléctricos para tensión inferior o igual a 1.000 V; suministrados con piezas de conexión",
            "hs_code_description_english": "Other Electrical Conductors For A Voltage Lower Or Equal To 1,000 V; Supplied With Connection Parts"
          }
        }
      ]
    },
    {
      "country_code": "TR",
      "country": "Turkey",
      "count": 36290,
      "Top_hs_Codes": [
        {
          "hs_code": "851779000000",
          "percentage": "54.72",
          "count": 19859,
          "descriptions": {
            "hs_code_description_hindi": "स्मार्ट फोन: टेलीफोन सेट, जिसमें सेलुलर नेटवर्क या अन्य वायरलेस नेटवर्क के लिए टेलीफोन शामिल हैं; आवाज, छवि या अन्य डेटा के प्रसारण या रिसेप्शन के लिए अन्य उपकरण, जिसमें वायर्ड या वायरलेस नेटवर्क जैसे कि स्थानीय या वाइड एरिया नेटवर्क में संचार के लिए उपकरण शामिल हैं, शीर्षक 84.43, 85.25, 85.27 या 85.28 के प्रसारण या रिसेप्शन उपकरण के अलावा",
            "hs_code_description_spanish": "Teléfonos inteligentes: aparatos telefónicos, incluidos los teléfonos para redes celulares o para otras redes inalámbricas; otros aparatos para la transmisión o recepción de voz, imágenes u otros datos, incluidos los aparatos para la comunicación en redes alámbricas o inalámbricas, tales como redes locales o extensas, excepto los aparatos de transmisión o recepción de las partidas 84.43, 85.25, 85.27 u 85.28",
            "hs_code_description_english": "Smart Phones : Telephone Sets, Including Telephones For Cellular Networks Or For Other Wireless Networks; Other Apparatus For The Transmission Or Reception Of Voice, Images Or Other Data, Including Apparatus For Communication In A Wired Or Wireless Networks Such As A Local Or Wide Area Network , Other Than Transmission Or Reception Apparatus Of Heading 84.43, 85.25, 85.27 Or 85.28"
          }
        },
        {
          "hs_code": "851713000000",
          "percentage": "27.01",
          "count": 9803,
          "descriptions": {
            "hs_code_description_hindi": "स्मार्ट फोन: टेलीफोन सेट, जिसमें सेलुलर नेटवर्क या अन्य वायरलेस नेटवर्क के लिए टेलीफोन शामिल हैं; आवाज, छवि या अन्य डेटा के प्रसारण या रिसेप्शन के लिए अन्य उपकरण, जिसमें वायर्ड या वायरलेस नेटवर्क जैसे कि स्थानीय या वाइड एरिया नेटवर्क में संचार के लिए उपकरण शामिल हैं, शीर्षक 84.43, 85.25, 85.27 या 85.28 के प्रसारण या रिसेप्शन उपकरण के अलावा",
            "hs_code_description_spanish": "Teléfonos inteligentes: aparatos telefónicos, incluidos los teléfonos para redes celulares o para otras redes inalámbricas; otros aparatos para la transmisión o recepción de voz, imágenes u otros datos, incluidos los aparatos para la comunicación en redes alámbricas o inalámbricas, tales como redes locales o extensas, excepto los aparatos de transmisión o recepción de las partidas 84.43, 85.25, 85.27 u 85.28",
            "hs_code_description_english": "Smart Phones : Telephone Sets, Including Telephones For Cellular Networks Or For Other Wireless Networks; Other Apparatus For The Transmission Or Reception Of Voice, Images Or Other Data, Including Apparatus For Communication In A Wired Or Wireless Networks Such As A Local Or Wide Area Network , Other Than Transmission Or Reception Apparatus Of Heading 84.43, 85.25, 85.27 Or 85.28"
          }
        },
        {
          "hs_code": "852589000000",
          "percentage": "5.78",
          "count": 2096,
          "descriptions": {
            "hs_code_description_hindi": "स्मार्ट फोन: टेलीफोन सेट, जिसमें सेलुलर नेटवर्क या अन्य वायरलेस नेटवर्क के लिए टेलीफोन शामिल हैं; आवाज, छवि या अन्य डेटा के प्रसारण या रिसेप्शन के लिए अन्य उपकरण, जिसमें वायर्ड या वायरलेस नेटवर्क जैसे कि स्थानीय या वाइड एरिया नेटवर्क में संचार के लिए उपकरण शामिल हैं, शीर्षक 84.43, 85.25, 85.27 या 85.28 के प्रसारण या रिसेप्शन उपकरण के अलावा",
            "hs_code_description_spanish": "Teléfonos inteligentes: aparatos telefónicos, incluidos los teléfonos para redes celulares o para otras redes inalámbricas; otros aparatos para la transmisión o recepción de voz, imágenes u otros datos, incluidos los aparatos para la comunicación en redes alámbricas o inalámbricas, tales como redes locales o extensas, excepto los aparatos de transmisión o recepción de las partidas 84.43, 85.25, 85.27 u 85.28",
            "hs_code_description_english": "Smart Phones : Telephone Sets, Including Telephones For Cellular Networks Or For Other Wireless Networks; Other Apparatus For The Transmission Or Reception Of Voice, Images Or Other Data, Including Apparatus For Communication In A Wired Or Wireless Networks Such As A Local Or Wide Area Network , Other Than Transmission Or Reception Apparatus Of Heading 84.43, 85.25, 85.27 Or 85.28"
          }
        },
        {
          "hs_code": "850760000019",
          "percentage": "2.13",
          "count": 774,
          "descriptions": {
            "hs_code_description_hindi": "स्मार्ट फोन: टेलीफोन सेट, जिसमें सेलुलर नेटवर्क या अन्य वायरलेस नेटवर्क के लिए टेलीफोन शामिल हैं; आवाज, छवि या अन्य डेटा के प्रसारण या रिसेप्शन के लिए अन्य उपकरण, जिसमें वायर्ड या वायरलेस नेटवर्क जैसे कि स्थानीय या वाइड एरिया नेटवर्क में संचार के लिए उपकरण शामिल हैं, शीर्षक 84.43, 85.25, 85.27 या 85.28 के प्रसारण या रिसेप्शन उपकरण के अलावा",
            "hs_code_description_spanish": "Teléfonos inteligentes: aparatos telefónicos, incluidos los teléfonos para redes celulares o para otras redes inalámbricas; otros aparatos para la transmisión o recepción de voz, imágenes u otros datos, incluidos los aparatos para la comunicación en redes alámbricas o inalámbricas, tales como redes locales o extensas, excepto los aparatos de transmisión o recepción de las partidas 84.43, 85.25, 85.27 u 85.28",
            "hs_code_description_english": "Smart Phones : Telephone Sets, Including Telephones For Cellular Networks Or For Other Wireless Networks; Other Apparatus For The Transmission Or Reception Of Voice, Images Or Other Data, Including Apparatus For Communication In A Wired Or Wireless Networks Such As A Local Or Wide Area Network , Other Than Transmission Or Reception Apparatus Of Heading 84.43, 85.25, 85.27 Or 85.28"
          }
        },
        {
          "hs_code": "851771000000",
          "percentage": "1.93",
          "count": 700,
          "descriptions": {
            "hs_code_description_hindi": "स्मार्ट फोन: टेलीफोन सेट, जिसमें सेलुलर नेटवर्क या अन्य वायरलेस नेटवर्क के लिए टेलीफोन शामिल हैं; आवाज, छवि या अन्य डेटा के प्रसारण या रिसेप्शन के लिए अन्य उपकरण, जिसमें वायर्ड या वायरलेस नेटवर्क जैसे कि स्थानीय या वाइड एरिया नेटवर्क में संचार के लिए उपकरण शामिल हैं, शीर्षक 84.43, 85.25, 85.27 या 85.28 के प्रसारण या रिसेप्शन उपकरण के अलावा",
            "hs_code_description_spanish": "Teléfonos inteligentes: aparatos telefónicos, incluidos los teléfonos para redes celulares o para otras redes inalámbricas; otros aparatos para la transmisión o recepción de voz, imágenes u otros datos, incluidos los aparatos para la comunicación en redes alámbricas o inalámbricas, tales como redes locales o extensas, excepto los aparatos de transmisión o recepción de las partidas 84.43, 85.25, 85.27 u 85.28",
            "hs_code_description_english": "Smart Phones : Telephone Sets, Including Telephones For Cellular Networks Or For Other Wireless Networks; Other Apparatus For The Transmission Or Reception Of Voice, Images Or Other Data, Including Apparatus For Communication In A Wired Or Wireless Networks Such As A Local Or Wide Area Network , Other Than Transmission Or Reception Apparatus Of Heading 84.43, 85.25, 85.27 Or 85.28"
          }
        },
        {
          "hs_code": "850760000013",
          "percentage": "1.11",
          "count": 404,
          "descriptions": {
            "hs_code_description_hindi": "स्मार्ट फोन: टेलीफोन सेट, जिसमें सेलुलर नेटवर्क या अन्य वायरलेस नेटवर्क के लिए टेलीफोन शामिल हैं; आवाज, छवि या अन्य डेटा के प्रसारण या रिसेप्शन के लिए अन्य उपकरण, जिसमें वायर्ड या वायरलेस नेटवर्क जैसे कि स्थानीय या वाइड एरिया नेटवर्क में संचार के लिए उपकरण शामिल हैं, शीर्षक 84.43, 85.25, 85.27 या 85.28 के प्रसारण या रिसेप्शन उपकरण के अलावा",
            "hs_code_description_spanish": "Teléfonos inteligentes: aparatos telefónicos, incluidos los teléfonos para redes celulares o para otras redes inalámbricas; otros aparatos para la transmisión o recepción de voz, imágenes u otros datos, incluidos los aparatos para la comunicación en redes alámbricas o inalámbricas, tales como redes locales o extensas, excepto los aparatos de transmisión o recepción de las partidas 84.43, 85.25, 85.27 u 85.28",
            "hs_code_description_english": "Smart Phones : Telephone Sets, Including Telephones For Cellular Networks Or For Other Wireless Networks; Other Apparatus For The Transmission Or Reception Of Voice, Images Or Other Data, Including Apparatus For Communication In A Wired Or Wireless Networks Such As A Local Or Wide Area Network , Other Than Transmission Or Reception Apparatus Of Heading 84.43, 85.25, 85.27 Or 85.28"
          }
        },
        {
          "hs_code": "854442900000",
          "percentage": "0.93",
          "count": 337,
          "descriptions": {
            "hs_code_description_hindi": "स्मार्ट फोन: टेलीफोन सेट, जिसमें सेलुलर नेटवर्क या अन्य वायरलेस नेटवर्क के लिए टेलीफोन शामिल हैं; आवाज, छवि या अन्य डेटा के प्रसारण या रिसेप्शन के लिए अन्य उपकरण, जिसमें वायर्ड या वायरलेस नेटवर्क जैसे कि स्थानीय या वाइड एरिया नेटवर्क में संचार के लिए उपकरण शामिल हैं, शीर्षक 84.43, 85.25, 85.27 या 85.28 के प्रसारण या रिसेप्शन उपकरण के अलावा",
            "hs_code_description_spanish": "Teléfonos inteligentes: aparatos telefónicos, incluidos los teléfonos para redes celulares o para otras redes inalámbricas; otros aparatos para la transmisión o recepción de voz, imágenes u otros datos, incluidos los aparatos para la comunicación en redes alámbricas o inalámbricas, tales como redes locales o extensas, excepto los aparatos de transmisión o recepción de las partidas 84.43, 85.25, 85.27 u 85.28",
            "hs_code_description_english": "Smart Phones : Telephone Sets, Including Telephones For Cellular Networks Or For Other Wireless Networks; Other Apparatus For The Transmission Or Reception Of Voice, Images Or Other Data, Including Apparatus For Communication In A Wired Or Wireless Networks Such As A Local Or Wide Area Network , Other Than Transmission Or Reception Apparatus Of Heading 84.43, 85.25, 85.27 Or 85.28"
          }
        },
        {
          "hs_code": "853229000000",
          "percentage": "0.63",
          "count": 229,
          "descriptions": {
            "hs_code_description_hindi": "स्मार्ट फोन: टेलीफोन सेट, जिसमें सेलुलर नेटवर्क या अन्य वायरलेस नेटवर्क के लिए टेलीफोन शामिल हैं; आवाज, छवि या अन्य डेटा के प्रसारण या रिसेप्शन के लिए अन्य उपकरण, जिसमें वायर्ड या वायरलेस नेटवर्क जैसे कि स्थानीय या वाइड एरिया नेटवर्क में संचार के लिए उपकरण शामिल हैं, शीर्षक 84.43, 85.25, 85.27 या 85.28 के प्रसारण या रिसेप्शन उपकरण के अलावा",
            "hs_code_description_spanish": "Teléfonos inteligentes: aparatos telefónicos, incluidos los teléfonos para redes celulares o para otras redes inalámbricas; otros aparatos para la transmisión o recepción de voz, imágenes u otros datos, incluidos los aparatos para la comunicación en redes alámbricas o inalámbricas, tales como redes locales o extensas, excepto los aparatos de transmisión o recepción de las partidas 84.43, 85.25, 85.27 u 85.28",
            "hs_code_description_english": "Smart Phones : Telephone Sets, Including Telephones For Cellular Networks Or For Other Wireless Networks; Other Apparatus For The Transmission Or Reception Of Voice, Images Or Other Data, Including Apparatus For Communication In A Wired Or Wireless Networks Such As A Local Or Wide Area Network , Other Than Transmission Or Reception Apparatus Of Heading 84.43, 85.25, 85.27 Or 85.28"
          }
        },
        {
          "hs_code": "853321000000",
          "percentage": "0.61",
          "count": 221,
          "descriptions": {
            "hs_code_description_hindi": "स्मार्ट फोन: टेलीफोन सेट, जिसमें सेलुलर नेटवर्क या अन्य वायरलेस नेटवर्क के लिए टेलीफोन शामिल हैं; आवाज, छवि या अन्य डेटा के प्रसारण या रिसेप्शन के लिए अन्य उपकरण, जिसमें वायर्ड या वायरलेस नेटवर्क जैसे कि स्थानीय या वाइड एरिया नेटवर्क में संचार के लिए उपकरण शामिल हैं, शीर्षक 84.43, 85.25, 85.27 या 85.28 के प्रसारण या रिसेप्शन उपकरण के अलावा",
            "hs_code_description_spanish": "Teléfonos inteligentes: aparatos telefónicos, incluidos los teléfonos para redes celulares o para otras redes inalámbricas; otros aparatos para la transmisión o recepción de voz, imágenes u otros datos, incluidos los aparatos para la comunicación en redes alámbricas o inalámbricas, tales como redes locales o extensas, excepto los aparatos de transmisión o recepción de las partidas 84.43, 85.25, 85.27 u 85.28",
            "hs_code_description_english": "Smart Phones : Telephone Sets, Including Telephones For Cellular Networks Or For Other Wireless Networks; Other Apparatus For The Transmission Or Reception Of Voice, Images Or Other Data, Including Apparatus For Communication In A Wired Or Wireless Networks Such As A Local Or Wide Area Network , Other Than Transmission Or Reception Apparatus Of Heading 84.43, 85.25, 85.27 Or 85.28"
          }
        },
        {
          "hs_code": "850440839019",
          "percentage": "0.58",
          "count": 211,
          "descriptions": {
            "hs_code_description_hindi": "स्मार्ट फोन: टेलीफोन सेट, जिसमें सेलुलर नेटवर्क या अन्य वायरलेस नेटवर्क के लिए टेलीफोन शामिल हैं; आवाज, छवि या अन्य डेटा के प्रसारण या रिसेप्शन के लिए अन्य उपकरण, जिसमें वायर्ड या वायरलेस नेटवर्क जैसे कि स्थानीय या वाइड एरिया नेटवर्क में संचार के लिए उपकरण शामिल हैं, शीर्षक 84.43, 85.25, 85.27 या 85.28 के प्रसारण या रिसेप्शन उपकरण के अलावा",
            "hs_code_description_spanish": "Teléfonos inteligentes: aparatos telefónicos, incluidos los teléfonos para redes celulares o para otras redes inalámbricas; otros aparatos para la transmisión o recepción de voz, imágenes u otros datos, incluidos los aparatos para la comunicación en redes alámbricas o inalámbricas, tales como redes locales o extensas, excepto los aparatos de transmisión o recepción de las partidas 84.43, 85.25, 85.27 u 85.28",
            "hs_code_description_english": "Smart Phones : Telephone Sets, Including Telephones For Cellular Networks Or For Other Wireless Networks; Other Apparatus For The Transmission Or Reception Of Voice, Images Or Other Data, Including Apparatus For Communication In A Wired Or Wireless Networks Such As A Local Or Wide Area Network , Other Than Transmission Or Reception Apparatus Of Heading 84.43, 85.25, 85.27 Or 85.28"
          }
        }
      ]
    },
    {
      "country_code": "PK",
      "country": "N/A",
      "count": 8982,
      "Top_hs_Codes": [
        {
          "hs_code": "85171310 ",
          "percentage": "22.88",
          "count": 2055,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85177900 ",
          "percentage": "22.39",
          "count": 2011,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85171390 ",
          "percentage": "12.42",
          "count": 1116,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85183000 ",
          "percentage": "9.47",
          "count": 851,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85171411 ",
          "percentage": "6.91",
          "count": 621,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85044020 ",
          "percentage": "5.95",
          "count": 534,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85171419 ",
          "percentage": "4.58",
          "count": 411,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85299090 ",
          "percentage": "4.01",
          "count": 360,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85444290 ",
          "percentage": "2.08",
          "count": 187,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85076000 ",
          "percentage": "1.84",
          "count": 165,
          "descriptions": "N/A"
        }
      ]
    },
    {
      "country_code": "BD",
      "country": "N/A",
      "count": 3354,
      "Top_hs_Codes": [
        {
          "hs_code": "85044010",
          "percentage": "48.96",
          "count": 1642,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85177900",
          "percentage": "16.10",
          "count": 540,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85171300",
          "percentage": "13.30",
          "count": 446,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85249900",
          "percentage": "9.48",
          "count": 318,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85076000",
          "percentage": "3.97",
          "count": 133,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85183000",
          "percentage": "1.70",
          "count": 57,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85437090",
          "percentage": "1.37",
          "count": 46,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85171400",
          "percentage": "1.13",
          "count": 38,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85423990",
          "percentage": "0.54",
          "count": 18,
          "descriptions": "N/A"
        },
        {
          "hs_code": "85441990",
          "percentage": "0.51",
          "count": 17,
          "descriptions": "N/A"
        }
      ]
    }
  ]
}

   
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, 62+ Countries Detailed Customs Data and 33+ Countries Exclusive Data.

10M+

Company's & Employee Contacts

6B+

Shipment Records

33M+

Import Companies

23M+

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