# 查询美国律师的执业资格与执业年份

**Use case:** 

按执业领域和城市检索美国律师，获取档案所列的完整出庭资格与年份、法学院与学位、首次执业年份以及同行评价星级。

## Input

```json
{
  "mode": "search",
  "keywords": [
    "immigration New York"
  ],
  "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.