# Criminal Defense Lawyer Listings in Chicago

**Use case:** 

Retrieve up to 100 criminal defense attorney contacts in Chicago. Includes details like firm, phone, ratings, and bio for each lawyer.

## Input

```json
{
  "practiceArea": "criminal-defense",
  "location": "chicago-il",
  "startUrls": [
    "https://www.avvo.com/divorce-lawyer/ny.html"
  ],
  "fetchProfileDetails": true,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "firm": {
    "label": "Firm",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "practiceAreas": {
    "label": "Practice areas",
    "format": "array"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Avvo Lawyer Scraper - Attorney Leads & Contacts](https://apify.com/logiover/avvo-lawyer-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/avvo-lawyer-scraper) to learn more, explore other use cases, and run it yourself.