# FMCSA New Motor Carrier Leads: New Authority, Email & Phone (`transparent_meteorite/fmcsa-new-carrier-leads`) Actor

Get this week's newly registered US trucking carriers (new USDOT/MC authority) with the owner's email and phone, straight from the official FMCSA record. Deduped across runs, exported to CSV, JSON, or webhook. Pay per result.

- **URL**: https://apify.com/transparent\_meteorite/fmcsa-new-carrier-leads.md
- **Developed by:** [Matthew Michels](https://apify.com/transparent_meteorite) (community)
- **Categories:** Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$12.00 / 1,000 new carrier record returneds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

![FMCSA New Motor Carrier Leads: new authority, owner email and phone](https://api.apify.com/v2/key-value-stores/9BAn0msnxToXlD9TO/records/fmcsa-banner.png)

## FMCSA New Motor Carrier Leads (with email + phone)

Get **newly registered US trucking carriers** the week they get their authority, with the
owner's **email and phone already included**, straight from the official FMCSA record. Built for
truck insurance agents, freight factoring, ELD/dashcam, and dispatch services who need to reach
new carriers in their first 30-90 days.

### What you get

- Carriers whose FMCSA authority was registered in the last N days (you choose the window)
- **Email and phone on the record** (no enrichment guesswork, no bounced patterns)
- USDOT number, legal name + DBA, physical and mailing address, fleet size (power units), driver
  and CDL counts, and the SAFER snapshot link
- Deduped by USDOT across runs, so a daily/weekly schedule only ever returns genuinely new carriers
- Clean CSV, JSON, or webhook into your CRM

### Why the contact data is good

These fields come from the carrier's own FMCSA filing, not a scrape-and-guess. On a live sample
of the 200 newest active carriers (measured June 2026): **100% had an email, 100% had a phone, and
100% of those emails were on a mailbox-accepting (MX-valid) domain.** Most are owner-operators on
a direct inbox, which is exactly who you want to reach.

### Who uses this

- **Truck insurance agents** working new authorities before the competition
- **Freight factoring** companies signing carriers early
- **ELD / dashcam / TMS vendors** onboarding new fleets
- **Dispatch services** building their carrier book

### Input

| Field | What it does |
|---|---|
| `states` | Limit to specific states (e.g. `["TX","MI"]`), or leave empty for all US |
| `daysBack` | Only carriers registered in the last N days (use 1-3 for a daily feed) |
| `onlyNewSinceLastRun` | Skip carriers returned in a previous run (clean recurring feed) |
| `requireEmail` | Only return carriers that have an email on file |
| `requirePhone` | Only return carriers that have a phone or cell on file |
| `carrierOperation` | `any`, `interstate`, or `intrastate` |
| `minPowerUnits` | Minimum fleet size |
| `maxResults` | Hard cap per run |
| `socrataAppToken` | Optional free Socrata token to dodge shared-pool throttling on big pulls |
| `webhookUrl` | Optional. POST each batch of leads to your endpoint as JSON |
| `webhookBatchSize` | Records per webhook POST (default 100) |

### Output (one row per carrier)

`legal_name, dba_name, usdot, email, phone, cell_phone, street, city, state, zip, mailing_*,
power_units, total_drivers, total_cdl, business_type, carrier_operation, carrier_operation_label,
registered_date, safer_url`

Grab it three ways: export the Apify dataset as **JSON / CSV / Excel**, pull it from the dataset
API, or set `webhookUrl` and we'll POST batches straight to your CRM as
`{ source, count, records: [...] }`. Phone numbers come back normalized to `+1XXXXXXXXXX`.

### Example output

One row per new carrier (sample, fields trimmed for readability):

```json
[
  {
    "legal_name": "RIO GRANDE HAULING LLC",
    "dba_name": null,
    "usdot": "4123987",
    "email": "dispatch@riograndehauling.com",
    "phone": "+19565550142",
    "cell_phone": "+19565550199",
    "city": "Pharr",
    "state": "TX",
    "power_units": 2,
    "total_drivers": 2,
    "business_type": "LLC",
    "carrier_operation_label": "Interstate",
    "registered_date": "20260618",
    "safer_url": "https://safer.fmcsa.dot.gov/query.asp?query_string=4123987"
  }
]
````

### Pricing

Pay per result. You're charged once per **new** carrier lead delivered (deduped by USDOT), so a
recurring schedule never bills you twice for the same carrier. Run it once to try it.

### Freshness

New carriers register with FMCSA every day (hundreds nationwide). Schedule this daily with
`daysBack: 2` and you get a steady flow of brand-new authorities with contact info, the moment
they go active.

### FAQ

#### How do I get new motor carrier leads every day?

Schedule the actor daily with `daysBack: 2` and `onlyNewSinceLastRun` on. You get only the carriers
that filed new authority since your last run, contact info included, no repeats.

#### Where does the FMCSA carrier data come from?

The official FMCSA carrier census (`data.transportation.gov`), public record, logged out. No gated
or personal-consumer data.

#### Are the carrier emails verified?

They're the email the carrier filed with FMCSA, and we confirm the domain accepts mail (MX-valid).
For hard inbox verification, run them through your own verifier or ask about an enriched tier.

#### Can I pull new carriers for just one state?

Yes, set `states` (e.g. `["TX","MI"]`). Leave it empty for all of the US.

#### Will it return the same carrier twice?

No. It dedupes by USDOT across runs, so a recurring schedule only ever shows genuinely new authorities.

### About

Built and maintained by a team that runs lead pipelines daily. Questions or a broken field? We
respond fast in the Issues tab.

# Actor input Schema

## `states` (type: `array`):

Limit to these states, e.g. \["MI","TX"]. Leave empty for all US states.

## `daysBack` (type: `integer`):

Only return carriers whose FMCSA add\_date is within the last N days. Use a small number (1-3) for a daily fresh feed.

## `onlyNewSinceLastRun` (type: `boolean`):

Skip any carrier (by USDOT number) already returned in a previous run of this actor. Turn this on for a clean recurring feed.

## `requireEmail` (type: `boolean`):

Drop records that have no email on file. ~100% of brand-new carriers have one.

## `requirePhone` (type: `boolean`):

Drop records that have no phone or cell on file.

## `carrierOperation` (type: `string`):

Filter by how the carrier operates.

## `minPowerUnits` (type: `integer`):

Only carriers with at least this many trucks. 0 = no minimum. Most new authorities are 1-5 trucks.

## `maxResults` (type: `integer`):

Hard cap on records returned this run.

## `socrataAppToken` (type: `string`):

Free Socrata app token (data.transportation.gov) to avoid shared-pool throttling on big or frequent pulls. Can also be set via the SOCRATA\_APP\_TOKEN env var.

## `webhookUrl` (type: `string`):

If set, delivered leads are POSTed here as JSON in batches: { source, count, records: \[...] }. Leave empty to only use the Apify dataset (JSON/CSV/Excel export).

## `webhookBatchSize` (type: `integer`):

How many records per webhook POST.

## Actor input object example

```json
{
  "states": [],
  "daysBack": 7,
  "onlyNewSinceLastRun": true,
  "requireEmail": true,
  "requirePhone": false,
  "carrierOperation": "any",
  "minPowerUnits": 0,
  "maxResults": 1000,
  "webhookUrl": "",
  "webhookBatchSize": 100
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "states": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("transparent_meteorite/fmcsa-new-carrier-leads").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "states": [] }

# Run the Actor and wait for it to finish
run = client.actor("transparent_meteorite/fmcsa-new-carrier-leads").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "states": []
}' |
apify call transparent_meteorite/fmcsa-new-carrier-leads --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=transparent_meteorite/fmcsa-new-carrier-leads",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "FMCSA New Motor Carrier Leads: New Authority, Email & Phone",
        "description": "Get this week's newly registered US trucking carriers (new USDOT/MC authority) with the owner's email and phone, straight from the official FMCSA record. Deduped across runs, exported to CSV, JSON, or webhook. Pay per result.",
        "version": "0.1",
        "x-build-id": "Pzx30QOFzIZ7RUkcS"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/transparent_meteorite~fmcsa-new-carrier-leads/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-transparent_meteorite-fmcsa-new-carrier-leads",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/transparent_meteorite~fmcsa-new-carrier-leads/runs": {
            "post": {
                "operationId": "runs-sync-transparent_meteorite-fmcsa-new-carrier-leads",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/transparent_meteorite~fmcsa-new-carrier-leads/run-sync": {
            "post": {
                "operationId": "run-sync-transparent_meteorite-fmcsa-new-carrier-leads",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "states": {
                        "title": "States (2-letter)",
                        "type": "array",
                        "description": "Limit to these states, e.g. [\"MI\",\"TX\"]. Leave empty for all US states.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "daysBack": {
                        "title": "New in the last N days",
                        "minimum": 1,
                        "maximum": 120,
                        "type": "integer",
                        "description": "Only return carriers whose FMCSA add_date is within the last N days. Use a small number (1-3) for a daily fresh feed.",
                        "default": 7
                    },
                    "onlyNewSinceLastRun": {
                        "title": "Only new since last run (deduped)",
                        "type": "boolean",
                        "description": "Skip any carrier (by USDOT number) already returned in a previous run of this actor. Turn this on for a clean recurring feed.",
                        "default": true
                    },
                    "requireEmail": {
                        "title": "Only carriers with an email",
                        "type": "boolean",
                        "description": "Drop records that have no email on file. ~100% of brand-new carriers have one.",
                        "default": true
                    },
                    "requirePhone": {
                        "title": "Only carriers with a phone",
                        "type": "boolean",
                        "description": "Drop records that have no phone or cell on file.",
                        "default": false
                    },
                    "carrierOperation": {
                        "title": "Carrier operation type",
                        "enum": [
                            "any",
                            "interstate",
                            "intrastate"
                        ],
                        "type": "string",
                        "description": "Filter by how the carrier operates.",
                        "default": "any"
                    },
                    "minPowerUnits": {
                        "title": "Minimum power units (fleet size)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only carriers with at least this many trucks. 0 = no minimum. Most new authorities are 1-5 trucks.",
                        "default": 0
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 1,
                        "maximum": 50000,
                        "type": "integer",
                        "description": "Hard cap on records returned this run.",
                        "default": 1000
                    },
                    "socrataAppToken": {
                        "title": "Socrata app token (optional)",
                        "type": "string",
                        "description": "Free Socrata app token (data.transportation.gov) to avoid shared-pool throttling on big or frequent pulls. Can also be set via the SOCRATA_APP_TOKEN env var."
                    },
                    "webhookUrl": {
                        "title": "Webhook URL (optional)",
                        "type": "string",
                        "description": "If set, delivered leads are POSTed here as JSON in batches: { source, count, records: [...] }. Leave empty to only use the Apify dataset (JSON/CSV/Excel export).",
                        "default": ""
                    },
                    "webhookBatchSize": {
                        "title": "Webhook batch size",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "How many records per webhook POST.",
                        "default": 100
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
