# Best Overall Solar Panel Rankings

**Use case:** 

Collect up to 10 EnergySage panel rankings from the best overall category with brand, model, rank, efficiency, price per watt, warranty, and source links.

## Input

```json
{
  "target": "solarPanelRankings",
  "panelCategory": "bestOverall",
  "serviceType": "",
  "approvedOnly": false,
  "states": [],
  "maxItems": 10
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "installedCostPerWatt": {
    "label": "Installed cost per watt",
    "format": "number"
  },
  "systemSizeKw": {
    "label": "System size (kW)",
    "format": "number"
  },
  "totalCost": {
    "label": "Total cost",
    "format": "number"
  },
  "savings": {
    "label": "Savings",
    "format": "number"
  },
  "paybackPeriodYears": {
    "label": "Payback period (years)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source link",
    "format": "link"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "efficiencyPercent": {
    "label": "Efficiency (%)",
    "format": "number"
  },
  "pricePerWatt": {
    "label": "Price per watt",
    "format": "number"
  },
  "warranty": {
    "label": "Warranty",
    "format": "text"
  },
  "wattageWatts": {
    "label": "Power (W)",
    "format": "number"
  },
  "panelType": {
    "label": "Panel type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "sourceUpdatedAt": {
    "label": "Source updated at",
    "format": "date"
  },
  "title": {
    "label": "Article title",
    "format": "text"
  },
  "articleUrl": {
    "label": "Article link",
    "format": "link"
  },
  "categories": {
    "label": "Article categories",
    "format": "array"
  },
  "marketplaceUrl": {
    "label": "Marketplace link",
    "format": "link"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "date"
  },
  "profileUpdatedAt": {
    "label": "Profile updated at",
    "format": "date"
  },
  "installer": {
    "label": "Installer",
    "format": "object"
  }
}
```

## About this Actor

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