# Monitor US Diesel Prices Daily for Logistics

**Use case:** 

Track national average diesel prices daily to optimize shipping costs and fuel purchasing strategies. Gain a competitive edge by adapting to market fluctuations

## Input

```json
{
  "mode": "national",
  "states": [],
  "fuelTypes": [
    "diesel"
  ],
  "includeHistory": true,
  "primaryFuelType": "regular",
  "sortBy": "state_asc",
  "includeChangeMetrics": true,
  "metroNameFilter": [],
  "maxItems": 500
}
```

## Output

```json
{
  "scope": {
    "label": "Scope"
  },
  "state": {
    "label": "State"
  },
  "metro": {
    "label": "Metro"
  },
  "regular": {
    "label": "Regular"
  },
  "midGrade": {
    "label": "Mid grade"
  },
  "premium": {
    "label": "Premium"
  },
  "diesel": {
    "label": "Diesel"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Fuel Prices Scraper](https://apify.com/crawlerbros/fuel-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/fuel-prices-scraper) to learn more, explore other use cases, and run it yourself.