# Track Attorney Firm Moves with a Profile Watchlist

**Use case:** 

Re-run a fixed list of attorney profiles on any schedule and compare the firm field over time: firm and role, practice areas, address, phones, admitted year.

## Input

```json
{
  "mode": "url",
  "keywords": [
    "personal injury Houston"
  ],
  "maxResultsPerKeyword": 25,
  "profileUrls": [
    "https://www.martindale.com/attorney/michael-leonard-907442/",
    "https://www.martindale.com/attorney/isabelle-s-abbott-301845760/",
    "https://www.martindale.com/attorney/jason-s-feltoon-301103424/"
  ]
}
```

## 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.