# Build Illinois Attorney Lead Lists

**Use case:** 

Use ARDC phonetic last-name matching plus location and practice-status filters to build a clean Illinois attorney prospect list.

## Input

```json
{
  "searchMode": "lawyerSearch",
  "lastNames": [
    "Anderson",
    "Thompson",
    "Williams"
  ],
  "maxItems": 150,
  "lastNameMatch": "Phonetic",
  "includeFormerNames": true,
  "status": "AuthorizedToPractice",
  "city": "Springfield",
  "state": "IL",
  "country": "All",
  "includeDetails": true
}
```

## Output

```json
{
  "searchLastName": {
    "label": "Search last name",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "dateAdmitted": {
    "label": "Date admitted",
    "format": "text"
  },
  "authorizedToPractice": {
    "label": "Authorized to practice",
    "format": "text"
  },
  "registrationStatus": {
    "label": "Registration status",
    "format": "text"
  },
  "statusChangeReason": {
    "label": "Status change reason",
    "format": "text"
  },
  "businessName": {
    "label": "Business / firm",
    "format": "text"
  },
  "businessAddress": {
    "label": "Business address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "ardcId": {
    "label": "ARDC ID",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Illinois ARDC Attorney Scraper](https://apify.com/automation-lab/illinois-ardc-attorney-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/illinois-ardc-attorney-scraper) to learn more, explore other use cases, and run it yourself.