# Scrape Intrastate Trucking Carriers - FMCSA

**Use case:** 

Extract intrastate trucking carriers by state from the FMCSA registry with company name, phone, email, physical address, fleet size and USDOT number.

## Input

```json
{
  "mode": "carriers",
  "states": [
    "CA"
  ],
  "carrierOperation": "Intrastate Non-Hazmat",
  "hazmatOnly": false,
  "activeOnly": true,
  "includeEmail": true,
  "enrichAuthority": true,
  "maxResults": 1000,
  "maxResultsPerState": 0,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorStoreName": "fmcsa-trucking-monitor",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "dotNumber": {
    "label": "USDOT"
  },
  "legalName": {
    "label": "Carrier"
  },
  "operationType": {
    "label": "Operation"
  },
  "status": {
    "label": "Status"
  },
  "phone": {
    "label": "Phone"
  },
  "physicalAddress": {
    "label": "Address"
  },
  "powerUnits": {
    "label": "Trucks"
  },
  "totalDrivers": {
    "label": "Drivers"
  },
  "registrationDate": {
    "label": "Registered"
  },
  "ageInDays": {
    "label": "Age (days)"
  },
  "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.