GovTrack US Congress Scraper
Pricing
from $29.93 / 1,000 results
GovTrack US 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.
Pricing
from $29.93 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share

๐๏ธ GovTrack US Congress Scraper
๐ Export US Congress data in seconds. Pull roles, bills, and roll-call votes filtered by congress number and chamber. Senators, representatives, committee assignments, contact details, and full legislative metadata. No API key, no registration.
๐ Last updated: 2026-05-13 ยท ๐ 3 entity modes ยท ๐๏ธ 119 Congresses ยท ๐ณ๏ธ House + Senate ยท ๐ GovTrack public API
The GovTrack US Congress Scraper queries the GovTrack.us public REST API and returns rich records across three entities: lawmaker roles, bills, and roll-call votes. GovTrack is a non-partisan civic-tech project that has tracked the United States Congress since 2004, archiving every member, bill, amendment, and vote in machine-readable form.
The catalog covers every congress from the 1st (1789) to the current 119th, both chambers, and every roll-call vote and bill across more than two centuries of legislative history. This Actor exposes congress and chamber filters at the API level, so chamber-specific or congress-specific exports are fast.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| Journalists, policy researchers, advocacy groups, lobbyists, political scientists, civic-tech developers, election analysts, government-affairs teams | Lawmaker contact lists, vote tracking, bill monitoring, committee mapping, longitudinal congressional analysis, civic-app data feeds, accountability dashboards |
๐ What the GovTrack Scraper does
Three entity modes in a single Actor:
- ๐ค Roles. Lawmaker roles with person block (name, party, state, district, gender, birthday, bioguide ID, OpenSecrets ID, C-SPAN ID, social IDs), role type (senator / representative), title, leadership position, senator class and rank, start and end dates, current flag, congress numbers, official website, phone, office, mailing address, contact form URL, and RSS feed URL.
- ๐ Bills. Bill identifiers, titles, congress, chamber, sponsor, status, introduced and current-status dates, committees, subjects, related bills, summaries, and link to GovTrack and Congress.gov.
- ๐ณ๏ธ Votes. Roll-call votes with chamber, vote number, congress, session, date, result, vote type, related bill or amendment, total counts (Yea / Nay / Present / Not Voting), and individual member positions.
Filter by congress number (1 to 119) and chamber (House or Senate, currentOnly toggle for roles).
๐ก Why it matters: the U.S. Congress publishes data across half a dozen official portals (Congress.gov, GPO, House Clerk, Senate.gov) with no unified API. GovTrack consolidates all of it. This Actor turns that consolidation into a downloadable CSV/JSON in two minutes.
๐ฌ Full Demo
๐ง Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded Congress dataset.
โ๏ธ Input
| Input | Type | Default | Behavior |
|---|---|---|---|
entity | enum | "role" | One of role, bill, vote. |
maxItems | integer | 10 | Records to return. Free plan caps at 10, paid plan at 1,000,000. |
congress | integer | (empty) | Congress number (1-119). Empty = all. |
chamber | string | "" | One of house or senate. Empty = both. |
currentOnly | boolean | true | Roles only: limit to currently sitting members. |
Example: every current senator.
{"entity": "role","chamber": "senate","currentOnly": true,"maxItems": 100}
Example: bills introduced in the 118th Congress House.
{"entity": "bill","congress": 118,"chamber": "house","maxItems": 1000}
โ ๏ธ Good to Know: chamber routing differs by entity. Roles map
chambertorole_type(senatetosenator,housetorepresentative). Bills repeat thebill_typequery parameter four times for the chamber's bill subtypes (e.g.hr,hjres,hconres,hresfor House). Votes use thechamberparameter directly. The Actor handles this routing for you so the samechamberinput works across all three modes. Senators carrysenator_class(class1, class2, class3) andsenator_rank(junior / senior) directly.
๐ Output
Output shape varies by entity. Each role record carries roughly 30 fields; bills and votes carry their own native schemas.
๐งพ Roles schema (selected fields)
| Field | Type | Example |
|---|---|---|
๐ id | string | "C001035" (bioguide ID) |
๐ค person | object | Full person block (name, gender, birthday, social IDs) |
๐ state | string | "ME" |
๐ party | string | "Republican" |
๐๏ธ role_type | string | "senator" or "representative" |
๐ title | string | "Sen." |
๐ leadership_title | string | null | "Senate Minority Whip" |
๐ senator_class | string | "class2" |
๐
senator_rank | string | "senior" |
๐
startdate | string | "2021-01-03" |
๐๏ธ enddate | string | "2027-01-03" |
โ
current | boolean | true |
๐ข congress_numbers | number[] | [117, 118, 119] |
๐ website | string | "https://www.collins.senate.gov" |
โ๏ธ phone | string | "202-224-2523" |
๐ข office | string | "413 Dirksen Senate Office Building" |
๐ฌ address | string | full mailing address |
๐ contact_form | string | URL |
๐ก rss_url | string | URL |
๐ scrapedAt | ISO 8601 | "2026-05-13T22:26:21.663Z" |
๐ฆ Sample records
โจ Why choose this Actor
| Capability | |
|---|---|
| ๐๏ธ | Three entities. Roles, bills, and roll-call votes in one Actor. |
| ๐ฏ | Server-side filters. Congress, chamber, and current-only filters run at the API level. |
| ๐ | Full contact block. Phone, office address, contact form URL, official website, and RSS feed for every role. |
| ๐ | Senator class + rank. Class 1/2/3 and junior/senior labels surfaced directly. |
| ๐ | Leadership titles. Whip, leader, and chair positions captured as text. |
| โก | Fast. REST pagination with offset, page size up to 600 per page. |
| ๐ซ | No authentication. Works on the public GovTrack API. No login or API key. |
๐ GovTrack has tracked Congress since 2004 and is the canonical open-data source for U.S. federal legislative activity.
๐ How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| โญ GovTrack Scraper (this Actor) | $5 free credit, then pay-per-use | Full Congress | Live per run | congress, chamber, entity | โก 2 min |
| Hand-rolled GovTrack queries | Free | Full | Manual | Manual | ๐ข Days |
| ProPublica Congress API | Free with key | Full | Live | Many | โณ Hours |
| Congress.gov manual download | Free | Full | Manual | Limited | ๐ Variable |
Pick this Actor when you want broad Congress coverage, ready-built role + bill + vote modes, and no pipeline maintenance.
๐ How to use
- ๐ Sign up. Create a free account with $5 credit (takes 2 minutes).
- ๐ Open the Actor. Go to the GovTrack US Congress Scraper page on the Apify Store.
- ๐ฏ Set input. Pick an entity, set the congress number and chamber, and choose
maxItems. - ๐ Run it. Click Start and let the Actor collect your data.
- ๐ฅ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.
โฑ๏ธ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.
๐ผ Business use cases
๐ Automating GovTrack Scraper
Control the scraper programmatically for scheduled runs and pipeline integrations:
- ๐ข Node.js. Install the
apify-clientNPM package. - ๐ Python. Use the
apify-clientPyPI package. - ๐ See the Apify API documentation for full details.
The Apify Schedules feature lets you trigger this Actor on any cron interval. Daily refreshes catch every new bill, every new vote, and every roster change.
๐ Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
๐ค Ask an AI assistant about this scraper
Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:
- ๐ฌ ChatGPT
- ๐ง Claude
- ๐ Perplexity
- ๐ Copilot
โ Frequently Asked Questions
๐งฉ How does it work?
Pick an entity (role / bill / vote), set congress and chamber filters, click Start, and the Actor hits the GovTrack REST API with server-side filters and pagination. Records are emitted as clean JSON ready for download. No browser automation, no captchas, no setup.
๐๏ธ Where does the data come from?
Directly from the GovTrack.us public API at www.govtrack.us/api/v2. GovTrack is operated by Civic Impulse, LLC and has consolidated U.S. federal legislative data since 2004.
๐ข Which Congresses are covered?
Every Congress from the 1st (1789) through the current 119th. Older roles, bills, and votes were back-filled by GovTrack from historical records.
๐ณ๏ธ Does it include individual votes by member?
Yes, when you query the vote entity. The full voter list (Yea / Nay / Present / Not Voting) is part of each roll-call vote record. The roles entity returns lawmaker biographies; bill and vote entities surface the rest.
๐ Does the role record include phone and office address?
Yes. Currently sitting members carry phone, office, address, contact form URL, and RSS feed. Historical roles may omit some of these depending on when the member served.
๐ How often is the dataset refreshed?
GovTrack ingests new bills and votes within hours of their official publication and updates member rosters at the start of each Congress. Every run of this Actor pulls live, so your dataset reflects current GovTrack data at run time.
๐ What ID conventions are used?
Members carry a Library-of-Congress bioguideid (e.g. C001035), OpenSecrets osid, and C-SPAN cspanid. Bills carry GovTrack IDs of the form hr123-118. Votes carry chamber + congress + session + vote number tuples.
โฐ Can I schedule regular runs?
Yes. Use Apify Schedules to run this Actor on any cron interval (hourly, daily) and keep a downstream civic database in sync.
โ๏ธ Is this data legal to use?
Yes. U.S. federal legislative data is in the public domain. GovTrack republishes it under permissive terms. Review GovTrack's terms of service for your specific use case, especially for commercial redistribution at scale.
๐ณ Do I need a paid Apify plan to use this Actor?
No. The free Apify plan is enough for testing and small runs (10 records per run). A paid plan lifts the limit and unlocks scheduling, higher concurrency, and larger datasets.
๐งช What if I need state-level legislative data?
This Actor covers only the U.S. Congress. For state legislatures, reach out via the contact form below to request a companion state-level scraper.
๐ What if I need help?
Our support team is here to help. Contact us through the Apify platform or use the Tally form linked below.
๐ Integrate with any app
GovTrack Scraper connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get vote and bill alerts in your channels
- Airbyte - Pipe Congress data into your warehouse
- GitHub - Trigger runs from commits and releases
- Google Drive - Export datasets straight to Sheets
You can also use webhooks to trigger downstream actions when a run finishes. Push fresh roll-call vote data into your accountability dashboard, or alert your team in Slack when a watched bill moves.
๐ Recommended Actors
- ๐ฅ FINRA BrokerCheck Scraper - U.S. broker and firm regulatory disclosures
- ๐ ๏ธ Texas State Licensed Contractor Scraper - Texas TDLR contractor licenses
- ๐๏ธ California CSLB Contractor Scraper - California State Licensing Board records
- ๐ Smart Apify Actor Scraper - Apify Store actor metadata and quality signals
๐ก Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.
๐ Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.
โ ๏ธ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by GovTrack.us, Civic Impulse LLC, or the United States Congress. All trademarks mentioned are the property of their respective owners. Only publicly available open legislative data is collected.