# Biggest Lobbying Spenders

**Use case:** 

Leaderboards of the top lobbying clients, firms, and lobbyists by disclosed spend, from US Senate lobbying disclosure filings.

## Input

```json
{
  "searchMode": "rankings",
  "clientName": "Amazon",
  "filingYear": 2024,
  "filingPeriod": "",
  "issueAreaCode": "",
  "activityKeywordMode": "any",
  "maxResults": 2000,
  "includeProfiles": false,
  "includeGraphEdges": false,
  "dedupeStrategy": "allFilings",
  "changeMode": "newAndUpdated"
}
```

## Output

```json
{
  "rankingType": {
    "label": "Ranking",
    "format": "text"
  },
  "rank": {
    "label": "#",
    "format": "number"
  },
  "name": {
    "label": "Entity",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "metric": {
    "label": "Metric",
    "format": "text"
  }
}
```

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