# EnergySage Solar Cost Data by State for Market Analysis

**Use case:** 

Scrape average solar installation costs for all US states to power comprehensive market analysis. Gain insights into regional pricing trends to inform business 

## Input

```json
{
  "mode": "solarCostByState",
  "state": "",
  "panelCategory": "all",
  "maxItems": 51
}
```

## Output

```json
{
  "state": {
    "label": "State"
  },
  "averageCostPerWatt": {
    "label": "Average cost per watt"
  },
  "averageSystemSize": {
    "label": "Average system size"
  },
  "panelBrand": {
    "label": "Panel brand"
  },
  "articleTitle": {
    "label": "Article title"
  },
  "articleUrl": {
    "label": "Article url"
  }
}
```

## About this Actor

This example demonstrates how to use [EnergySage Solar Data Scraper](https://apify.com/crawlerbros/energysage-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/energysage-scraper) to learn more, explore other use cases, and run it yourself.