# Lawyer Legion Attorney Profile Extractor

**Use case:** 

Extract public Lawyer Legion attorney profile details including bio, practice areas, education, admissions, and source profile URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://lawyers.lawyerlegion.com/california/los-angeles-county/personal-injury"
    }
  ],
  "maxItems": 10,
  "includeProfileDetails": true,
  "maxConcurrency": 1
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "firmName": {
    "label": "Firm",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "locality": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "State",
    "format": "text"
  },
  "practiceAreas": {
    "label": "Practice areas",
    "format": "text"
  },
  "education": {
    "label": "Education",
    "format": "text"
  },
  "barAdmissions": {
    "label": "Bar admissions",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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