# DAT Van Rates Extractor

**Use case:** 

Extract public DAT van spot rates, contract rates, load-to-truck history, regional rates, and state demand ratios.

## Input

```json
{
  "equipmentTypes": [
    "VAN"
  ],
  "datasets": [
    "snapshotTrends",
    "nationalRates",
    "loadTruckHistory",
    "regionalRates"
  ],
  "maxItems": 150,
  "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.