# DAT Capacity Monitor

**Use case:** 

Monitor DAT reefer and flatbed load-to-truck ratios, state capacity signals, regional rates, and market trend changes.

## Input

```json
{
  "equipmentTypes": [
    "REEFER",
    "FLATBED"
  ],
  "datasets": [
    "snapshotTrends",
    "loadTruckHistory",
    "stateLoadTruckRatios",
    "regionalRates",
    "fuelPrice"
  ],
  "maxItems": 300,
  "includeRawData": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "equipmentType": {
    "label": "Equipment"
  },
  "metric": {
    "label": "Metric"
  },
  "period": {
    "label": "Period"
  },
  "periodType": {
    "label": "Period type"
  },
  "rateType": {
    "label": "Rate type"
  },
  "country": {
    "label": "Country"
  },
  "regionCode": {
    "label": "Region code"
  },
  "regionName": {
    "label": "Region"
  },
  "stateCode": {
    "label": "State/province"
  },
  "stateCodes": {
    "label": "States in region"
  },
  "loadCount": {
    "label": "Loads"
  },
  "truckCount": {
    "label": "Trucks"
  },
  "loadToTruckRatio": {
    "label": "Load-to-truck ratio"
  },
  "rateUsd": {
    "label": "Linehaul rate USD"
  },
  "fuelSurchargeUsd": {
    "label": "Fuel surcharge USD"
  },
  "allInRateUsd": {
    "label": "All-in rate USD"
  },
  "fuelPriceUsdPerGallon": {
    "label": "Fuel $/gal"
  },
  "percentChange": {
    "label": "% change"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "rawData": {
    "label": "Raw data"
  }
}
```

## About this Actor

This example demonstrates how to use [DAT Freight Rates Scraper](https://apify.com/automation-lab/dat-freight-rates-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/dat-freight-rates-scraper) to learn more, explore other use cases, and run it yourself.