# Company Lobbying Spending Trends

**Use case:** 

Multi-year lobbying trends for any company: spend, firms, lobbyists, and policy issues, year over year.

## Input

```json
{
  "searchMode": "trend",
  "clientName": "Amazon",
  "filingYear": 2024,
  "yearStart": 2019,
  "yearEnd": 2024,
  "filingPeriod": "",
  "issueAreaCode": "",
  "activityKeywordMode": "any",
  "maxResults": 100,
  "includeProfiles": false,
  "includeGraphEdges": false,
  "dedupeStrategy": "allFilings",
  "changeMode": "newAndUpdated"
}
```

## Output

```json
{
  "entity": {
    "label": "Entity",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "filings": {
    "label": "Filings",
    "format": "number"
  },
  "totalIncomeUsd": {
    "label": "Income ($)",
    "format": "number"
  },
  "incomeChangePctVsPriorYear": {
    "label": "YoY %",
    "format": "number"
  },
  "uniqueRegistrants": {
    "label": "Firms",
    "format": "number"
  },
  "uniqueLobbyists": {
    "label": "Lobbyists",
    "format": "number"
  },
  "revolvingDoorFilings": {
    "label": "Revolving Door",
    "format": "number"
  },
  "foreignInfluenceFilings": {
    "label": "Foreign",
    "format": "number"
  }
}
```

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