# Revolving Door Lobbyist Tracker

**Use case:** 

Find lobbyists who held prior government roles, scored by seniority, with the committees and offices they came from.

## Input

```json
{
  "searchMode": "filings",
  "preset": "revolving-door-watch",
  "clientName": "Amazon",
  "filingYear": 2024,
  "filingPeriod": "",
  "issueAreaCode": "",
  "activityKeywordMode": "any",
  "maxResults": 500,
  "includeProfiles": false,
  "includeGraphEdges": false,
  "dedupeStrategy": "allFilings",
  "changeMode": "newAndUpdated"
}
```

## Output

```json
{
  "clientName": {
    "label": "Client",
    "format": "string"
  },
  "registrantName": {
    "label": "Lobbying Firm",
    "format": "string"
  },
  "revolvingDoorLobbyists": {
    "label": "Revolving-Door Lobbyists",
    "format": "array"
  },
  "income": {
    "label": "Income",
    "format": "number"
  },
  "issueAreas": {
    "label": "Issue Areas",
    "format": "string"
  },
  "notabilityScore": {
    "label": "Notability",
    "format": "integer"
  },
  "filingYear": {
    "label": "Year",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Senate Lobbying Disclosure Search](https://apify.com/ryanclinton/senate-lobbying-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/senate-lobbying-search) to learn more, explore other use cases, and run it yourself.