New carrier registrations — every new DOT, the day after it's granted.
FMCSA grants 200 to 400 new carrier authorities every day. CarrierOk delivers every one in a daily CSV with the contact details from the filing, ready for your CRM, and any DOT can be enriched to 300+ fields through the profile API.
New carriers reach the FMCSA record continuously as authority is granted. CarrierOk returns each new registrant with contact data and the full profile, filterable by state, entity type and equipment, through the API, the directory, or a daily file.
- The volume
- 15,987 new USDOT registrations landed in the 30 days before 2026-09-10, and 5,583 operating-authority grants in 2026-08, about 266 on a business day.
- What each record carries
- Identity, domicile, contact details, equipment and entity type, plus the same risk fields as any other profile once the record has a safety history.
- Filtering
- By state, entity type, equipment class and authority status, so a list is the carriers you would actually call rather than everything filed that week.
- Three doors
- The REST API for your own system, the directory for lists your team works, and a daily file for teams that load it into their own warehouse.
- Why it matters
- A new registrant has no incumbent vendor relationships yet, which is why the first call tends to win the account.
From authority grant to your outreach queue.
A new carrier needs insurance, factoring, and freight from day one. The feed puts every new grant in your hands the next day, with the phone and email from the filing already on the row.
Then qualify before you dial: enrich each DOT with GET /v2/profile and hold back the ones that fail your checks, whether that’s a High risk tier, no liability insurance on file yet, or a fleet below your floor.
A daily feed of new DOTs, enriched on demand.
Pull today’s new registrants from the CSV, then qualify each DOT with GET /v2/profile (risk tier, insurance on file, fleet size) before it reaches your outreach queue.
# 1) The New Registrants feed arrives daily as a CSV export.
# Read today's file — sample columns shown in the response panel.
head -3 new_registrants_2026-09-05.csv
# 2) Enrich any new DOT to 300+ fields with the profile API
curl "https://api.carrierok.com/v2/profile?dot_number=4219102" \
-H "Authorization: Bearer YOUR_API_KEY"dot_number,docket,legal_name,physical_address_state,entity_type_desc,total_power_units,phone,email,authority_grant_date
4219102,MC1521901,PINEY WOODS CARRIERS LLC,TX,Carrier,2,936-555-0164,office@pineywoodscarriers.com,2026-09-05
4219087,MC1521888,BLUEBONNET REFRIGERATED FREIGHT INC,TX,Carrier,5,972-555-0341,pnguyen@bluebonnetreefer.com,2026-09-05
4219064,MC1521866,DALLAS FLATBED SOLUTIONS LLC,TX,Carrier,3,214-555-0891,dispatch@dallasflatbed.com,2026-09-05Who uses the feed.
Every new motor carrier authority is a prospect who needs services immediately. These are the teams building on top of new registration data.
Freight factoring companies
Freight Factoring Prospecting
New carriers need factoring from day one: they have invoices to collect before they have established bank relationships. The feed is a daily list of warm prospects at the moment of maximum need, delivered while the registration is still fresh.
Insurance MGAs & direct writers
Commercial Auto Insurance Lead Gen
New motor carrier authorities are a reliable, recurring pipeline of commercial auto prospects, and every new authority needs coverage before operating. Reach them with contact details, state, and fleet size already in hand for quoting.
Freight brokers & 3PLs
New Entrant Risk Screening
New entrants are the highest-risk segment in any carrier network. Enrich each new DOT from the feed with GET /v2/profile: lookups by phone, address, or EIN surface prior registrations that share contact data, and each profile carries the named risk signals behind chameleon carrier detection. Know before you tender a load.
Logistics platforms & analysts
Market Intelligence & Capacity Forecasting
Track new carrier formation rates by state, entity type, and fleet size. Identify emerging capacity trends before they show up in rate indices. New registration data, aggregated by geography and fleet size, is a leading indicator of capacity changes in regional freight markets.
The core columns.
Every DOT in the feed can be enriched to 300+ fields (safety BASICs, ISS, insurance, risk signals) with a GET /v2/profile call.
| Column | Type | Description |
|---|---|---|
| dot_number | string | FMCSA-assigned DOT number for the newly registered carrier. |
| docket | string | empty | MC/FF docket number if the carrier applied for interstate operating authority. |
| legal_name | string | Carrier's legal entity name as registered with FMCSA. |
| physical_address_state | string | Two-letter state code of the carrier's principal place of business. |
| entity_type_desc | string | Entity type: Carrier, Broker, or Freight Forwarder. |
| total_power_units | string | Number of power units (trucks) reported in the registration. |
| phone | string | empty | Contact phone number from the FMCSA registration filing. |
| string | empty | Contact email address from the FMCSA registration filing. | |
| authority_grant_date | ISO 8601 date | Date FMCSA granted the operating authority. |
How the feed is priced.
The feed is scoped per use case with the data team, and evaluation starts with a real sample file, so you see exactly what lands in your pipeline before you buy. Enriching new DOTs through the profile API is pay-as-you-go, and the full bulk dataset is its own product.
New Carrier Registrations Feed: Frequently Asked Questions
Start with a sample of the feed.
Every new authority, daily, with contact details from the filing. Evaluate the real file before you buy.
