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

(Customs) Intelligent Mail Search (Legacy)

POST
{{baseUrl}}/api/customs/companies/semantic-query
Last modified:2026-07-16 18:33:37
(Customs) Intelligent Mail Search (Legacy)

Request

Header Params

Body Params application/json

Example
{
  "company_name": "AOSOM LLC",
  "company_id": "1039559602620129280"
}

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/semantic-query' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
  "company_name": "AOSOM LLC",
  "company_id": "1039559602620129280"
}'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
  "success": true,
  "request_id": "req_SR0htCdqf5TH",
  "data": {
    "code": 1,
    "msg": "Success: Successfully retrieved",
    "time": "1776238447",
    "data": [
      {
        "title": "Aosom (@aosomus) · Wilsonville, OR",
        "url": "https://www.instagram.com/aosomus/",
        "contact": {
          "mobile": "",
          "email": "sns@aosom.com",
          "facebook": "",
          "linkedin": "",
          "instagram": "https://www.instagram.com/aosomus/",
          "twitter": ""
        },
        "from": "AI Mining"
      },
      {
        "title": "Aosom Customer Service Phone Number 1-877-644-9366 ...",
        "url": "https://aosom.pissedconsumer.com/customer-service.html",
        "contact": {
          "mobile": "",
          "email": "hello@aosom.com,customerservice@aosom.com",
          "facebook": "",
          "linkedin": "",
          "instagram": "",
          "twitter": ""
        },
        "from": "AI Mining"
      },
      {
        "title": "Aosom: Employee Directory",
        "url": "https://www.zoominfo.com/pic/aosom-llc/348031776",
        "contact": {
          "mobile": "",
          "email": "customerservice@aosom.com",
          "facebook": "",
          "linkedin": "",
          "instagram": "",
          "twitter": ""
        },
        "from": "AI Mining"
      },
      {
        "title": "Aosom",
        "url": "https://www.linkedin.com/company/aosom-llc",
        "contact": {
          "mobile": "",
          "email": "customerservice@aosom.com",
          "facebook": "",
          "linkedin": "https://www.linkedin.com/company/aosom-llc",
          "instagram": "",
          "twitter": ""
        },
        "from": "AI Mining"
      },
      {
        "title": "Aosom (@aosomdecor) · Wilsonville, OR",
        "url": "https://www.instagram.com/aosomdecor/",
        "contact": {
          "mobile": "",
          "email": "",
          "facebook": "",
          "linkedin": "",
          "instagram": "https://www.instagram.com/aosomdecor/",
          "twitter": ""
        },
        "from": "AI Mining"
      },
      {
        "title": "Additional Contact Info - Aosom",
        "url": "https://www.aosom.com/page/contact-us",
        "contact": {
          "mobile": "+1-877-644-9366",
          "email": "customerservice@aosom.com",
          "facebook": "",
          "linkedin": "",
          "instagram": "",
          "twitter": ""
        },
        "from": "AI Mining"
      },
      {
        "title": "Aosom® Official Site: Outdoor Furniture, Home Decor, Pets ...",
        "url": "https://www.aosom.com/",
        "contact": {
          "mobile": "+1-877-644-9366,27150,97070",
          "email": "customerservice@aosom.com",
          "facebook": "",
          "linkedin": "",
          "instagram": "",
          "twitter": ""
        },
        "from": "AI Mining"
      },
      {
        "title": "Customer Service - Aosom",
        "url": "https://www.aosom.com/page/customer_service",
        "contact": {
          "mobile": "+1-877-644-9366",
          "email": "customerservice@aosom.com",
          "facebook": "",
          "linkedin": "",
          "instagram": "",
          "twitter": ""
        },
        "from": "AI Mining"
      }
    ]
  },
  "meta": {
    "billing": {
      "credits_charged": 1.09,
      "byok_used": false
    }
  },
  "error": null
}
Modified at 2026-07-16 18:33:37
Previous
Retrieve statistics for customs, companies, and trade ports
Next
List of companies matching the company name
Built with