GovInfo Publications Scraper
Pricing
from $19.00 / 1,000 results
GovInfo Publications Scraper
Reach into govinfo.gov for official US government publications spanning bills, the Congressional Record, the Federal Register, and committee reports. Each item returns the package id, title, collection, congress number, document class, publish date, and branch. Built for policy research.
Pricing
from $19.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

๐๏ธ GovInfo Publications Scraper
๐ Pull official US government publications in seconds. Bills, Federal Register, Congressional Record, committee reports, and the US Code, straight from the public govinfo.gov collections API.
The GovInfo Publications Scraper turns the official Government Publishing Office (GPO) api.govinfo.gov/collections endpoint into a structured dataset of federal publications. Pick a collection (Bills, Federal Register, Congressional Record, US Code, etc.), set a date range, and the actor walks the paginated response and flattens each package into one row.
GovInfo is the authoritative source for official US federal documents, maintained by the GPO and trusted by lawyers, journalists, and researchers.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| โ๏ธ Legal researchers | Track new bills and statutes by Congress |
| ๐ฐ Investigative journalists | Monitor the Federal Register for new rules |
| ๐ข Policy analysts | Build longitudinal datasets of congressional activity |
| ๐ค ML engineers | Train models on official legislative text |
| ๐๏ธ Civic tech builders | Power public dashboards of congressional output |
๐ What the GovInfo Publications Scraper does
- Calls
api.govinfo.gov/collections/{collection}/{startDate}/{endDate}with your filters. - Walks the paginated response across
pageSizeandoffset. - Flattens each package into one row with stable columns.
- Builds the canonical PDF URL for every package so you can pipe to a downloader.
- Pushes any upstream error as a single record rather than crashing the run.
๐ก Why it matters GovInfo holds the authoritative copy of every US federal publication, but its API requires you to chunk by date range and walk offsets. This actor handles pagination so you can focus on the data.
๐ Data fields
Each record includes: branch, collection, congress, docClass, granuleCount, lastModified, packageId, pdfUrl, publishDate, scrapedAt, title. All 11 field names come from a real production run, so what you see here is what lands in your dataset.
โ ๏ธ Good to Know The operator running this actor needs a free
data.govAPI key set as theGOVINFO_API_KEYenvironment variable. Get one in 30 seconds at api.data.gov/signup.
๐ How to use
- Click Try for free.
- Pick a
collectionand astartDate. - Click Start.
- Open the dataset when the run finishes.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge Alpha Vantage Scraper | Public market data. |
| ParseForge NBA Stats Scraper | Player and team stats. |
| ParseForge CurseForge Mods Scraper | Public mod metadata. |
๐ก Pro Tip browse the complete ParseForge collection for 900+ production-grade scrapers.
Disclaimer This actor uses only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.
๐ Need Help?
If you hit a bug, have questions about setup, or need a scraper we haven't built yet, open our contact form or write to parseforge@protonmail.com. We also take on paid custom data projects.
For faster answers, join our Discord. It's the best place to get support and suggest new actors.