# Aggregate EnergySage Solar Industry News for Market Updates

**Use case:** 

Collect recent solar industry news articles from EnergySage to stay updated on market trends, policy changes, and technological advancements. Utilize this aggre

## Input

```json
{
  "mode": "solarNewsArticles",
  "state": "",
  "panelCategory": "all",
  "maxItems": 30
}
```

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