1. 05 海关数据接口
tradewind-api
  • 信风TradeWind AI API 2.0
    • 01 API监控接口(无需鉴权)
      • GET API存活探针
      • GET API运维指标
    • 04 企业/联系人接口(瀑布流/智能体模式)
      • (智能体)国家与语言编码参考(无需鉴权)
      • (智能体)任务创建
      • (智能体)任务列表
      • (智能体)任务数据
      • (瀑布流)企业搜索
      • (瀑布流)企业详情
      • (瀑布流)联系人搜索
      • (瀑布流)联系人详情
      • 邮箱验证(单个)
      • 邮箱验证(批量)
      • 邮箱验证(批量结果)
    • 05 海关数据接口
      • (海关)国家参考
        GET
      • 获取海关公司列表
        POST
      • 获取海关公司状态
        POST
      • 获取海关采购趋势
        POST
      • 获取海关全球区域分布图
        POST
      • 获取海关中国供应商交易
        POST
      • 获取海关商家交易
        POST
      • 获取海关商家交易(新)
        POST
      • 获取海关公司详情
        POST
      • 获取海关公司贸易趋势
        POST
      • 获取海关公司进出口记录
        POST
      • 获取海关公司贸易伙伴记录
        POST
      • 获取海关公司HS编码记录
        POST
      • 获取海关公司采供产品列表
        POST
      • 获取海关公司贸易区域
        POST
      • 获取海关公司贸易港口统计
        POST
      • (海关)智能搜邮(旧)
        POST
      • 匹配公司名称的企业列表
        POST
      • 匹配公司的联系人列表
        POST
  1. 05 海关数据接口

获取海关全球区域分布图

POST
/api/customs/analytics/world-regions
国家编码/api/customs/reference/countries

请求参数

Header 参数

Body 参数application/json

示例
{
  "type": "exporter",
  "start_time": "2024-04-19",
  "end_time": "2025-04-18",
  "product": "pet",
  "hscode": "",
  "tradeCode": "",
  "buyer": "",
  "seller": "",
  "departure_port": ""
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/customs/analytics/world-regions' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
  "type": "exporter",
  "start_time": "2024-04-19",
  "end_time": "2025-04-18",
  "product": "pet",
  "hscode": "",
  "tradeCode": "",
  "buyer": "",
  "seller": "",
  "departure_port": ""
}'

返回响应

🟢201成功
application/json
Body

