TradePulse · Trade Nearshore
by TradePulse
$0.2
per call · USD Coin on Base
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.
Endpoint
GET https://tradepulse.theaslangroupllc.com/api/trade/nearshore2
Calls / 30d
1
Unique payers / 30d
Aug 20
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://tradepulse.theaslangroupllc.com/api/trade/nearshore", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://tradepulse.theaslangroupllc.com/api/trade/nearshore?current_country=%28required%29+current+manufacturing%2Fsourcing+country+%E2%80%94+e.g.+China%2C+India%2C+Bangladesh&hs_code=HS+code+for+product-specific+tariff+comparison+%28optional%29&industry=%28required%29+industry+or+product+sector+%E2%80%94+e.g.+electronics%2C+textiles%2C+automotive%2C+furniture&lang=en+%7C+es+%7C+fr+%7C+de+%7C+ja+%7C+pt+%7C+zh+%7C+ko+%7C+ar+%28default%3A+en%29&priority=cost+%7C+risk+%7C+speed+%7C+balanced+%28default%3A+balanced%29&target_market=primary+market+you+sell+into+%E2%80%94+e.g.+USA%2C+EU%2C+UK+%28default%3A+USA%29" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"current_country": "China",
"industry": "electronics",
"top_alternatives": [
{
"country": "Vietnam",
"fta_advantage": "CPTPP member",
"overall_score": 8.2,
"rank": 1,
"tariff_to_target_market_pct": 0
},
{
"country": "Mexico",
"fta_advantage": "USMCA — 0% duty to USA",
"overall_score": 8,
"rank": 2,
"tariff_to_target_market_pct": 0
}
],
"transition_roadmap": {
"estimated_total_cost_usd": "$500K–$2M",
"phase_1_months": "0-6: Supply chain audit"
}
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from TradePulse & similar services
TradePulse · Trade Tariff
tradepulse.theaslangroupllc.com
Tariff rate lookup for trade and customs agents. Returns tariff rates for an HS code between any two countries.
TradePulse · Trade
trade.lonestaroracle.xyz
US trade-flow + tariff signal by commodity
TradePulse · Trade Supplier Risk
tradepulse.theaslangroupllc.com
Supplier country risk assessment for supply-chain and compliance agents. Returns UFLPA forced-labor exposure, ESG flags, CBP enforcement status, geopolitical risk, and a compliance checklist.