# Lobbying Pulse: What's Moving in Federal Lobbying

**Use case:** 

An importance-ranked feed of federal lobbying changes: spend shocks, new entrants, revolving-door hires, and emerging policy issues.

## Input

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

## Output

```json
{
  "importance": {
    "label": "Importance",
    "format": "number"
  },
  "eventType": {
    "label": "Event",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "client": {
    "label": "Client",
    "format": "text"
  },
  "percentChange": {
    "label": "Change %",
    "format": "number"
  },
  "year": {
    "label": "Year",
    "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.