Congress.gov Legislation - Bills, Votes & Sponsors avatar

Congress.gov Legislation - Bills, Votes & Sponsors

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Congress.gov Legislation - Bills, Votes & Sponsors

Congress.gov Legislation - Bills, Votes & Sponsors

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.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Congress.gov - Federal Legislation & Bill Tracker

Search and monitor US federal legislation from Congress.gov. Filter by congress number, bill type, policy area, and keyword. Get bill titles, sponsors, cosponsors, introduced dates, latest actions, and direct Congress.gov links. Results in seconds, not manual archive searches.

No browser automation. Reads directly from the official Congress.gov API.


What You Get

Each result is one federal bill or resolution.

FieldTypeDescription
billNumberstringBill number (e.g. 1234)
billTypestringBill type: HR, S, HJRES, SJRES, HRES, SRES
congressintegerCongress number (e.g. 118 for the 118th Congress, 2023-2025)
billTitlestringFull bill title
introducedDatestringDate the bill was introduced
latestActionDatestringDate of the most recent action
latestActionTextstringDescription of the most recent action
sponsorsstringSponsor names (comma-separated)
cosponsorsCountintegerNumber of cosponsors
policyAreastringAssigned policy area (e.g. Energy, Health, Transportation)
originChamberstringOriginating chamber (House or Senate)
updateDatestringDate the record was last updated
urlstringDirect Congress.gov URL for this bill

Sample Output

{
"billNumber": "5376",
"billType": "HR",
"congress": 117,
"billTitle": "Inflation Reduction Act of 2022",
"introducedDate": "2022-08-12",
"latestActionDate": "2022-08-16",
"latestActionText": "Became Public Law No: 117-169.",
"sponsors": "John Yarmuth",
"cosponsorsCount": 0,
"policyArea": "Economics and Public Finance",
"originChamber": "House",
"url": "https://www.congress.gov/bill/117th-congress/house-bill/5376"
}

Who Uses This

Government affairs and lobbying teams tracking legislation relevant to their clients. Search by policy area and keyword to monitor bills from introduction through final action without manually checking Congress.gov each day.

Compliance and regulatory teams monitoring legislation that could affect their industry. Filter by policy area (Health, Finance, Energy, Transportation) to catch bills early and build response timelines before they reach final passage.

Law firms and policy research groups building structured datasets of legislative activity. Batch-export bills by congress, chamber, and subject for comparative analysis, briefing materials, or academic research.

Corporate government relations teams tracking sponsor and cosponsor counts as signals of legislative momentum. High cosponsor counts on bills in your sector indicate political will that warrants early attention.

Journalists and policy analysts mapping legislative trends over time. Pull all bills from a given congress in a specific policy area to quantify activity, identify repeat sponsors, and measure how far bills advanced.


How to Use

Step 1: Configure your input

Search by keyword across the current congress:

{
"searchTerm": "infrastructure",
"congress": 118,
"maxResults": 50
}

Filter by bill type:

{
"searchTerm": "climate",
"congress": 118,
"billType": "s",
"maxResults": 25
}

Filter by policy area after keyword search:

{
"searchTerm": "healthcare",
"congress": 118,
"subject": "Health",
"maxResults": 100
}

Use your own API key for higher throughput:

{
"searchTerm": "energy",
"congress": 118,
"apiKey": "YOUR_CONGRESS_GOV_KEY",
"maxResults": 250
}

Input reference

ParameterTypeDescription
searchTermstringKeyword to filter bills by title (e.g. climate, healthcare, infrastructure).
congressintegerUS Congress number (e.g. 118 for 2023-2025, 117 for 2021-2023). Default 118.
billTypestringBill type filter: hr, s, hjres, sjres, hres, sres. Leave blank for all types.
subjectstringPolicy area filter applied after fetching details (e.g. Energy, Health, Transportation).
apiKeystringCongress.gov API key. Leave blank to use DEMO_KEY (40 req/hr). Register free at api.congress.gov.
maxResultsintegerMaximum number of bills to return. Default 20, max 250.

Cost Estimate

Pricing is $0.002 per result.

Run sizeEstimated cost
20 results~$0.04
100 results~$0.20
250 results~$0.50

Output Formats

Results are available in JSON, CSV, and Excel from the Apify dataset viewer. Connect to downstream tools via the Apify API or webhooks.


FAQ

Does this require a paid API key? No. The actor uses the free DEMO_KEY by default, which allows 40 requests per hour. For higher throughput, register a free personal key at api.congress.gov, which provides 5,000 requests per hour.

What congress numbers are available? Congress.gov covers the 93rd Congress (1973) through the current congress. The 118th Congress covers 2023-2025. The 119th Congress began January 2025.

What bill types are supported? HR (House Bill), S (Senate Bill), HJRES (House Joint Resolution), SJRES (Senate Joint Resolution), HRES (House Resolution), SRES (Senate Resolution). Pass the lowercase abbreviation (e.g. hr, s).

How does the subject filter work? The subject field filters by the policy area assigned by the Congressional Research Service. It is applied after the keyword search. Common values include Health, Energy, Finance and Financial Sector, Transportation and Public Works, Environmental Protection, and Armed Forces and National Security.

Is the data real-time? Yes. The actor queries the live Congress.gov API on each run. Results reflect the current state of the database including the latest bill actions and cosponsor counts at the time of the run.