# AAA State Fuel Price Averages

**Use case:** 

Collect current AAA state fuel price averages for selected states with fuel-grade breakdowns and comparison fields.

## Input

```json
{
  "stateCodes": [
    "FL",
    "GA",
    "NC",
    "SC"
  ],
  "mode": "stateAverages",
  "includeMetroAreas": false,
  "includeHistoricalAverages": false,
  "maxItems": 50
}
```

## 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.