# Monitor newly registered trucking carriers

**Use case:** 

Get only brand-new carriers each run: legal name, USDOT#, MC#, phone, email, address and registration date. Pair with a daily schedule for a new-authority feed.

## Input

```json
{
  "mode": "carriers",
  "states": [
    "GA"
  ],
  "carrierOperation": "Any",
  "registeredAfter": "2026-06-01",
  "hazmatOnly": false,
  "activeOnly": true,
  "includeEmail": true,
  "enrichAuthority": true,
  "maxResults": 1000,
  "maxResultsPerState": 0,
  "deduplicateResults": true,
  "monitorMode": true,
  "monitorStoreName": "fmcsa-trucking-monitor",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "dotNumber": {
    "label": "USDOT"
  },
  "mcNumber": {
    "label": "MC #"
  },
  "legalName": {
    "label": "Carrier"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "physicalAddress": {
    "label": "Address"
  },
  "operationType": {
    "label": "Operation"
  },
  "powerUnits": {
    "label": "Trucks"
  },
  "registrationDate": {
    "label": "Registered"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [FMCSA Trucking Scraper - Motor Carriers, Authority & Leads](https://apify.com/scrapesage/fmcsa-trucking-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/fmcsa-trucking-scraper) to learn more, explore other use cases, and run it yourself.