# TradePulse HS Code Classifier

> TradePulse HS Code Classifier is a paid API for AI agents from tradepulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Classifies a product description into the correct Harmonized System (HS) code for customs filing and trade compliance.

## Facts

- Endpoint: GET https://tradepulse.theaslangroupllc.com/api/trade/classify
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tradepulse-hs-code-classifier-d511734e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_09LiyZDkITycDnJG6x0z_

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tradepulse-hs-code-classifier-d511734e
```

Example prompt: What's the correct HS code for 'wireless noise-cancelling over-ear headphones with Bluetooth 5.0 and a built-in microphone' so I can file the customs declaration for my shipment?

## When to prefer this

Use this endpoint when you need an authoritative HS code for a specific product description for customs filing, import/export declarations, or trade compliance purposes. Especially useful for agents automating customs workflows or duty calculations where an accurate tariff classification is the first required step. Pair with the TradePulse tariff rate lookup and landed cost calculator siblings for end-to-end trade cost computation.

## Known failure modes

- Ambiguous product description resulting in multiple possible HS codes
- Product description too vague to classify accurately
- Unrecognized or novel product categories with no clear HS mapping
- Payment failure or insufficient USDC balance ($0.15 per call)
- API timeout or service unavailability

## How this service works

HS code classification for trade and customs agents. Returns the correct HS code from a product description for customs filing.

## Output

Returns the correct HS code (Harmonized System classification code) for the given product description, suitable for use in customs filings and trade documentation. May include chapter, heading, and subheading details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language code (en, zh, ja, de, fr, es, ar, hi, etc.)"
  },
  "product": {
   "type": "string",
   "description": "Natural language product description — e.g. 'laptop computer', 'cotton t-shirts', 'industrial water pump'"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tradepulse-hs-code-classifier-d511734e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tradepulse.theaslangroupllc.com](https://www.zero.xyz/host/tradepulse.theaslangroupllc.com/llms.txt)
