# Scrape Employment Lawyers in Chicago - FindLaw

**Use case:** 

Extract employment lawyers in Chicago from FindLaw with firm name, email, phone, website, full office address, practice areas and honors in JSON.

## Input

```json
{
  "mode": "search",
  "practiceAreas": [
    "employment-law"
  ],
  "locations": [
    "Chicago, IL"
  ],
  "maxResults": 100,
  "maxCitiesPerState": 10,
  "includeProfileDetails": true,
  "includeReviews": false,
  "maxReviewsPerFirm": 20,
  "includeAttorneys": false,
  "enrichContactEmails": false,
  "monitorMode": false,
  "monitorStoreName": "findlaw-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Name"
  },
  "isAttorney": {
    "label": "Attorney?"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "address": {
    "label": "Address"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "offersFreeConsultation": {
    "label": "Free consult"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile"
  }
}
```

## About this Actor

This example demonstrates how to use [FindLaw Scraper — Lawyers, Law Firms & Leads](https://apify.com/scrapesage/findlaw-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/findlaw-scraper) to learn more, explore other use cases, and run it yourself.