fec_committee_search
ActiveTool of io.github.blackboxfoundry/livedatalink
declared in 1.0.0
Search FEC-registered political committees (campaign committees, PACs, party committees, Super PACs) by name, state, or committee type. Returns committee IDs.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"cycle": {
"type": "number",
"description": "Two-year election cycle (even year, e.g. 2024). Optional."
},
"limit": {
"type": "number",
"description": "Maximum committees to return (default 20, max 100)."
},
"query": {
"type": "string",
"description": "Committee name fragment. Optional."
},
"state": {
"type": "string",
"description": "Two-letter state code to filter by. Optional."
},
"committee_type": {
"type": "string",
"description": "Committee type code: 'P' (President), 'S' (Senate), 'H' (House), 'N'/'Q' (PAC), 'O' (Super PAC), 'X'/'Y' (party). Optional."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries