# Active Snapshot DAO Proposals

**Use case:** 

Extract Snapshot DAO Proposals data filtered by Active. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "state": "active",
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "🔹 id",
    "format": "text"
  },
  "title": {
    "label": "🔹 title",
    "format": "text"
  },
  "body": {
    "label": "🔹 body",
    "format": "text"
  },
  "choices": {
    "label": "🔹 choices",
    "format": "text"
  },
  "start": {
    "label": "🔹 start",
    "format": "text"
  },
  "end": {
    "label": "🔹 end",
    "format": "text"
  },
  "scores": {
    "label": "🔹 scores",
    "format": "text"
  },
  "space": {
    "label": "🔹 space",
    "format": "text"
  },
  "author": {
    "label": "🔹 author",
    "format": "text"
  },
  "state": {
    "label": "🔹 state",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Snapshot DAO Proposals Scraper](https://apify.com/parseforge/snapshot-dao-proposals-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/snapshot-dao-proposals-scraper) to learn more, explore other use cases, and run it yourself.