# California Attorney Lead List Scraper

**Use case:** 

Scrape California licensed attorneys by name from the State Bar for lead generation. Get bar number, status, firm, address and admission date.

## Input

```json
{
  "maxItems": 25,
  "withDetails": true,
  "query": "Johnson",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "barNumber": {
    "label": "Bar Number",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "licenseStatusDate": {
    "label": "Status Date",
    "format": "text"
  },
  "firmOrAddress": {
    "label": "Firm / Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "admittedDate": {
    "label": "Admitted",
    "format": "text"
  },
  "disciplineSummary": {
    "label": "Discipline",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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