# Lawyer.com Listing URL Extractor

**Use case:** 

Extract attorneys and law firms directly from a public Lawyer.com directory URL with pagination controls and source profile links.

## Input

```json
{
  "searchQuery": "personal injury",
  "locationQuery": "Los Angeles, CA",
  "listingUrls": [
    "https://www.lawyer.com/los-angeles-personal-injury-lawyer-ca.htm"
  ],
  "maxResults": 30,
  "maxPages": 2,
  "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.