Policy Positions by Topic
politics_positionsPolicy positions across officials by topic, covering who supports or opposes issues such as crypto, stablecoins, AI, healthcare, and guns. Each position carries a source URL and origin hash. Returns compact records by default (id, name, party, state, stance, summary, source) with a total count; the compact parameter controls row detail and offset controls paging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page. Compact: default 100, max 250. Full: default 25, max 50. | |
| party | No | Filter by party (Republican, Democrat) | |
| state | No | Filter by state (2-letter code) | |
| topic | Yes | Policy topic label — use exact stored labels: Cryptocurrency, Technology, Healthcare, Immigration, Climate, Gun Control, Abortion, Taxes, Economy, Education, National Security, Housing, Criminal Justice, Social Security, Voting Rights, Agriculture, Trade | |
| offset | No | Pagination offset. Response includes total; page by offset += limit. | |
| compact | No | Compact mode (default). Small bounded record per position; use with offset to page. Set false for full rows (limit capped at 50). |