# Regional Fuel Price Monitoring

**Use case:** 

Monitor AAA fuel prices across a region with state averages, historical comparisons, and metro-area fuel price records.

## Input

```json
{
  "stateCodes": [
    "CA",
    "AZ",
    "NV",
    "OR",
    "WA"
  ],
  "mode": "all",
  "includeMetroAreas": true,
  "includeHistoricalAverages": true,
  "maxItems": 250
}
```

## Output

```json
{
  "locationType": {
    "label": "Type",
    "format": "text"
  },
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "stateCode": {
    "label": "State",
    "format": "text"
  },
  "period": {
    "label": "Period",
    "format": "text"
  },
  "regularUsd": {
    "label": "Regular",
    "format": "number"
  },
  "midGradeUsd": {
    "label": "Mid-grade",
    "format": "number"
  },
  "premiumUsd": {
    "label": "Premium",
    "format": "number"
  },
  "dieselUsd": {
    "label": "Diesel",
    "format": "number"
  },
  "priceDate": {
    "label": "Price date",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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