# Transport FMCSA Carrier Census

**Use case:** 

Explore transport with FMCSA Carrier Census Scraper - USDOT Company Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "transport",
  "dotNumber": "",
  "state": "TX",
  "status": "A",
  "maxResults": 3
}
```

## Output

```json
{
  "dot_number": {
    "label": "Dot Number",
    "format": "text"
  },
  "legal_name": {
    "label": "Legal Name",
    "format": "text"
  },
  "dba_name": {
    "label": "Dba Name",
    "format": "text"
  },
  "status_code": {
    "label": "Status Code",
    "format": "text"
  },
  "business_type": {
    "label": "Business Type",
    "format": "text"
  },
  "carrier_operation": {
    "label": "Carrier Operation",
    "format": "text"
  },
  "authority_number": {
    "label": "Authority Number",
    "format": "text"
  },
  "hazmat": {
    "label": "Hazmat",
    "format": "text"
  },
  "power_units": {
    "label": "Power Units",
    "format": "number"
  },
  "truck_units": {
    "label": "Truck Units",
    "format": "number"
  },
  "drivers": {
    "label": "Drivers",
    "format": "number"
  },
  "physical_address": {
    "label": "Physical Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "record_url": {
    "label": "Record Url",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [FMCSA Carrier Census Scraper - USDOT Company Data](https://apify.com/benthepythondev/fmcsa-carrier-census-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/fmcsa-carrier-census-scraper) to learn more, explore other use cases, and run it yourself.