# Attorney Data API: Bar Admissions and Law School

**Use case:** 

Pull US attorney credentials as JSON: every bar admission with its year, law school and degree, first admission year, and peer review stars per attorney.

## Input

```json
{
  "mode": "search",
  "keywords": [
    "employment law Chicago"
  ],
  "maxResultsPerKeyword": 3
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "lawSchool": {
    "label": "Law school",
    "format": "string"
  },
  "admissions": {
    "label": "Bar admissions",
    "format": "string"
  },
  "firstAdmissionYear": {
    "label": "First admitted",
    "format": "integer"
  },
  "languages": {
    "label": "Languages",
    "format": "string"
  },
  "peerReview": {
    "label": "Peer review",
    "format": "object"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Martindale Lawyer Directory API](https://apify.com/johnvc/lawyer-directory-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/lawyer-directory-api) to learn more, explore other use cases, and run it yourself.