# Find lobbying firms working for a company

**Use case:** 

Search US Senate lobbying disclosures: registrant firm, contact, client, issue codes, named lobbyists and covered positions. No API key needed for this mode.

## Input

```json
{
  "mode": "lobbying",
  "fecApiKey": "DEMO_KEY",
  "office": "",
  "supportOppose": "",
  "clientName": "Amazon",
  "filingYear": 2024,
  "filingType": "registration",
  "includeCandidateTotals": true,
  "includeCommitteeDetails": true,
  "maxResults": 200,
  "monitorMode": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "amount": {
    "label": "Amount",
    "format": "number"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "party": {
    "label": "Party",
    "format": "text"
  },
  "office": {
    "label": "Office",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "occupation": {
    "label": "Occupation",
    "format": "text"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [FEC Campaign Finance Scraper - Donors, PACs & Lobbying](https://apify.com/scrapesage/fec-campaign-finance-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/fec-campaign-finance-scraper) to learn more, explore other use cases, and run it yourself.