示例
{
    "success": true,
    "request_id": "req_nQoYWnuIjKOv",
    "data": {
        "code": 1,
        "msg": "Success:获取成功",
        "time": "1776239021",
        "data": {
            "total": 169,
            "list": [
                {
                    "exporter_country_id": 140,
                    "amount": "0.00",
                    "qty": "3556751220",
                    "tradeCount": 675879,
                    "sellerCount": 26662,
                    "sellerCountryId": null,
                    "buyerCount": 115601,
                    "buyerCountryId": null,
                    "name": "中国",
                    "icon": "http://ai.keep1.net/uploads/country/cn.png",
                    "weight": "4860572861.748",
                    "tradePercent": 53.09,
                    "en": "China"
                },
                {
                    "exporter_country_id": 41,
                    "amount": "0.00",
                    "qty": "2201211551",
                    "tradeCount": 175179,
                    "sellerCount": 4535,
                    "sellerCountryId": null,
                    "buyerCount": 5541,
                    "buyerCountryId": null,
                    "name": "越南",
                    "icon": "http://ai.keep1.net/uploads/country/vn.png",
                    "weight": "780717650.895",
                    "tradePercent": 13.76,
                    "en": "Vietnam"
                },
                {
                    "exporter_country_id": 167,
                    "amount": "0.00",
                    "qty": "686306424",
                    "tradeCount": 56444,
                    "sellerCount": 3918,
                    "sellerCountryId": null,
                    "buyerCount": 6193,
                    "buyerCountryId": null,
                    "name": "印度",
                    "icon": "http://ai.keep1.net/uploads/country/in.png",
                    "weight": "417887447.752",
                    "tradePercent": 4.43,
                    "en": "India"
                },
                {
                    "exporter_country_id": 226,
                    "amount": "0.00",
                    "qty": "285385946",
                    "tradeCount": 35276,
                    "sellerCount": 896,
                    "sellerCountryId": null,
                    "buyerCount": 1263,
                    "buyerCountryId": null,
                    "name": "泰国",
                    "icon": "http://ai.keep1.net/uploads/country/th.png",
                    "weight": "608745383.393",
                    "tradePercent": 2.77,
                    "en": "Thailand"
                },
                {
                    "exporter_country_id": 72,
                    "amount": "0.00",
                    "qty": "379517007",
                    "tradeCount": 31679,
                    "sellerCount": 2277,
                    "sellerCountryId": null,
                    "buyerCount": 2315,
                    "buyerCountryId": null,
                    "name": "中国香港",
                    "icon": "http://ai.keep1.net/uploads/country/hk.png",
                    "weight": "957153264.935",
                    "tradePercent": 2.49,
                    "en": null
                },
                {
                    "exporter_country_id": 25,
                    "amount": "0.00",
                    "qty": "280725343",
                    "tradeCount": 28505,
                    "sellerCount": 1523,
                    "sellerCountryId": null,
                    "buyerCount": 1883,
                    "buyerCountryId": null,
                    "name": "韩国",
                    "icon": "http://ai.keep1.net/uploads/country/kr.png",
                    "weight": "226629714.379",
                    "tradePercent": 2.24,
                    "en": "Korea"
                },
                {
                    "exporter_country_id": 75,
                    "amount": "0.00",
                    "qty": "255293179",
                    "tradeCount": 26412,
                    "sellerCount": 2451,
                    "sellerCountryId": null,
                    "buyerCount": 1921,
                    "buyerCountryId": null,
                    "name": "美国",
                    "icon": "http://ai.keep1.net/uploads/country/us.png",
                    "weight": "521278455.232",
                    "tradePercent": 2.07,
                    "en": "the United States"
                },
                {
                    "exporter_country_id": 119,
                    "amount": "0.00",
                    "qty": "88762393",
                    "tradeCount": 16789,
                    "sellerCount": 1010,
                    "sellerCountryId": null,
                    "buyerCount": 1294,
                    "buyerCountryId": null,
                    "name": "中国台湾",
                    "icon": "http://ai.keep1.net/uploads/country/tw.png",
                    "weight": "2396696854.453",
                    "tradePercent": 1.32,
                    "en": null
                },
                {
                    "exporter_country_id": 112,
                    "amount": "0.00",
                    "qty": "851661710",
                    "tradeCount": 14446,
                    "sellerCount": 1947,
                    "sellerCountryId": null,
                    "buyerCount": 3840,
                    "buyerCountryId": null,
                    "name": "土耳其",
                    "icon": "http://ai.keep1.net/uploads/country/tr.png",
                    "weight": "229417482.468",
                    "tradePercent": 1.13,
                    "en": "Turkey"
                },
                {
                    "exporter_country_id": 107,
                    "amount": "0.00",
                    "qty": "109176114",
                    "tradeCount": 13620,
                    "sellerCount": 417,
                    "sellerCountryId": null,
                    "buyerCount": 1397,
                    "buyerCountryId": null,
                    "name": "印度尼西亚",
                    "icon": "http://ai.keep1.net/uploads/country/id.png",
                    "weight": "260705934.880",
                    "tradePercent": 1.07,
                    "en": "Indonesia"
                }
            ],
            "qty": "20696865559",
            "tradeCount": 1273129
        }
    },
    "meta": {
        "billing": {
            "credits_charged": 0.14,
            "byok_used": false
        }
    },
    "error": null
}
修改于 2026-04-15 11:04:24
上一页
获取海关采购趋势
下一页
获取海关中国供应商交易
Built with