# OpenEI Energy Tariff Data Scraper

**Use case:** 

Build a large OpenEI energy tariff dataset with utility rate structures and pricing. Export structured records for market research and modeling.

## Input

```json
{
  "maxItems": 25
}
```

## Output

```json
{
  "label": {
    "label": "Label",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "utility": {
    "label": "Utility",
    "format": "text"
  },
  "eiaid": {
    "label": "Eiaid",
    "format": "number"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "approved": {
    "label": "Approved",
    "format": "text"
  },
  "startdate": {
    "label": "Startdate",
    "format": "text"
  },
  "sourceparent": {
    "label": "Sourceparent",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "demandrateunit": {
    "label": "Demandrateunit",
    "format": "text"
  },
  "fixedchargefirstmeter": {
    "label": "Fixedchargefirstmeter",
    "format": "number"
  },
  "fixedchargeunits": {
    "label": "Fixedchargeunits",
    "format": "text"
  },
  "peakkwcapacitymax": {
    "label": "Peakkwcapacitymax",
    "format": "number"
  },
  "peakkwcapacitymin": {
    "label": "Peakkwcapacitymin",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenEI Utility Rates Scraper](https://apify.com/parseforge/openei-utility-rates-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/openei-utility-rates-scraper) to learn more, explore other use cases, and run it yourself.