# Compare Premium Fuel Prices by State for Market Analysis

**Use case:** 

Scrape and compare premium fuel prices across all US states to identify regional pricing trends and market opportunities. This data is crucial for market resear

## Input

```json
{
  "mode": "state",
  "states": [],
  "fuelTypes": [
    "premium"
  ],
  "includeHistory": true,
  "primaryFuelType": "regular",
  "sortBy": "price_desc",
  "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.