# 为出海企业检索美国律所与联系方式

**Use case:** 

输入城市与执业领域，一次运行获取美国律师与律所信息：执业领域、律所与职务、办公地址、电话、所在州与首次执业年份。

## Input

```json
{
  "mode": "search",
  "keywords": [
    "business law San Francisco"
  ],
  "maxResultsPerKeyword": 3
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "areasOfPractice": {
    "label": "Practice areas",
    "format": "array"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "address": {
    "label": "Office address",
    "format": "string"
  },
  "firstAdmissionYear": {
    "label": "First admitted",
    "format": "integer"
  },
  "firm": {
    "label": "Firm and role",
    "format": "string"
  },
  "phones": {
    "label": "Phone numbers",
    "format": "array"
  },
  "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.