Built by a freight broker, for freight brokers and dispatchers. Parses rate confirmations, BOLs, and carrier packets into structured fields you can drop straight into your TMS, Telegram bot, or accounting export. No more copy-pasting.
Load #, broker MC, carrier MC, pickup/delivery cities + dates, commodity, weight, equipment, agreed rate, fuel, total, terms, instructions.
BOL #, shipper, consignee, items (with class + NMFC), weight, freight terms, declared value, special handling.
MC/DOT, EIN, dispatch contacts, accounting, remit-to, insurance amounts, expirations, W9 on file, authority status.
{
"load_number": "1100423",
"broker_name": "Munda Logistics LLC",
"broker_mc": "MC-1234567",
"carrier_name": "Diaz Trucking Inc",
"carrier_mc": "MC-987654",
"pickup_location": "Miami, FL",
"pickup_date": "2026-04-30",
"delivery_location": "Atlanta, GA",
"delivery_date": "2026-05-01",
"commodity": "Frozen produce",
"weight_lbs": 42000,
"equipment_type": "Reefer 53'",
"agreed_rate_usd": 2400,
"fuel_surcharge_usd": 180,
"total_rate_usd": 2580,
"payment_terms": "Net 30",
"special_instructions": "Driver must check in at gate 4."
}