The Matching Engine: How Loadwyre Works
From load ingestion to carrier match in under 90 seconds — here is what happens inside.
The Matching Pipeline
Load Ingestion
Load data enters Loadwyre through three channels depending on your setup:
Scoring Algorithm
Five dimensions, scored in parallel for every opted-in carrier in the capacity graph:
How Carriers Join the Network
The capacity graph is an opted-in network of asset carriers who have shared their lane preferences, equipment availability, and capacity windows with Loadwyre.
This is not an open load board. Carriers don't bid on individual loads. They publish lane preferences and let the matching algorithm surface them to the right broker at the right time.
Built for TMS Integration
Your TMS pushes a load. Loadwyre returns a ranked carrier list in the same session.
POST /api/v1/match Authorization: Bearer <api_key> Content-Type: application/json { "load_id": "LWY-2026-04821", "origin": { "city": "Chicago", "state": "IL", "pickup_window": "2026-04-08T08:00/12:00" }, "destination": { "city": "Atlanta", "state": "GA" }, "equipment": "DRY_VAN_53", "weight_lbs": 42000, "target_rate_usd": 2450 } ── Response (62ms) ────────────────────── { "load_id": "LWY-2026-04821", "match_time_ms": 62, "matches": [ { "carrier_id": "CAR-00291", "carrier_name": "Hartfield Transport", "match_score": 87, "rate_usd": 2400, "accept_rate": 0.80 }, { "carrier_id": "CAR-00517", "carrier_name": "Redwood Freight Inc", "match_score": 82, "rate_usd": 2475, "accept_rate": 0.75 }, { "carrier_id": "CAR-00884", "carrier_name": "Vance Trucking LLC", "match_score": 74, "rate_usd": 2380, "accept_rate": 0.68 } ] }
See the Matching Engine in Action
Request a 30-minute demo — we will walk your team through a live load matching session.
Request a Demo