# Legal Lead List Builder from Lawyer.com

**Use case:** 

Build repeatable Lawyer.com lead lists by practice area and city for legal marketing, recruiting, or competitive research workflows.

## Input

```json
{
  "searchQuery": "family law",
  "locationQuery": "Chicago, IL",
  "listingUrls": [
    "https://www.lawyer.com/new-york-bankruptcy-debt-lawyer-ny.htm"
  ],
  "maxResults": 75,
  "maxPages": 4,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "firmName": {
    "label": "Firm",
    "format": "text"
  },
  "profileType": {
    "label": "Type",
    "format": "text"
  },
  "sourceLocation": {
    "label": "Location",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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