Trade intelligence for companies moving goods across borders

Automate shipping documents. Check tariffs instantly. Monitor supplier risk. Track carbon emissions. One API, one platform.

terminal
$ 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"}
  }
}
Powered by data from WTO RCEP ASEAN UN COMTRADE

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

1

Connect

Get your API key in 60 seconds. Send your first document with 3 lines of code.

2

Process

TradeStack extracts data, checks compliance, scores suppliers, and calculates emissions — automatically.

3

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.

OpenAPI spec included
Webhook support
High availability
Sub-second lookups
Read the docs →
Python
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.

Starter

Free/month

50 documents/month

Get Started

Growth

From $199/month

2,000 documents/month

Start Free Trial

Scale

From $499/month

6,000 documents/month

Contact Us

No credit card required. More modules and bundle pricing coming soon.

Your trade data is safe with us

Data encrypted at rest (AES-256) and in transit (TLS 1.3)
Multi-tenant isolation — your data is never visible to other customers
SOC 2 Type II in progress
Data residency: Singapore (ap-southeast-1) primary
Read our security practices →

Stop keying in shipping data by hand

Join the waitlist and be first to automate your trade operations.