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 customs procurement trends

POST
{{baseUrl}}/api/customs/analytics/market-trend
Last modified:2026-07-16 18:34:01
Retrieve customs procurement trends.

Request

Header Params

Body Params application/json

Example
{
  "type": "importer",
  "start_time": "2025-04-10",
  "end_time": "2025-04-18",
  "product": "led"
}

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/analytics/market-trend' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
  "type": "importer",
  "start_time": "2025-04-10",
  "end_time": "2025-04-18",
  "product": "led"
}'

Responses

🟢201已创建
application/json
Bodyapplication/json

Example
{
  "success": true,
  "request_id": "req_E6UYrESqgss1",
  "data": {
    "code": 1,
    "msg": "Retrieval successful",
    "time": "1776239998",
    "data": {
      "list": [
        {
          "quantity": "1303104937",
          "weight": "68968974.000",
          "amount": "427772257.01",
          "date": 1744905600,
          "sellerCount": 5070,
          "buyerCount": 5031,
          "monthText": "2025-04",
          "tradeCount": 46964
        }
      ],
      "all_times": 46964,
      "all_qty": 1303104937,
      "all_weight": 68968974
    }
  },
  "meta": {
    "billing": {
      "credits_charged": 0.14,
      "byok_used": false
    }
  },
  "error": null
}
Modified at 2026-07-16 18:34:01
Previous
List of contacts matched to the company
Next
Retrieve global customs regional distribution map
Built with