Trade intelligence for companies moving goods across borders
Automate shipping documents. Check tariffs instantly. Monitor supplier risk. Track carbon emissions. One API, one platform.
$ curl -X POST https://api.tradestack.io/v1/documents \
-H "Authorization: Bearer ts_live_abc123..." \
-F file=@bill_of_lading.pdf
{
"id": "doc_7f3a2b",
"status": "completed",
"document_type": "bill_of_lading",
"extracted_data": {
"shipper": "Shenzhen Electronics Co., Ltd",
"consignee": "AU Import Distributors Pty Ltd",
"port_of_loading": "Yantian (CNYAN)",
"port_of_discharge": "Melbourne (AUMEL)",
"hs_codes": ["8534.00"],
"gross_weight": {"value": 18500, "unit": "KG"}
}
} Cross-border trade is drowning in manual work
Manual document processing
Your team manually keys in data from hundreds of shipping documents every week. Bills of lading, invoices, packing lists — all typed by hand.
Fragmented trade compliance
Checking tariffs means navigating 10 different government websites in 5 languages. One mistake costs thousands in unexpected duties.
Invisible supplier risk
A supplier problem becomes your problem — after it's too late. No early warnings, no continuous monitoring, no visibility.
TradeStack turns your trade operations from reactive to intelligent.
How it works
Connect
Get your API key in 60 seconds. Send your first document with 3 lines of code.
Process
TradeStack extracts data, checks compliance, scores suppliers, and calculates emissions — automatically.
Act
Get structured data via API or dashboard. Set up alerts for what matters. Generate compliance reports with one click.
Built for developers. Loved by operations teams.
import tradestack
client = tradestack.Client("ts_live_...")
# Upload and process a document
doc = client.documents.create(
file="bill_of_lading.pdf"
)
print(doc.extracted_data.shipper)
# "Shenzhen Electronics Co., Ltd"
print(doc.extracted_data.hs_codes)
# ["8534.00"] Built for the world's most complex trade region
Global players build for the US and EU first. We build for APAC first — because that's where the complexity is.
10 APAC countries at launch
RCEP + ASEAN ATIGA coverage
English docs at launch, CJK coming Q2
Expanding to 20+ countries
Start free. Scale as you grow.
No credit card required. More modules and bundle pricing coming soon.
Your trade data is safe with us
Stop keying in shipping data by hand
Join the waitlist and be first to automate your trade operations.