Predictive AI Logistics Platform
FreightPulse monitors vessel positions, port congestion, weather systems and carrier patterns — predicting delays up to 48 hours before carriers detect them.
Free forever · No credit card · Up to 50 shipments/month
48h early warning
Port · weather · vessel
Typhoons · storms · ice
Price + reliability ranked
By route & season
Six intelligence modules — from live weather to port congestion to carrier reliability — all feeding one predictive AI engine.
Enter any BL or container ID. AI predicts early or late 48h in advance with the cause and recommended action.
Try tracking →Real-time stream of every detected deviation — port congestion spikes, speed anomalies, route changes, customs holds.
View live feed →Typhoons, Pacific storms, Arctic ice tracked 5–7 days ahead. Rerouting alerts fire before vessels are affected.
Monitor weather →Know which carriers perform on which routes. Scored across OTIF, ETA accuracy, documentation quality, and transit consistency.
View index →Compare rates across 20+ carriers for any lane. AI ranks by price + reliability — best value, not just lowest price.
Search rates →Red Sea alerts, port strikes, customs disruptions — all mapped to your active shipments in real time.
View risk map →Enter a BL number, container ID, or booking reference. AI predicts early or late in seconds.
Filter by specific origin → destination port pair, departure month, and mode. Scores built from 4.2M shipments.
Click a carrier
for full breakdown
Compare rates across 20+ carriers. AI ranks by price + reliability — best value, not just cheapest.
Enter origin, destination and container type above to search live rates
Live deviation feed, weather routing, port congestion index and geopolitical risk — all mapped to your active shipments. Updated every 15 minutes.
TD-04 intensifying. 55kn winds. Category 1 likely within 48h. Rerouting advisory for 3 vessels.
Deep low pressure. Swell 6–9m. Minor speed reductions on Asia–US West Coast routes.
Calm, 10–15kn NNW winds. No weather delays expected. Geopolitical monitoring active.
Active low-pressure. Swell 4–6m. Minor delays on Europe–US trades, 6–12h ETA impact.
Maritime security alerts in effect. 50nm exclusion zone. Convoy routing recommended.
48h strike action threatened from Mar 26. Pre-positioning cargo advised.
PLA Navy exercises Mar 25–28. 4–8h schedule buffers advised for transiting vessels.
Portbase maintenance Mar 25 02:00–06:00 UTC. 2–4h processing delays in window.
Gatun Lake back to operational threshold. All neo-Panamax locks at full capacity.
TD-04 intensifying faster than forecast. AI recommends proactive reroute for FP-8430, FP-7291, FP-9055 — adds ~4 days but avoids 6–10 day storm delay.
Vessels delayed at Port Said will arrive Hamburg ~2.1 days late. Pre-clearing now saves 4–6h at port. Affects 4 active shipments due Jun 18–22.
Favourable winds pushing vessel at 14kn vs 12kn planned. FP-8821 arriving Jun 12, two days early. Customer can be notified for early delivery planning.
Maersk reliability on CNNGB→NLRTM has risen 4pts in 90 days (now 93). Your current carrier Evergreen (81) has declined 2pts. Switching 30% of volume could improve OTIF ~12pts.
PLA exercises Mar 25–28 restrict certain lanes. Carriers implementing 4–8h buffers. Recommended: use Busan–Yokohama route or book by Mar 24 to secure existing slots.
Spot market softened due to overcapacity on Asia–Europe Q2. Current avg $2,940 vs 30-day avg $3,190. Locking in rates now could save $250/container vs waiting.
FP-9387, FP-8102, FP-7990 can reduce carbon footprint 18 tonnes (12%) via Germany rail leg. Same delivery window. ESG report auto-updated.
Integrate shipment tracking, carrier reliability scores and live freight rates directly into your CRM, TMS or custom application. REST + JSON. All plans include API access.
Returns real-time shipment position, milestones and AI-predicted ETA with confidence score.
| Parameter | Type | Required | Description |
|---|---|---|---|
| reference | string | required | BL number, container ID or booking reference |
| type | string | bl | container | booking | awb |
// cURL curl -X GET "https://api.freightpulse.io/v1/track?reference=MAEU-8821399" \ -H "Authorization: Bearer fp_live_your_key"
{
"status": "in_transit",
"prediction": {
"verdict": "early",
"eta_predicted": "2026-06-12",
"delta_hours": -22,
"confidence": 0.94,
"cause": "favourable_winds"
}
}curl "https://api.freightpulse.io/v1/reliability?carrier=MAEU&origin=SGSIN&destination=NLRTM" \ -H "Authorization: Bearer fp_live_your_key"
{
"carrier": "Maersk Line",
"overall_score": 92,
"route_score": 94,
"breakdown": {
"otif": 95.8, "eta_accuracy": 97.2,
"documentation": 91.0
}
}curl "https://api.freightpulse.io/v1/rates?origin=CNSHA&destination=NLRTM&container=40HC"{
"results": [
{ "carrier": "Maersk", "rate_usd": 3200,
"reliability_score": 92, "ai_recommended": true }
],
"ai_best_value": "Maersk"
}curl -X POST "https://api.freightpulse.io/v1/alert-webhook" \ -d '{ "url": "https://your-crm.com/hooks/fp", "events": ["delay_detected", "eta_changed"], "threshold_hours": 4 }'
Native connectors push shipment status, AI predictions and carrier scores directly into your existing tools — no code required for common platforms.
No per-seat traps. One workspace price. Deploy on Netlify for $0. Total launch cost: $12/year for a domain.