# Multi-City Law Firm Prospecting Workflow

**Use case:** 

Build law firm prospect lists across cities with contact details, websites, emails, social URLs, ratings, reviews, and locations.

## Input

```json
{
  "locations": [
    "Chicago, IL",
    "Miami, FL",
    "Denver, CO"
  ],
  "searchTerm": "law firm",
  "maxResultsPerLocation": 100,
  "includeWebsiteEmails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "number"
  },
  "name": {
    "label": "Firm name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "hoursStatus": {
    "label": "Hours/status",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "socialUrls": {
    "label": "Social URLs",
    "format": "text"
  },
  "googleMapsUrl": {
    "label": "Google Maps URL",
    "format": "link"
  },
  "placeId": {
    "label": "Place ID",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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