# DSIRE Energy Incentives Scraper

**Use case:** 

Extract US energy incentive and rebate programs from the DSIRE database. Get structured data on solar, wind, and efficiency incentives fast.

## Input

```json
{
  "maxItems": 3
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website Url",
    "format": "link"
  },
  "administrator": {
    "label": "Administrator",
    "format": "text"
  },
  "fundingSource": {
    "label": "Funding Source",
    "format": "text"
  },
  "budget": {
    "label": "Budget",
    "format": "text"
  },
  "startDate": {
    "label": "Start Date",
    "format": "text"
  },
  "endDate": {
    "label": "End Date",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "published": {
    "label": "Published",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DSIRE Energy Incentives Scraper](https://apify.com/parseforge/dsire-energy-incentives-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/dsire-energy-incentives-scraper) to learn more, explore other use cases, and run it yourself.