# Track California Fuel Prices Weekly for Regional Insight

**Use case:** 

Monitor regular and mid-grade fuel prices specifically for California, including historical data from the past week. This insight is invaluable for businesses o

## Input

```json
{
  "mode": "state",
  "states": [
    "CA"
  ],
  "fuelTypes": [
    "regular",
    "midGrade"
  ],
  "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.