# Track US federal lobbying disclosures

**Use case:** 

Scrape US federal lobbying disclosures (Senate LDA) - registrant, client, issues, lobbyists. Filter by year and client. No API key. CSV/JSON.

## Input

```json
{
  "filingYear": 2024,
  "filingType": "Q1",
  "revolvingDoorOnly": false,
  "minInfluenceScore": 0,
  "maxItems": 200
}
```

## Output

```json
{
  "posted_date": {
    "label": "Posted",
    "format": "text"
  },
  "filing_year": {
    "label": "Year",
    "format": "number"
  },
  "filing_type": {
    "label": "Type",
    "format": "text"
  },
  "registrant": {
    "label": "Registrant",
    "format": "text"
  },
  "client": {
    "label": "Client",
    "format": "text"
  },
  "amount_usd": {
    "label": "Amount $",
    "format": "number"
  },
  "issues": {
    "label": "Issues",
    "format": "array"
  },
  "lobbyist_count": {
    "label": "Lobbyists",
    "format": "number"
  },
  "registrant_state": {
    "label": "State",
    "format": "text"
  },
  "filing_url": {
    "label": "Filing",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [US Lobbying Disclosure Scraper - Senate LDA](https://apify.com/flash_scraper/lobbying-disclosure-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/flash_scraper/lobbying-disclosure-scraper) to learn more, explore other use cases, and run it yourself.