DrayageRate
Platform overview

One platform.
Every drayage need.

Quotes, load matching, carrier payments, and rate API — all built on the same live data engine that updates every 15 minutes.

For Shippers

Instant drayage quotes & verified carriers

Post a load, get matched with verified carriers, and track your container from port gate-out to final delivery.

  • Live load board
  • Real-time container tracking
  • Digital BOL
  • Transparent all-in pricing
Learn more
For Brokers

Cover every drayage lane with confidence

Access live load board, 2,800+ verified carriers, lane intelligence, and digital documentation — the complete broker toolkit.

  • Live load matching
  • Carrier vetting & ratings
  • Route intelligence
  • Margin analytics
Learn more
For Carriers

More loads, faster pay, less deadhead

Find drayage loads near your terminal, accept with one tap, and get paid within 48 hours of POD submission.

  • Live load board access
  • 48h carrier payment
  • Fleet management
  • Compliance tools
Learn more
Rate API

Embed live drayage pricing in your TMS

POST origin/destination/container — get back a fully itemised rate object in under 120ms. REST/JSON, sandbox included.

  • 120ms avg response
  • Structured JSON rates
  • Sandbox credentials
  • Webhook repricing
Learn more
Compare plans

Starter. Pro. Enterprise.

Feature
Starter
Free
Pro
$49/mo
Enterprise
Custom
Web rate quotes
Quote PDF export
All 50+ ports
Rate API access
Quote history & analytics
Custom carrier contracts
White-label PDF branding
Webhook repricing alerts
SLA & dedicated support
API integration

Connect to your TMS or ERP in minutes.

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.

REST / JSONStandard HTTP, no SDK required
120ms avgP95 response time
Sandbox modeFree test credentials, no billing
Webhook alertsPush repricing on diesel index change
POST /v1/quote — response
{
  "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
    }
  }
}

Start with any plan. Upgrade when you scale.

Free tier includes web quotes and PDF export across all 50+ ports. No credit card required.