VOOZH about

URL: https://apify.com/crawlerbros/congress-gov-scraper

โ‡ฑ Congress.gov Scraper ยท Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

Congress.gov Scraper

Scrape Congress.gov, the official source for US legislative data. Search bills, get member info, browse committees. Replaces GovTrack (API discontinued summer 2026). Powered by the official Congress.gov API.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

Share

Extract US legislative data from Congress.gov โ€” the official source for bills, members, and committees maintained by the Library of Congress. This actor replaces GovTrack (API discontinued summer 2026) and uses the free official Congress.gov API.

What You Get

  • Bills โ€” title, sponsor, party, state, policy area, subjects, latest action, introduced date, cosponsor count, and direct bill URL
  • Members โ€” bioguide ID, name, party, state, district, chamber, legislation counts, and photo URL
  • Committees โ€” name, chamber, type, subcommittee count, and Congress.gov URL
  • Bill details โ€” full structured data for any specific bill by congress number, type, and bill number

Data Source

All data is sourced from the official Congress.gov API (api.congress.gov) maintained by the Library of Congress. The API is free to use without registration (30 requests/hour with the default DEMO_KEY). Register at api.congress.gov for 5,000 requests/hour.


Input

FieldTypeDescription
modeSelectWhat to fetch: searchBills, billDetails, members, committees
apiKeyTextCongress.gov API key. Defaults to DEMO_KEY (30 req/hr). Register for 5000 req/hr.
congressIntegerCongress number (100โ€“119). Current is 119 (2025โ€“2026).
billTypeSelectFilter by bill type: HR, S, HJRES, SJRES, HCONRES, SCONRES, HRES, SRES
billNumberIntegerBill number for billDetails mode
queryTextKeyword to filter bill titles in searchBills mode
fromDateTextFilter bills updated on/after this date (YYYY-MM-DD)
toDateTextFilter bills updated on/before this date (YYYY-MM-DD)
chamberSelectFilter by chamber: house, senate, or both
stateTextFilter members by 2-letter US state code (e.g., CA, TX)
partySelectFilter members by party: D (Democrat), R (Republican), I (Independent)
currentMemberBooleanWhen true, return only currently serving members
maxItemsIntegerMaximum records to return (1โ€“500, default 20)

Modes

searchBills โ€” Search and list recent bills

Returns a paginated list of bills from Congress.gov, sorted by most recently updated.

{
"mode":"searchBills",
"congress":119,
"billType":"HR",
"maxItems":20
}

billDetails โ€” Get full details for a specific bill

Returns complete metadata for one bill including sponsor, subjects, action history counts.

{
"mode":"billDetails",
"congress":119,
"billType":"HR",
"billNumber":1
}

members โ€” List congressional members

Returns members with party, state, district, and legislation activity counts.

{
"mode":"members",
"chamber":"senate",
"party":"D",
"currentMember":true,
"maxItems":50
}

committees โ€” List committees

Returns standing, select, and joint committees with chamber and type.

{
"mode":"committees",
"chamber":"house",
"maxItems":30
}

Output Fields

Bills

FieldDescription
congressCongress number (e.g., 119)
billTypeBill type (HR, S, HJRES, etc.)
billNumberBill number
titleFull bill title
originChamberHouse or Senate
introducedDateDate introduced (YYYY-MM-DD)
sponsorSponsor's full name
sponsorPartySponsor's party (D/R/I)
sponsorStateSponsor's state abbreviation
policyAreaPrimary policy area
latestActionMost recent action text
latestActionDateDate of most recent action
cosponsorCountNumber of cosponsors
actionCountTotal action count
subjectsList of legislative subjects
billUrlDirect Congress.gov bill URL
updateDateLast update timestamp

Members

FieldDescription
bioguideIdUnique member identifier
nameFull name
partyNameFull party name
stateState abbreviation
districtCongressional district number
chambersList of chambers served
mostRecentChamberCurrent/most recent chamber
termStartYearMost recent term start year
sponsoredLegislationCountBills sponsored count
cosponsoredLegislationCountBills cosponsored count
imageUrlOfficial photo URL
memberUrlCongress.gov member page URL

Committees

FieldDescription
committeeIdSystem code identifier
nameFull committee name
chamberHouse or Senate
committeeTypeStanding, Select, Joint, etc.
subcommitteeCountNumber of subcommittees
committeeUrlCongress.gov committee URL

Example Output Record (Bill)

