# Comprehensive Lawyer Data Extractor from Justia

**Use case:** 

Collect detailed profiles of personal injury lawyers in New York, including contact info and reviews, for comprehensive market analysis.

## Input

```json
{
  "startUrl": "https://www.justia.com/lawyers/personal-injury/new-york",
  "practiceArea": "criminal-law",
  "state": "california",
  "city": "",
  "includeSponsored": true,
  "results_wanted": 100,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "full_name": {
    "label": "Name",
    "format": "text"
  },
  "profile_url": {
    "label": "Profile",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "years_experience": {
    "label": "Years",
    "format": "number"
  },
  "is_premium": {
    "label": "Premium",
    "format": "text"
  },
  "website_url": {
    "label": "Website",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Justia Lawyers Scraper](https://apify.com/shahidirfan/justia-lawyers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/justia-lawyers-scraper) to learn more, explore other use cases, and run it yourself.