# Analyze Top 50 US Metro Area Fuel Prices

**Use case:** 

Extract current regular fuel prices for the 50 largest metropolitan areas across the US, filtered by a price range. This provides a broad overview of major urba

## Input

```json
{
  "mode": "metro",
  "states": [],
  "fuelTypes": [
    "regular"
  ],
  "includeHistory": false,
  "minPrice": 3,
  "maxPrice": 4.5,
  "primaryFuelType": "regular",
  "sortBy": "price_desc",
  "includeChangeMetrics": false,
  "metroNameFilter": [],
  "maxItems": 50
}
```

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