# Extract Solar Installer Directory for Lead Generation

**Use case:** 

Scrape the EnergySage installer directory to identify potential partners, competitors, or B2B sales leads. Build a targeted list of solar installers to expand y

## Input

```json
{
  "mode": "installerDirectory",
  "state": "",
  "panelCategory": "all",
  "maxItems": 100
}
```

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