# Find owner-operator trucking leads with contacts

**Use case:** 

Target small fleets across states: legal name, USDOT#, phone, email, physical address, power units and drivers. Filter by max trucks for owner-operators.

## Input

```json
{
  "mode": "carriers",
  "states": [
    "CA",
    "TX",
    "FL"
  ],
  "carrierOperation": "Interstate",
  "hazmatOnly": false,
  "activeOnly": true,
  "maxPowerUnits": 5,
  "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"
  },
  "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.