1. Customs Record Search
TradeWind AI API 2.0 Documentation
🇺🇸 English
  • 🇨🇳 简体中文
  • 🇺🇸 English
  • TradeWind AI API 2.0
    • Reference
      • (Agent) Country and Language Codes Reference (No authentication required)
      • (Waterfall) Retrieve Industry references
      • (Waterfall) Retrieve Technology technical references
    • Agentic Tasks
      • (Agent) Task Creation
      • (Agent) Task List
      • (Agent) Task Data
    • (Waterfall) Company Search
      • (Waterfall) Company Search
      • (Waterfall) Company Enrichment
    • (Waterfall) People Search
      • (Waterfall) Contact Search
      • (Waterfall) Contact Enrichment
    • Email Verificatioin
      • Batch Task Result Query (Email Verification)
    • Customs Record Search
      • (Customs) Country Reference
        GET
      • Retrieve customs data list
        POST
      • Retrieve list of customs companies
        POST
      • Retrieve a company's customs status
        POST
      • Retrieve customs company details
        POST
      • Retrieve customs company trade trends
        POST
      • Retrieve a company's customs import and export records
        POST
      • Retrieve customs trade partner records for a company
        POST
      • Retrieve customs HS code records for companies
        POST
      • Retrieve list of products purchased or supplied by a customs company
        POST
      • Retrieve trade regions for a customs company
        POST
      • Retrieve statistics for customs, companies, and trade ports
        POST
      • (Customs) Intelligent Mail Search (Legacy)
        POST
      • List of companies matching the company name
        POST
      • List of contacts matched to the company
        POST
      • Retrieve customs procurement trends
        POST
      • Retrieve global customs regional distribution map
        POST
      • Retrieve customs transactions for Chinese suppliers
        POST
      • Retrieve customs merchant transactions
        POST
      • Retrieve Customs Merchant Transactions (New)
        POST
    • Health
      • GET API liveness probe
    • Metrics
      • GET API Operational Metrics
  1. Customs Record Search

Retrieve a company's customs status

POST
{{baseUrl}}/api/customs/companies/bulk-status
Last modified:2026-07-16 18:33:10
Retrieve customs company status.

Request

Header Params

Body Params application/json

Example
{
  "companies": [
    {
      "id": "968625318015787008",
      "type": "export"
    },
    {
      "id": "910281250104078336",
      "type": "import"
    },
    {
      "id": "1041012422930427904",
      "type": "export"
    },
    {
      "id": "1039559602620129280",
      "type": "import"
    },
    {
      "id": "973620821638320128",
      "type": "export"
    },
    {
      "id": "1039586022204510208",
      "type": "import"
    },
    {
      "id": "1039626534411075584",
      "type": "export"
    },
    {
      "id": "1039487626994130944",
      "type": "import"
    },
    {
      "id": "973620821638320128",
      "type": "export"
    },
    {
      "id": "1039586022204510208",
      "type": "import"
    },
    {
      "id": "964898932009811968",
      "type": "export"
    },
    {
      "id": "910399404906143744",
      "type": "import"
    },
    {
      "id": "964929535574511616",
      "type": "import"
    },
    {
      "id": "1039546735924060160",
      "type": "export"
    },
    {
      "id": "910399164605689856",
      "type": "import"
    },
    {
      "id": "964898932009811968",
      "type": "export"
    },
    {
      "id": "910399404906143744",
      "type": "import"
    },
    {
      "id": "1039641428747603968",
      "type": "export"
    },
    {
      "id": "910418932753547264",
      "type": "import"
    }
  ]
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff '{{baseUrl}}/api/customs/companies/bulk-status' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
  "companies": [
    {
      "id": "968625318015787008",
      "type": "export"
    },
    {
      "id": "910281250104078336",
      "type": "import"
    },
    {
      "id": "1041012422930427904",
      "type": "export"
    },
    {
      "id": "1039559602620129280",
      "type": "import"
    },
    {
      "id": "973620821638320128",
      "type": "export"
    },
    {
      "id": "1039586022204510208",
      "type": "import"
    },
    {
      "id": "1039626534411075584",
      "type": "export"
    },
    {
      "id": "1039487626994130944",
      "type": "import"
    },
    {
      "id": "973620821638320128",
      "type": "export"
    },
    {
      "id": "1039586022204510208",
      "type": "import"
    },
    {
      "id": "964898932009811968",
      "type": "export"
    },
    {
      "id": "910399404906143744",
      "type": "import"
    },
    {
      "id": "964929535574511616",
      "type": "import"
    },
    {
      "id": "1039546735924060160",
      "type": "export"
    },
    {
      "id": "910399164605689856",
      "type": "import"
    },
    {
      "id": "964898932009811968",
      "type": "export"
    },
    {
      "id": "910399404906143744",
      "type": "import"
    },
    {
      "id": "1039641428747603968",
      "type": "export"
    },
    {
      "id": "910418932753547264",
      "type": "import"
    }
  ]
}'

Responses

🟢201已创建
application/json
Bodyapplication/json

Example
{
  "success": true,
  "request_id": "req_l90bUFRyuNn5",
  "data": {
    "code": 1,
    "msg": "Success",
    "time": "1776237266",
    "data": {
      "968625318015787008-export": {
        "new_add": 0,
        "active": 1,
        "potential": 0
      },
      "910281250104078336-import": {
        "new_add": 0,
        "active": 0,
        "potential": 0
      },
      "1041012422930427904-export": {
        "new_add": 0,
        "active": 0,
        "potential": 0
      },
      "1039559602620129280-import": {
        "new_add": 0,
        "active": 0,
        "potential": 0
      },
      "973620821638320128-export": {
        "new_add": 0,
        "active": 1,
        "potential": 1
      },
      "1039586022204510208-import": {
        "new_add": 0,
        "active": 1,
        "potential": 0
      },
      "1039626534411075584-export": {
        "new_add": 0,
        "active": 0,
        "potential": 1
      },
      "1039487626994130944-import": {
        "new_add": 0,
        "active": 1,
        "potential": 1
      },
      "964898932009811968-export": {
        "new_add": 0,
        "active": 1,
        "potential": 1
      },
      "910399404906143744-import": {
        "new_add": 0,
        "active": 1,
        "potential": 1
      },
      "964929535574511616-import": {
        "new_add": 0,
        "active": 0,
        "potential": 0
      },
      "1039546735924060160-export": {
        "new_add": 0,
        "active": 1,
        "potential": 1
      },
      "910399164605689856-import": {
        "new_add": 0,
        "active": 1,
        "potential": 1
      },
      "1039641428747603968-export": {
        "new_add": 0,
        "active": 0,
        "potential": 1
      },
      "910418932753547264-import": {
        "new_add": 0,
        "active": 0,
        "potential": 0
      }
    }
  },
  "meta": {
    "billing": {
      "credits_charged": 0,
      "byok_used": false
    }
  },
  "error": null
}
Modified at 2026-07-16 18:33:10
Previous
Retrieve list of customs companies
Next
Retrieve customs company details
Built with