# Scrape Most Efficient Solar Panels for Competitive Intel

**Use case:** 

Gather data on the most efficient solar panels listed on EnergySage to monitor competitor offerings and identify innovation. Leverage this intelligence to refin

## Input

```json
{
  "mode": "solarPanelRankings",
  "state": "",
  "panelCategory": "most-efficient",
  "maxItems": 15
}
```

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