US Lobbying Disclosures Search avatar

US Lobbying Disclosures Search

Pricing

$2.00 / 1,000 filing returneds

Go to Apify Store
US Lobbying Disclosures Search

US Lobbying Disclosures Search

Search US Senate lobbying disclosure filings by client, registrant, or year. Income, expenses, issues, and lobbyist names from the official LDA database.

Pricing

$2.00 / 1,000 filing returneds

Rating

0.0

(0)

Developer

Ken Agland

Ken Agland

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Search US Senate lobbying disclosure filings by client, registrant, or year. Income, expenses, issues, and lobbyist names from the official LDA database.

What it does

  • Searches the official US Senate Lobbying Disclosure Act (LDA) filing database. No API key needed.
  • Filter by client (who hired the lobbyists), registrant (the lobbying firm), and filing year. Names match partially.
  • Returns clean, flat records with income, expenses, lobbying issue areas, and individual lobbyist names.
  • Writes an aggregate run summary (total income, total expenses, issue breakdown) to the OUTPUT key-value store record.

Input

FieldTypeDescription
clientNamestringCompany or organization that hired the lobbyists (for example "google", "openai"). Partial names match.
registrantNamestringLobbying firm that filed the disclosure (for example "akin gump"). Partial names match.
filingYearintegerOnly include filings from this year (for example 2025).
maxItemsintegerHow many filings to return, 1 to 200. Default 25.

Provide at least one of clientName, registrantName, or filingYear.

Example:

{
"clientName": "openai",
"filingYear": 2025,
"maxItems": 25
}

Output

Each dataset item is one filing:

{
"filingUuid": "3b53980f-bada-4f50-8f05-47630767aaff",
"filingType": "1st Quarter - Report",
"year": 2025,
"period": "1st Quarter (Jan 1 - Mar 31)",
"client": "OPENAI OPCO, LLC",
"clientState": "California",
"clientDescription": "Artificial intelligence research and deployment.",
"registrant": "AKIN GUMP STRAUSS HAUER & FELD",
"income": 80000,
"expenses": null,
"issues": ["Computer Industry"],
"lobbyists": ["CASEY HIGGINS", "ED PAGANO", "HANS RICKHOFF", "REGINALD BABIN", "GORDON BATES"],
"activitiesCount": 1,
"documentUrl": "https://lda.senate.gov/filings/public/filing/3b53980f-bada-4f50-8f05-47630767aaff/print/",
"postedDate": "2025-04-21T10:51:02-04:00"
}

income is what the registrant was paid by the client. expenses is what an organization lobbying on its own behalf spent. One of the two is usually null.

Pricing

Pay per result, plus standard Apify platform usage.

Data source

The official US Senate Lobbying Disclosure Act database at lda.senate.gov (/api/v1/filings/). Anonymous access is limited to 15 requests per minute at 25 filings per page, so the Actor pauses between pages. Larger maxItems values take proportionally longer.