# Scrape Attorneys by URL - Super Lawyers

**Use case:** 

Pull full attorney profiles from Super Lawyers URLs with name, selection, practice area, firm, phone, website, law school and city. No login required.

## Input

```json
{
  "mode": "startUrls",
  "practiceAreas": [
    "personal-injury-plaintiff"
  ],
  "locations": [
    "New York, NY"
  ],
  "startUrls": [
    "https://profiles.superlawyers.com/new-york/new-york/lawyer/jane-doe/9f2c1a4b-0000-1111-2222-333344445555.html"
  ],
  "maxResults": 100,
  "maxCitiesPerState": 10,
  "includeProfileDetails": true,
  "includeFirms": false,
  "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": "Name"
  },
  "selectionType": {
    "label": "Selection"
  },
  "topPracticeArea": {
    "label": "Top practice area"
  },
  "firmName": {
    "label": "Firm"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "lawSchool": {
    "label": "Law school"
  },
  "searchCity": {
    "label": "City"
  },
  "searchState": {
    "label": "State"
  },
  "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.