# Illinois State Legislators Scraper

**Use case:** 

Get Illinois state legislators with name, party, district, chamber, email and phone for civic and advocacy outreach.

## Input

```json
{
  "maxLegislators": 50,
  "state": "il",
  "chamber": "all"
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "party": {
    "label": "Party"
  },
  "chamberTitle": {
    "label": "Title"
  },
  "district": {
    "label": "District"
  },
  "state": {
    "label": "State"
  },
  "email": {
    "label": "Email"
  },
  "capitolPhone": {
    "label": "Capitol Phone"
  },
  "districtPhone": {
    "label": "District Phone"
  },
  "website": {
    "label": "Website"
  },
  "openstatesUrl": {
    "label": "Profile"
  }
}
```

## About this Actor

This example demonstrates how to use [US State Legislators Contacts & Districts Scraper](https://apify.com/scrapers_lat/openstates-legislators-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/openstates-legislators-scraper) to learn more, explore other use cases, and run it yourself.