# Arizona & Nevada Power Plant Capacity Data

**Use case:** 

Generator-level capacity for Arizona and Nevada: plant name, operator, fuel, technology, nameplate MW, balancing authority, county and planned retirement.

## Input

```json
{
  "states": [
    "AZ",
    "NV"
  ],
  "months": 24,
  "includePlantDetail": true,
  "maxPlantRows": 500
}
```

## Output

```json
{
  "stateid": {
    "label": "State",
    "format": "string"
  },
  "state_description": {
    "label": "State name",
    "format": "string"
  },
  "latest_period": {
    "label": "Latest period",
    "format": "string"
  },
  "price_res_cents_kwh": {
    "label": "Residential price (c/kWh)",
    "format": "number"
  },
  "price_com_cents_kwh": {
    "label": "Commercial price (c/kWh)",
    "format": "number"
  },
  "price_ind_cents_kwh": {
    "label": "Industrial price (c/kWh)",
    "format": "number"
  },
  "industrial_rate_vs_us_pct": {
    "label": "Industrial rate vs US (%)",
    "format": "number"
  },
  "yoy_price_change_pct_ind": {
    "label": "Industrial YoY change (%)",
    "format": "number"
  },
  "total_nameplate_capacity_mw": {
    "label": "Total nameplate capacity (MW)",
    "format": "number"
  },
  "operating_generation_capacity_mw": {
    "label": "Operating generation capacity (MW)",
    "format": "number"
  },
  "battery_storage_capacity_mw": {
    "label": "Battery storage capacity (MW)",
    "format": "number"
  },
  "top_fuel": {
    "label": "Top fuel",
    "format": "string"
  },
  "top_balancing_authority": {
    "label": "Top balancing authority",
    "format": "string"
  },
  "renewables_share_of_generation_pct": {
    "label": "Renewables share of generation (%)",
    "format": "number"
  },
  "fuel_classification_complete": {
    "label": "Fuel classification complete",
    "format": "boolean"
  },
  "top_generation_fuel": {
    "label": "Top generation fuel",
    "format": "string"
  },
  "biomass_capacity_mw": {
    "label": "Biomass capacity (MW)",
    "format": "number"
  },
  "pumped_storage_capacity_mw": {
    "label": "Pumped storage capacity (MW)",
    "format": "number"
  },
  "planned_retirement_capacity_mw": {
    "label": "Planned retirement capacity (MW)",
    "format": "number"
  },
  "retail_source_status": {
    "label": "Retail source status",
    "format": "string"
  },
  "capacity_source_status": {
    "label": "Capacity source status",
    "format": "string"
  },
  "industrial_rate_rank_note": {
    "label": "Industrial rate note",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Electricity Rates & Grid Mix by State — EIA Site Economics](https://apify.com/malonestar/eia-v2-site-energy-economics) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/eia-v2-site-energy-economics) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/malonestar/eia-v2-site-energy-economics.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
