v1
latestOpenAPI 3.1.02026-07-13255378.3 KBAdvanced filtered carrier search
Filtered search with include/exclude conditions, geo-radius search, sorting, and field projection. No company name required — filter by state, fleet size, cargo type, technology, authority status, revenue, and more.
post/v1/carriers/query
Request body
Example request
{
"include": {
"state": "TX",
"power_units": {
"min": 50
},
"cargo_type": [
"Van",
"Reefer"
],
"operating_authority_status": "Active",
"location": {
"latitude": 29.76,
"longitude": -95.37,
"radius_miles": 100
}
}
}Response
Paginated, optionally field-projected carrier results