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

List of companies matching the company name

POST
{{baseUrl}}/api/customs/companies/match
Last modified:2026-07-16 18:33:39
List of companies matching the company name.

Request

Header Params

Body Params application/json

Example
{
  "name": "Inflex",
  "companyId": "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/match' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
  "name": "Inflex",
  "companyId": "1039559602620129280"
}'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
  "success": true,
  "request_id": "req_tDPua9waxv7",
  "data": {
    "code": 1,
    "msg": "Success: Retrieved successfully",
    "time": "1776237576",
    "data": {
      "row": {
        "id": "6468a5d5e6ab0d000176ae4a",
        "name": "Animal Funds LLC",
        "website_url": null,
        "blog_url": null,
        "linkedin_url": "http://www.linkedin.com/company/animal-funds-llc",
        "twitter_url": null,
        "facebook_url": null,
        "phone": null,
        "email": null,
        "founded_year": null,
        "publicly_traded_symbol": null,
        "publicly_traded_exchange": null,
        "logo_url": "https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac0a998f12000100b12d/picture",
        "industries": null,
        "keywords": "",
        "estimated_num_employees": "0",
        "raw_address": "Saint George, Utah",
        "country": "United States",
        "postal_code": null,
        "short_description": null,
        "annual_revenue": 0,
        "country_logo": "http://ai.keep1.net/uploads/country/us.png",
        "logo": "https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac0a998f12000100b12d/picture",
        "employee_info_num": 0
      },
      "total": 5,
      "addressList": [
        {
          "companyName": "Animal Funds LLC",
          "area": "United States",
          "address": "Saint George, Utah"
        },
        {
          "companyName": "Everything Equine, LLC",
          "area": "United States",
          "address": "5 Milk Street, Suite 420, Portland, ME 04101, US"
        },
        {
          "companyName": "Home Furniture, LLC",
          "area": "United States",
          "address": "102 Collins Circle , Prestonsburg, Kentucky, USA, 41653"
        },
        {
          "companyName": "ALL CARE HOME HEALTH EQUIPMENT, LLC",
          "area": "United States",
          "address": "Fayetteville, Georgia"
        },
        {
          "companyName": "Athome Llc",
          "area": null,
          "address": null
        }
      ],
      "enterpriseList": "6468a5d5e6ab0d000176ae4a,55efc59ff3e5bb25c5002b30,5fd1b0a8b82715000168cf3d,64af92741a879000011db926,5fd19a191bec8700019b8adb"
    }
  },
  "meta": {
    "billing": {
      "credits_charged": 0,
      "byok_used": false
    }
  },
  "error": null
}
Modified at 2026-07-16 18:33:39
Previous
(Customs) Intelligent Mail Search (Legacy)
Next
List of contacts matched to the company
Built with