# Search Ballotpedia election coverage

**Use case:** 

Search Ballotpedia for election pages and results. Export article titles, summaries, categories, and wiki URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://ballotpedia.org/wiki/index.php?limit=20&profile=default&search=2026+election&title=Special:Search&ns0=1"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "pageText": {
    "label": "Page Text",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Ballotpedia.org Scraper](https://apify.com/lexis-solutions/ballotpedia-org-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/ballotpedia-org-scraper) to learn more, explore other use cases, and run it yourself.