# Scrape Employment Law Firms - Super Lawyers

**Use case:** 

Export employment law firms in San Francisco from Super Lawyers with firm, legal name, phone, website, price range, address and area served. No login required.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Firm"
  },
  "legalName": {
    "label": "Legal name"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "priceRange": {
    "label": "Price range"
  },
  "address": {
    "label": "Address"
  },
  "areaServed": {
    "label": "Area served"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile"
  }
}
```

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