{
"congress":119,
"billType":"HR",
"billNumber":1,
"title":"American Innovation and Jobs Act",
"originChamber":"House",
"introducedDate":"2025-01-06",
"sponsor":"Charles Schumer",
"sponsorParty":"D",
"sponsorState":"NY",
"policyArea":"Science, Technology, Communications",
"latestAction":"Referred to the Committee on Ways and Means.",
"latestActionDate":"2025-01-10",
"cosponsorCount":12,
"actionCount":5,
"subjects":["Research and Development","Tax Credits"],
"billUrl":"https://www.congress.gov/bill/119th-congress/hr/1",
"recordType":"bill",
"scrapedAt":"2025-05-25T10:30:00+00:00"
}

Use Cases

  • Legislative research โ€” Track bills by topic, sponsor, or status across Congress sessions
  • Civic tech โ€” Build apps that show what your representatives have been working on
  • Journalism โ€” Monitor bill activity, cosponsor patterns, and committee assignments
  • Policy analysis โ€” Study legislative trends across multiple Congress sessions
  • Academic research โ€” Analyze voting patterns, party alignment, and policy areas
  • Compliance & lobbying โ€” Monitor relevant legislation in your industry

Rate Limits

The default DEMO_KEY is rate-limited to 30 requests per hour. For large-scale data collection:

  1. Register a free API key at api.congress.gov
  2. Enter your key in the apiKey field
  3. Enjoy 5,000 requests per hour

The actor automatically adds delays between requests when using DEMO_KEY to stay within limits.


FAQ

Q: How current is the data? Congress.gov is the official US government source โ€” data is updated within hours of official actions.

Q: What Congress numbers are available? Historical data goes back many congresses. The current is 119 (2025โ€“2026); 118 was 2023โ€“2024.

Q: What are the bill type codes?

  • HR โ€” House Resolution (a bill originating in the House)
  • S โ€” Senate Bill
  • HJRES โ€” House Joint Resolution
  • SJRES โ€” Senate Joint Resolution
  • HCONRES / SCONRES โ€” Concurrent Resolutions
  • HRES / SRES โ€” Simple Resolutions

Q: Can I search for bills by keyword? Yes โ€” use the query field with mode=searchBills to filter results by title keyword.

Q: Is a paid API key required? No. The DEMO_KEY works out of the box with lower rate limits. Register at api.congress.gov for higher limits.

You might also like

Congress.gov Scraper

crawlergang/congress-gov-scraper

Scrape Congress.gov, the official source for US legislative data. Search bills, get member info, browse committees. Replaces GovTrack (API discontinued summer 2026). Powered by the official Congress.gov API.

2

5.0

US Congress Members Scraper

crawlerbros/us-congress-members-scraper

Browse US Congress members, bills, and votes via the free Congress.gov API - no auth or proxy required.

Congress.gov Intelligence - Bills, Members, Votes API

benthepythondev/congress-intelligence

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.

Congress.gov Bills Scraper | US Federal Legislation Export

parseforge/congress-gov-bills-scraper

Export US House and Senate bills from congress.gov: number, title, chamber, latest action, update date and direct URL. Filter by Congress number and bill type (HR, S, HJRES, SJRES and resolutions). CSV, Excel, JSON or XML for legislative tracking and policy research.

Congress.gov Bill Tracker - Bills, Votes, Sponsors & Subjects

jungle_synthesizer/congress-gov-bill-tracker

Track U.S. Congress bills via the official Congress.gov API. Extracts bill details, sponsors, cosponsors with party/state breakdown, committee assignments, policy subjects, and latest actions. Filter by congress number, bill type, or updatedSince for incremental runs.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Congress.gov Legislation - Bills, Votes & Sponsors

pink_comic/congress-gov-legislation-tracker

Track US legislation from Congress.gov. Public records on bills, resolutions, sponsors, and status. Government data for policy research, lobbying intelligence, regulatory monitoring, and compliance teams.

Congress.gov Members Scraper | US House & Senate Directory

parseforge/congress-gov-members-scraper

Export US House and Senate members from congress.gov: name, party, state, district, chamber, term years, bioguide ID and official portrait. Filter by Congress, state, district and current-serving status. CSV, Excel, JSON or XML for government affairs and outreach.

GovTrack US Congress Scraper

parseforge/govtrack-congress-scraper

Scrape US Congress data from GovTrack public API including lawmaker roles (senators / representatives), bills, and roll-call votes with rich biographical metadata (Twitter, YouTube, bioguideid), party, state, district, leadership title, sponsor, current status and more. No API key required.