# Phoenix Arizona Attorney Scraper

**Use case:** 

Scrape State Bar of Arizona attorney records for Phoenix lawyers by name, status, firm, contact fields, and profile URLs.

## Input

```json
{
  "searchType": "Member",
  "lastName": "Smith",
  "city": "Phoenix",
  "state": "AZ",
  "includeDeceased": false,
  "exactMatch": true,
  "maxItems": 25,
  "pageSize": 50,
  "enrichProfiles": true,
  "requestDelayMs": 250
}
```

## Output

```json
{
  "entityNumber": {
    "label": "Entity #"
  },
  "barNumber": {
    "label": "Bar #"
  },
  "fullName": {
    "label": "Name"
  },
  "company": {
    "label": "Firm / company"
  },
  "memberStatus": {
    "label": "Status"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "email": {
    "label": "Email"
  },
  "phoneNumbers": {
    "label": "Phones"
  },
  "lawSchool": {
    "label": "Law school"
  },
  "jurisdictions": {
    "label": "Jurisdictions"
  },
  "disciplineSummary": {
    "label": "Discipline"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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