lobbying_search
ActiveTool of io.github.blackboxfoundry/livedatalink
Search U.S. federal lobbying disclosure filings (Senate LDA). Filter by year, filing type, registrant (lobbying firm), client (who hired them), or general issue code. Returns filings with the client, registrant, period, income/expenses, and lobbying issues. Pair with FEC and Congress tools to follow the money.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"page": {
"type": "number",
"description": "Page number for pagination."
},
"page_size": {
"type": "number",
"description": "Results per page (default 20, max 25)."
},
"issue_code": {
"type": "string",
"description": "General issue area code, e.g. 'ENG' (energy), 'TAX', 'HCR' (health)."
},
"client_name": {
"type": "string",
"description": "Client name (the entity that hired the lobbyist), partial match."
},
"filing_type": {
"type": "string",
"description": "Filing type code, e.g. 'RR' (registration), 'Q1'-'Q4' (quarterly reports)."
},
"filing_year": {
"type": "number",
"description": "Filing year, e.g. 2025."
},
"registrant_name": {
"type": "string",
"description": "Lobbying firm / registrant name (partial match)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries