# Find Personal Injury Lawyers in California

**Use case:** 

Export California personal injury attorneys from Lawyers.com — names, firms, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Legal lead generation and market research",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "states": [
    "CA"
  ],
  "practiceAreas": [
    "personal-injury"
  ],
  "maxPagesPerCity": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "practice_areas": {
    "label": "Practice Areas",
    "format": "string"
  },
  "average_rating": {
    "label": "Average Rating",
    "format": "number"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

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