# Find criminal defense lawyers in Houston

**Use case:** 

Build a criminal-defense lead list from FindLaw: firm name, email, phone, website and address, then enrich extra contacts from each firm site. Export to CSV.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Name"
  },
  "email": {
    "label": "Email (FindLaw)"
  },
  "phone": {
    "label": "Phone"
  },
  "fax": {
    "label": "Fax"
  },
  "website": {
    "label": "Website"
  },
  "contactEmails": {
    "label": "Website emails"
  },
  "contactPhones": {
    "label": "Website phones"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "searchPracticeArea": {
    "label": "Practice area"
  },
  "searchCity": {
    "label": "City"
  },
  "searchState": {
    "label": "State"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## 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.