# Find Ballotpedia lawsuit and litigation search entries

**Use case:** 

Scrape Ballotpedia lawsuit search results with case summaries and related ballot measures for legal policy intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://ballotpedia.org/wiki/index.php?search=lawsuit&title=Special%3ASearch&profile=default&fulltext=1"
    }
  ],
  "maxItems": 5,
  "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.