# FMCSA Schneider Carrier Records Scraper

**Use case:** 

Scrape FMCSA SAFER carrier safety records matching Schneider with USDOT number, operating status, address, power units, and safety rating. Export to CSV.

## Input

```json
{
  "companyName": "schneider",
  "maxItems": 50
}
```

## Output

```json
{
  "legalName": {
    "label": "Legal Name",
    "format": "text"
  },
  "dotNumber": {
    "label": "USDOT",
    "format": "text"
  },
  "operatingStatus": {
    "label": "Status",
    "format": "text"
  },
  "entityType": {
    "label": "Entity Type",
    "format": "text"
  },
  "physicalAddress": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "powerUnits": {
    "label": "Power Units",
    "format": "number"
  },
  "drivers": {
    "label": "Drivers",
    "format": "number"
  },
  "safetyRating": {
    "label": "Safety Rating",
    "format": "text"
  },
  "totalCrashes": {
    "label": "Total Crashes",
    "format": "number"
  },
  "mcs150FormDate": {
    "label": "MCS-150 Date",
    "format": "text"
  },
  "outOfServiceDate": {
    "label": "Out of Service Date",
    "format": "text"
  },
  "snapshotUrl": {
    "label": "SAFER URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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