# California Bar Attorney Scraper

**Use case:** 

Search the California State Bar directory by name and export licensed attorney records with status, bar number, and contact details.

## Input

```json
{
  "maxItems": 3,
  "searchTerm": "Smith",
  "soundsLike": false
}
```

## Output

```json
{
  "barNumber": {
    "label": "Bar Number",
    "format": "number"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "licenseStatus": {
    "label": "License Status",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "sections": {
    "label": "Sections",
    "format": "text"
  },
  "practiceAreas": {
    "label": "Practice Areas",
    "format": "text"
  },
  "languages": {
    "label": "Languages",
    "format": "text"
  },
  "lawSchool": {
    "label": "Law School",
    "format": "text"
  },
  "undergradSchool": {
    "label": "Undergrad School",
    "format": "text"
  }
}
```

## About this Actor

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