# Foreign Influence Lobbying Monitor

**Use case:** 

Track US lobbying filings tied to foreign entities: the companies, countries, and spend behind foreign influence in Washington.

## Input

```json
{
  "searchMode": "filings",
  "preset": "foreign-influence-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"
  },
  "foreignCountries": {
    "label": "Foreign Countries",
    "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.