Global Trade Intelligence Platform
Search 800M+ Shipment Records
Bill of lading · Customs manifests · 190+ countries · Real-time data
847M+
Shipments
190+
Countries
2.1M+
Companies
5,200+
Ports
Daily
Updates
Total Shipments
14,832
↑ 12.4% vs prior
Total Value
$2.84B
↑ 8.7%
Avg Shipment
$191K
↓ 3.2%
Suppliers
342
↑ 5.1%
Trade Lanes
89
↓ 2.1%
Shipment Records 14,832 results
| Date | Shipper | Consignee | HS Code | Product | Origin | Dest | Weight KG | Value USD | TEU | Type |
|---|
Showing 1–25 of 14,832
...
Analytics Engine
Trade Trends & Seasonality
Identify patterns, seasonal peaks, and logistical shifts across products and trade lanes
YTD Import Volume
$3.14T
↑ 8.2%
YTD Export Volume
$2.89T
↑ 6.4%
Container Rate FBX
$2,840
↓ 4.2%
Active Vessels
5,842
↑ 1.2%
Shipment Volume — 2024 vs 2023
Monthly comparison, all product categories
Top Origin Countries
By shipment value, current period
HS Code Distribution
Top product categories by value
Seasonality Heatmap — Apparel HS 6110
52-week shipment intensity · 2024
Low
High
Monthly Seasonality Average
3-year average volume by month
Trade Lane Analysis
| Trade Lane | Shipments | Value USD | YoY Change | Trend |
|---|
AP
Shipments
14,832
↑ 12% YoY
Total Value
$284B
↑ 8.7% YoY
Suppliers
342
+18 new
Top Origin
🇨🇳 China
62% of imports
Top HS
8471.30
Laptops
Avg Lead Time
18.4d
Ocean freight
Most Active Port
Los Angeles, CA
Avg Shipment Size
4.2 TEU
Peak Month
September
| Date | Shipper | HS Code | Product | Origin | Value | Weight | Port |
|---|
Trade Network Map — 89 active trade lanes
Connect MarineTraffic API for live vessel tracking
AI-Powered Opportunity Detection
Trade Leads & Market Opportunities
Algorithmically scored leads based on shipment patterns, market gaps, and seasonal signals
Active Leads 247 opportunities
Competitive Intelligence
Market Share & Supplier Networks
Identify competitor supply chains, shared suppliers, and market position shifts over time
Market Share — Electronics HS 8471
US Market 2024 vs 2023
Supply Chain Diversification
Index vs top competitors
Competitor Rankings By Import Value
IXIntel AI Agent Suite
5 Specialized AI Agents — Live
Purpose-built agents powered by Claude · Mixed Sonnet 4.6 / Opus 4.6 model strategy · Monitor, respond, analyze, and defend
CyberGuard
98.7%
Threat block rate
CustomerAI
1,284
Resolved today
DataPulse
847
Reports generated
SiteKeeper
99.94%
Uptime maintained
TradeScout
247
Leads identified
Agent Command Console
Chat directly with any agent · Powered by Claude AI
Connecting...
CyberGuard AI Agent — Active
Cybersecurity Command Center
Real-time threat monitoring · Intrusion detection · Automated defense · Powered by Claude AI
Active Threats
2
⚠ Investigating
Blocked Today
4,821
↑ 3.2%
Request Rate
2,847/s
Normal
Failed Logins
187
↑ 22% flagged
SSL Grade
A+
All certs valid
Uptime
99.94%
30-day avg
Live Firewall Activity — Last 24 Hours
Brute Force Attempts
187
IP: 103.21.244.x — Auto-blocked
Suspicious Crawlers
42
Rate-limiting applied
DDoS Mitigation
Active
Cloudflare layer: OK
SQL Injection Attempts
14
WAF rules triggered
Data Encryption
AES-256
All endpoints TLS 1.3
Geo-blocked Regions
12
High-risk IPs blocked
Live Security Event Stream Real-time
🛡 CyberGuard Quick Actions
DataPulse AI Agent — Active
Platform Metrics & Performance
Real-time platform analytics, user behavior, revenue tracking, and data pipeline health
Active Users
12,847
↑ 18.4%
MRR
$284K
↑ 12.1%
API Calls Today
4.2M
↑ 6.7%
Avg Response
142ms
↓ 8ms
Data Freshness
2.4h
On schedule
Support Tickets
34
↑ 8%
Revenue & Subscriptions — 12 Month Rolling
MRR by subscription tier
Users by Plan
Active subscribers
API Performance P95
Response time last 24h
Data Pipeline Health
Ingest job status
Geographic User Distribution
Active sessions by country
Remote Management
Mobile Command Center
Manage all AI agents, monitor security, and control your platform from anywhere
Live Preview — Mobile App
◈ IXIntel
LIVE
Platform Overview
Users
12.8K
MRR
$284K
Uptime
99.94%
Threats
2
AI Agents
🛡 CyberGuard
2 threats active
💬 CustomerAI
3 active chats
📊 DataPulse
Running report
⚙ SiteKeeper
All systems OK
🔍 TradeScout
Scanning leads
Security Alerts
CRITICAL Brute force: 187 attempts — auto-blocking
WARN 42 suspicious crawlers detected
SSL certs valid · TLS 1.3 all endpoints
Quick Actions
🔒 Lock Platform
📊 Run Report
🛡 Security Scan
💬 View Tickets
⚙ Maintenance
📧 Send Alert
Mobile Remote Management Setup
Recommended Stack: Progressive Web App (PWA) + Telegram Bot (instant push alerts) + Twilio SMS fallback · No app store required · Works on any phone · ~30 min setup
1
Deploy as Progressive Web App (PWA)
This platform is PWA-ready. Host on Vercel or Netlify — users add it to their home screen like a native app with push notifications.
npm install -g vercel
vercel deploy --prod
# Or Netlify:
netlify deploy --prod --dir=./dist
vercel deploy --prod
# Or Netlify:
netlify deploy --prod --dir=./dist
📱 iOS/Android: visit URL → Share → "Add to Home Screen"
2
Set Up Telegram Bot for Push Alerts
Create a private Telegram bot for real-time security alerts, agent status, and remote commands — all from Telegram on your phone.
TELEGRAM_BOT_TOKEN=your_bot_token
TELEGRAM_CHAT_ID=your_chat_id
# Telegram commands:
/status /agents /security
/block [ip] /pause [agent] /report
TELEGRAM_CHAT_ID=your_chat_id
# Telegram commands:
/status /agents /security
/block [ip] /pause [agent] /report
⚡ Message @BotFather on Telegram → /newbot to get started
3
Configure Agent Webhook Endpoints
Each AI agent exposes a secure REST API. Your mobile app and Telegram bot call these to get status, send commands, or trigger actions.
POST /api/agent
{ agentId, message, history }
GET /health
GET /api/status
{ agentId, message, history }
GET /health
GET /api/status
🔐 All endpoints require JWT auth — configured in your .env file
4
SMS Fallback via Twilio (Optional)
CyberGuard auto-escalates CRITICAL severity events to SMS when Telegram is unavailable.
TWILIO_SID=your_account_sid
TWILIO_TOKEN=your_auth_token
ADMIN_PHONE=+1your_number
TWILIO_TOKEN=your_auth_token
ADMIN_PHONE=+1your_number
💡 CRITICAL threats trigger SMS automatically — no setup beyond adding credentials
Watchlist & Monitoring
Trade Alerts & Notifications
Real-time alerts on shipments, supplier changes, security events, and market movements
Recent Alerts 12 new
Multi-Tier Subscription Platform
IXIntel OS Pricing
From solo traders to global enterprises · All plans include AI agents · Annual billing saves 20%
Monthly
Annual SAVE 20%
Tier 1
Starter
$49/mo
For solo traders and researchers exploring global trade data
- 500 shipment searches/month
- 30-day data history
- US import/export data
- Basic company profiles
- CSV export (500 rows)
- DataPulse Agent (read-only)
- Global multi-country data
- AI Trade Leads
- CyberGuard security
- Mobile Command Center
- API access
MOST POPULAR
Tier 2
Professional
$199/mo
For importers, exporters, and sourcing teams needing full intelligence
- Unlimited shipment searches
- 5-year data history
- Global data (190+ countries)
- Full company profiles
- Unlimited CSV/Excel export
- DataPulse + TradeScout Agents
- AI Trade Leads (50/month)
- Competitor intelligence
- Seasonality analysis
- 1,000 API calls/month
- CyberGuard security agent
- Mobile Command Center
Tier 3
Business
$599/mo
For trading companies, 3PLs, and teams needing AI agents and security
- Everything in Professional
- 10-year historical data
- All 5 AI Agents (full access)
- CyberGuard security monitoring
- CustomerAI support agent
- SiteKeeper maintenance agent
- Unlimited trade leads
- Mobile Command Center
- Telegram + SMS alerts
- 10 team seats
- 50,000 API calls/month
- Priority support (4h SLA)
Tier 4
Enterprise
Custom
For banks, governments, freight forwarders, and large enterprises
- Everything in Business
- Custom data integrations
- White-label platform option
- Custom AI agent development
- Dedicated infrastructure
- Unlimited seats & API
- SOC2 / GDPR compliance
- On-premise deployment option
- Custom data retention
- 24/7 dedicated support
- 99.99% uptime SLA
- Custom model fine-tuning
AI Agent Availability by Plan
🛡 CyberGuard — Security Agent
Real-time threat detection · DDoS mitigation · Intrusion response · Business+
💬 CustomerAI — Support Agent
Handles inquiries, onboarding, billing questions · Business+
📊 DataPulse — Analytics Agent
Automated reports, anomaly detection, KPI alerts · All plans
⚙ SiteKeeper — Maintenance Agent
Performance monitoring, cache, DB optimization · Business+
🔍 TradeScout — Intelligence Agent
Lead identification, market gaps, seasonal alerts · Professional+
📱 Mobile Command Center
Remote agent management, Telegram alerts, SMS fallback · Business+
Full Feature Comparison
| Feature | Starter $49 | Professional $199 | Business $599 | Enterprise |
|---|