# TradePulse Nearshoring & Reshoring Advisor

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

Returns ranked alternative manufacturing countries with tariff comparisons, labor costs, transition roadmaps, and USMCA/FTA analysis to support nearshoring or reshoring decisions.

## Facts

- Endpoint: GET https://tradepulse-five.vercel.app/api/trade/nearshore
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tradepulse-nearshoring-reshoring-advisor-a356bf4f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fDIEndubKmFOj67U_hxfE

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-a356bf4f
```

Example prompt: We currently manufacture electronics in China and sell mostly into the US market — can you rank the best nearshoring or reshoring alternatives, comparing tariff rates, labor costs, and whether any qualify for USMCA or other FTA benefits, along with a transition roadmap?

## When to prefer this

Use this endpoint when a business needs strategic guidance on relocating or diversifying manufacturing — especially when tariff exposure, USMCA/FTA optimization, and labor cost comparison are all needed together in a single ranked output with an actionable roadmap, rather than just a point tariff lookup.

## Known failure modes

- Missing or unrecognized product category or HS code returns an error or empty rankings
- Unsupported origin/destination country pair may yield incomplete tariff data
- FTA/USMCA analysis may be incomplete if rules of origin data is unavailable for the product
- Rate limiting or payment failure returns 402 or 429 error

## 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

A ranked list of alternative manufacturing countries with side-by-side tariff comparisons, labor cost benchmarks, applicable FTA and USMCA eligibility, and a step-by-step transition roadmap for shifting production away from the current source 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-a356bf4f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tradepulse-five.vercel.app](https://www.zero.xyz/host/tradepulse-five.vercel.app/llms.txt)
