# TradePulse Nearshoring & Reshoring Advisor

> TradePulse Nearshoring & Reshoring Advisor is a paid API for AI agents from tradepulse.theaslangroupllc.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Returns ranked alternative manufacturing countries with tariff comparisons, labor costs, a transition roadmap, and USMCA/FTA analysis for supply-chain decisions.

## Facts

- Endpoint: GET https://tradepulse.theaslangroupllc.com/api/trade/nearshore
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tradepulse-nearshoring-reshoring-advisor-58a82012
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-voxh8CTcq2Vz4vaD2qHU

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-nearshoring-reshoring-advisor-58a82012
```

Example prompt: We currently manufacture electronics in China and sell into the US market — can you give me a ranked list of nearshoring alternatives with tariff comparisons, labor costs, and a transition roadmap, plus flag which options qualify for USMCA or other FTAs?

## When to prefer this

Use this endpoint when an agent needs to evaluate supply-chain relocation decisions — specifically when the user wants a multi-country comparison with tariff differentials, labor cost benchmarks, FTA/USMCA eligibility, and an actionable transition plan. Prefer over generic tariff lookup endpoints when the goal is strategic manufacturing location optimization rather than a single-country rate query.

## Known failure modes

- Missing or invalid HS code returns an error requiring a valid 6-digit HS code
- Unsupported product category returns no results
- Ambiguous country of origin may produce incomplete tariff comparisons
- API returns 402 Payment Required if USDC payment header is missing or invalid
- Rate-limited requests return 429 with retry guidance

## How this service works

Nearshoring and reshoring advisor for supply-chain and trade agents. Returns ranked alternative manufacturing countries with tariff comparison, labor costs, a transition roadmap, and USMCA/FTA analysis.

## Output

Returns a ranked list of alternative manufacturing countries scored by tariff rates, labor costs, and trade agreement eligibility, along with a step-by-step transition roadmap and a USMCA/FTA applicability analysis for each candidate country.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string"
      },
      "hs_code": {
       "type": "string"
      },
      "industry": {
       "type": "string"
      },
      "priority": {
       "type": "string"
      },
      "target_market": {
       "type": "string"
      },
      "current_country": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "industry": "electronics",
  "current_country": "China",
  "top_alternatives": [
   {
    "rank": 1,
    "country": "Vietnam",
    "fta_advantage": "CPTPP member",
    "overall_score": 8.2,
    "tariff_to_target_market_pct": 0
   },
   {
    "rank": 2,
    "country": "Mexico",
    "fta_advantage": "USMCA — 0% duty to USA",
    "overall_score": 8,
    "tariff_to_target_market_pct": 0
   }
  ],
  "transition_roadmap": {
   "phase_1_months": "0-6: Supply chain audit",
   "estimated_total_cost_usd": "$500K–$2M"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tradepulse-nearshoring-reshoring-advisor-58a82012/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)
