# Extract Best Solar Panel Rankings for Product Research

**Use case:** 

Get the latest rankings for the 'best overall' solar panels to guide product development and sales strategies. Understand top-performing brands and models to st

## Input

```json
{
  "mode": "solarPanelRankings",
  "state": "",
  "panelCategory": "best-overall",
  "maxItems": 20
}
```

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