Quotes, load matching, carrier payments, and rate API — all built on the same live data engine that updates every 15 minutes.
Post a load, get matched with verified carriers, and track your container from port gate-out to final delivery.
Access live load board, 2,800+ verified carriers, lane intelligence, and digital documentation — the complete broker toolkit.
Find drayage loads near your terminal, accept with one tap, and get paid within 48 hours of POD submission.
POST origin/destination/container — get back a fully itemised rate object in under 120ms. REST/JSON, sandbox included.
The DrayageRate API is a single POST endpoint. Drop in your origin, destination, container type, and weight — get back a fully itemised rate object your TMS can consume directly.
{
"origin": "Los Angeles, CA",
"destination": "Phoenix, AZ",
"container": "40HC",
"weight_lb": 38420,
"quote": {
"total_usd": 1842.50,
"valid_until": "2026-07-05T00:00:00Z",
"line_items": {
"base_rate": 1240.00,
"fuel_fsc": 221.80,
"chassis_fee": 148.00,
"port_thc": 132.00,
"accessorials": 100.70
}
}
}Free tier includes web quotes and PDF export across all 50+ ports. No credit card required.