# Verify a California Attorney License by Bar Number

**Use case:** 

Verify a California attorney's license status using their bar number. Get essential details like name, license status, and city.

## Input

```json
{
  "searchValue": "123456",
  "includeDetails": true,
  "maxResults": 1
}
```

## Output

```json
{
  "name": {
    "label": "Attorney Name",
    "format": "string"
  },
  "barNumber": {
    "label": "Bar Number",
    "format": "string"
  },
  "status": {
    "label": "License Status",
    "format": "string"
  },
  "admittedDate": {
    "label": "Admission Date",
    "format": "string"
  },
  "city": {
    "label": "Operating City",
    "format": "string"
  },
  "detailUrl": {
    "label": "Profile Link",
    "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.