DataScoop.io
Get a free key
Datasets / US trucking companies
Transport & logisticsLiveUS federal public record (FMCSA open data)

US trucking companies data

Preview it free. Your list for £4.99.

Every active motor carrier registered with the FMCSA (over two million trucking, hauling and bus companies), with USDOT and MC numbers, operating authority, fleet size, drivers, cargo carried and physical location. Pick a state or city, a fleet band and a cargo type, and have the list in your spreadsheet in a minute, or pull it straight into your code or your AI agent. Company-level only: no phone numbers, emails or officer names.

Loading live dataset...

State TX ▾
Fleet size 21-100 units ▾
Cargo Any ▾
us-trucking-companies.csv
Source: FMCSA Motor Carrier Census (data.transportation.gov), public record. Full results with a free key.

Or pull it straight into your code or your agent

cURLJavaScriptPythonMCP (Claude, ChatGPT, Cursor)
# Texas carriers running 21 to 100 power units, as CSV
curl "https://datascoop.io/v1/datasets/us-motor-carriers/query?\
  state=TX&fleetBand=21-100%20units&format=csv" \
  -H "Authorization: Bearer ds_your_key"
// # Texas carriers running 21 to 100 power units, as CSV
const res = await fetch("https://datascoop.io/v1/datasets/us-motor-carriers/query?state=TX&fleetBand=21-100%20units", {
  headers: { Authorization: "Bearer ds_your_key" }
});
const { rows, total, attribution } = await res.json();
# # Texas carriers running 21 to 100 power units, as CSV
import requests
r = requests.get("https://datascoop.io/v1/datasets/us-motor-carriers/query",
                 params={"state":"TX","fleetBand":"21-100 units"},
                 headers={"Authorization": "Bearer ds_your_key"})
rows = r.json()["rows"]
# Claude Code (one line; other clients on /agents)
claude mcp add --transport http datascoop https://datascoop.io/mcp \
  --header "Authorization: Bearer ds_your_key"

# Your agent then calls
query_dataset({ dataset: "us-motor-carriers", filters: {"state":"TX","fleetBand":"21-100 units"} })

Everything you need on every row

Organisational fields only. No personal contact lists.

legal nameDBA nameUSDOT numberMC numberstatusoperating authorityclassificationbusiness typecargo carriedhazmatphysical addresscitystateZIPpower unitsdriversCDL driversannual mileagesafety ratingregistered date
The deal

Preview it free. Pay only when you download.

Preview any state or city free. When the rows are right, your spreadsheet-ready file is £4.99, no account needed. Need new carriers every week, or the census in your app or agent? Pro gives you unlimited files, the full API and MCP.

£0
Preview
£4.99
Per export
£19/mo
Pro · unlimited
Filter & download

Source & licence

FMCSA Motor Carrier Census, published as a public record on the US DOT open-data portal and refreshed weekly. Company-level data only: the census's phone, fax, email and company officer fields are never included. DataScoop is independent and not affiliated with or endorsed by the FMCSA or US DOT.

Free lists and statistics for this dataset

See how many there are in each city, who runs them, and download the list for any area. All free.

Building something? Get a free API key.

Pull live FMCSA carrier data into your app or your AI agent in one call. Upgrade to Pro whenever you need unlimited files and full API and MCP access. Connect Claude, ChatGPT or Cursor.