# Maryland Bar Status Extractor by Surname

**Use case:** 

Extract Maryland attorney IDs, bar status, admission dates, addresses, and source records for a specific surname.

## Input

```json
{
  "lastNames": [
    "Garcia"
  ],
  "firstNames": [],
  "similarNames": false,
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "SHADER"
    ]
  }
}
```

## Output

```json
{
  "attorneyId": {
    "label": "Attorney ID"
  },
  "lastName": {
    "label": "Last name"
  },
  "firstName": {
    "label": "First name"
  },
  "organizationOrAddress": {
    "label": "Organization/address"
  },
  "phone": {
    "label": "Phone"
  },
  "admittedDate": {
    "label": "Admitted"
  },
  "status": {
    "label": "Status"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "searchedLastName": {
    "label": "Searched last"
  },
  "searchedFirstName": {
    "label": "Searched first"
  },
  "similarNames": {
    "label": "Similar names"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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