# Scrape Injury Attorney Leads - Super Lawyers

**Use case:** 

Build injury attorney leads in Houston from Super Lawyers with name, firm, phone, website, website emails, socials and practice area. Ready-to-use contact list.

## Input

```json
{
  "mode": "search",
  "practiceAreas": [
    "personal-injury-plaintiff"
  ],
  "locations": [
    "Houston, TX"
  ],
  "maxResults": 100,
  "maxCitiesPerState": 10,
  "includeProfileDetails": true,
  "includeFirms": false,
  "awardFilter": "any",
  "withWebsiteOnly": true,
  "deduplicateAttorneys": true,
  "enrichContactEmails": true,
  "monitorMode": false,
  "monitorStoreName": "superlawyers-scraper-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "countryCode": "US"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Name"
  },
  "firmName": {
    "label": "Firm"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "contactEmails": {
    "label": "Website emails"
  },
  "contactPhones": {
    "label": "Website phones"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "selectionType": {
    "label": "Selection"
  },
  "searchPracticeArea": {
    "label": "Practice area"
  },
  "searchCity": {
    "label": "City"
  },
  "searchState": {
    "label": "State"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [Super Lawyers Scraper - Attorney & Law Firm Leads](https://apify.com/scrapesage/superlawyers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/superlawyers-scraper) to learn more, explore other use cases, and run it yourself.