๐Ÿ›๏ธ Congress.gov Intelligence - Bills, Members & Votes avatar

๐Ÿ›๏ธ Congress.gov Intelligence - Bills, Members & Votes

Pricing

from $3.00 / 1,000 results

Go to Apify Store
๐Ÿ›๏ธ Congress.gov Intelligence - Bills, Members & Votes

๐Ÿ›๏ธ Congress.gov Intelligence - Bills, Members & Votes

Extract US Congressional data from official Congress.gov API. Get bills, amendments, members, committees, hearings, nominations, treaties & CRS reports. Filter by congress, chamber, state, date. Includes AI relevance scoring. Perfect for political research, lobbying & legal compliance.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Ben

Ben

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

13 days ago

Last modified

Share

๐Ÿ›๏ธ Congress.gov Intelligence โ€” Bills, Members, Votes & Legislation Data

Track US Congressional activity straight from the official Congress.gov API โ€” bills, amendments, members, committees, hearings, nominations, treaties, CRS reports, House roll-call votes and the Congressional Record. Filter by Congress, chamber, bill type, state, keyword or date range, pull full sponsor and action details, and get an AI relevance score on every item so the important legislation rises to the top. API-based and reliable โ€” no bot blocks, no broken scrapers. Export to JSON/CSV/Excel, run on a schedule, call via API, or connect to Make, Zapier or n8n.

๐Ÿ“œ What is the Congress.gov Intelligence?

It turns the official Library of Congress data feed into a structured dataset for policy work. Pick a data_type (bills, members, votes and more), add optional filters, and it returns every matching record with clean fields โ€” titles, sponsors, latest actions, statuses, subjects and direct Congress.gov links โ€” plus an optional full-details mode that fetches sponsors, cosponsors, summaries, actions and bill-text links. Lobbyists, journalists, researchers and compliance teams get accurate legislative data without scraping or manual lookups.

What data does it extract?

  • Bills & resolutions โ€” title, type/number, congress, origin chamber, latest action and date, sponsor (name, party, state, bioguide id), cosponsor count, summary, subjects and policy area
  • Amendments โ€” purpose, type/number, chamber and latest action
  • Members of Congress โ€” name, party, state, district, chamber and term years
  • Committees, hearings, nominations and treaties โ€” names, dates, status and topics
  • CRS research reports and the Congressional Record
  • House roll-call votes (Beta) โ€” question, result and member votes
  • AI relevance score (0โ€“100) on every item, plus Congress.gov URLs and a scraped_at timestamp
  • Optional full-text links (PDF, XML, HTML) for bills and amendments

โฌ‡๏ธ Input

Choose a data type, add filters, then run (a free Congress.gov key is required):

FieldDescription
api_keyYour free Congress.gov API key โ€” get one at api.congress.gov/sign-up
data_typebills, amendments, members, committees, hearings, nominations, treaties, crs_reports, house_votes, congressional_record
congressFilter by Congress number, e.g. 118 (2023โ€“2025)
bill_typeBills only: hr, s, hjres, sjres, hconres, sconres, hres, sres
chamberhouse or senate
state_codeMembers only: 2-letter state, e.g. CA, TX, NY
search_queryKeywords in titles/descriptions, e.g. climate change
from_date / to_dateDate range filter (YYYY-MM-DD)
include_detailsFetch sponsors, cosponsors, actions and summaries (slower)
include_textInclude full-text links (bills & amendments)
max_resultsMaximum results (1โ€“10000, default 100; paginates automatically)
enable_scoringCalculate AI relevance scores 0โ€“100 (default true)

Example input

{
"api_key": "YOUR_API_KEY",
"data_type": "bills",
"congress": 118,
"search_query": "climate change",
"include_details": true,
"max_results": 100,
"enable_scoring": true
}

โฌ†๏ธ Output

Every item is one clean row (view as a table, or export JSON / CSV / Excel):

{
"type": "bill",
"data_source": "congress.gov",
"bill_type": "HR",
"number": "1234",
"congress": 118,
"title": "Clean Energy Innovation Act",
"origin_chamber": "House",
"latest_action": "Referred to the Committee on Energy and Commerce.",
"latest_action_date": "2024-03-15",
"sponsor": {
"name": "Rep. Smith, John [D-CA-12]",
"party": "D",
"state": "CA",
"bioguide_id": "S001234"
},
"cosponsor_count": 45,
"summary": {
"text": "This bill promotes clean energy innovation and research...",
"action_date": "2024-03-15",
"action_desc": "Introduced in House"
},
"subjects": ["Energy", "Climate Change", "Research"],
"policy_area": "Energy",
"relevance_score": 85,
"url": "https://api.congress.gov/v3/bill/118/hr/1234",
"congress_gov_url": "https://www.congress.gov/bill/118th-congress/house-bill/1234",
"scraped_at": "2026-06-26T15:30:00+00:00"
}

๐Ÿ’ก Use cases

  • ๐Ÿงญ Lobbying & government affairs: monitor bills affecting your industry by keyword, committee or sponsor and act on them early.
  • ๐Ÿ“ฐ Journalism & research: surface newsworthy or high-relevance legislation and pull sponsor, cosponsor and action histories.
  • โš–๏ธ Legal & compliance: track regulatory and legislative changes across a Congress, chamber or date range.
  • ๐ŸŽ“ Academic & policy analysis: build datasets of bills, members, votes and committees for longitudinal study.

โ“ FAQ

How do I track bills on a topic? Set data_type: "bills", add a search_query (e.g. artificial intelligence) and optionally a congress and date range, then run. Turn on include_details for sponsors, cosponsors, summaries and actions.

Do I need an API key? Yes โ€” a free Congress.gov key, which you get in seconds at api.congress.gov/sign-up by entering your name and email. Paste it into api_key. There is no paid tier to subscribe to.

What data types are supported? Ten: bills, amendments, members, committees, hearings, nominations, treaties, CRS reports, House roll-call votes (Beta) and the Congressional Record.

What is the relevance score? An AI-calculated 0โ€“100 score (when enable_scoring is on) based on recency, legislative activity, current-Congress status and importance โ€” so you can sort the most relevant items first.

Can I get full bill text? Yes. Set include_text: true for bills and amendments to receive links to full-text versions (PDF, XML, HTML).

Can I filter members by state? Yes. Set data_type: "members" with a state_code like TX and optionally a chamber to list senators or representatives.

How many results can I pull? Up to max_results (1โ€“10000). The actor respects the API's per-request limit, paginates automatically and retries on rate limits.

Is the data reliable? Yes โ€” it comes directly from the official Congress.gov API, so there is no bot protection or scraping to break.

Can I run it on a schedule or via API? Yes. Schedule recurring runs in Apify, call it via the API/SDK, or connect it to Make, Zapier or n8n to keep a legislative feed live.

Is it legal? It uses the official, public Congress.gov API with your own free key. Use it responsibly and follow Congress.gov's terms and applicable laws.

๐Ÿ”— You might also like


Keywords: Congress.gov API, congressional data, bill tracking, legislation API, US bills, members of Congress, roll call votes, committee hearings, presidential nominations, treaties, CRS reports, policy tracking, lobbying intelligence, legislative monitoring, government data API.