# Bulk Export California Attorney Contacts for Lead Gen

**Use case:** 

Extract detailed attorney contacts from the California State Bar. Get names, bar numbers, license statuses, and cities for lead generation.

## Input

```json
{
  "searchValue": "Nguyen",
  "includeDetails": true,
  "maxResults": 200
}
```

## Output

```json
{
  "name": {
    "label": "Attorney Name",
    "format": "string"
  },
  "barNumber": {
    "label": "Bar Number",
    "format": "string"
  },
  "email": {
    "label": "Public Email",
    "format": "string"
  },
  "phone": {
    "label": "Public Phone",
    "format": "string"
  },
  "practiceAreas": {
    "label": "Practice Specialties",
    "format": "array"
  },
  "city": {
    "label": "Registered City",
    "format": "string"
  },
  "address": {
    "label": "Office Address",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [California Attorney Scraper: State Bar Directory](https://apify.com/getascraper/ca-state-bar-attorney-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/ca-state-bar-attorney-scraper) to learn more, explore other use cases, and run it yourself.