Federal Register Scraper avatar

Federal Register Scraper

Pricing

from $5.00 / 1,000 documents

Go to Apify Store
Federal Register Scraper

Federal Register Scraper

US federal rules, proposed rules, notices and presidential documents from the official Federal Register API. No key.

Pricing

from $5.00 / 1,000 documents

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Federal Register Scraper ๐Ÿ“œ

US federal government documents โ€” final rules, proposed rules, notices and presidential documents (executive orders, proclamations) โ€” straight from the official Federal Register API. No API key, no proxy.

Search and monitor everything the US government publishes in the Federal Register: final rules, proposed rules (with public comment deadlines), agency notices, and presidential documents including executive orders. Filter by keyword, document type, agency, and publication date.

Perfect for regulatory & compliance monitoring, legal research, lobbying and policy intelligence, government-affairs tracking, and journalism.

Uses the official Federal Register API โ€” public government records, no key required, very low maintenance.


Features

  • โœ… No API key, no proxy โ€” official government API, stable and low-maintenance.
  • โœ… Every document type โ€” final rules, proposed rules, notices, presidential documents.
  • โœ… Executive-order tracking โ€” filter presidential documents to executive orders, proclamations, memoranda.
  • โœ… Comment-period monitoring โ€” pull only proposed rules whose public comment window is still open.
  • โœ… Agency & keyword filters โ€” combine free text, agency and date range.
  • โœ… Full history โ€” up to 10,000 documents per query, newest/oldest/relevance ordering.

Input

FieldDescription
Search termFull-text search (e.g. artificial intelligence, emissions, tariff).
Document typesFinal Rule / Proposed Rule / Notice / Presidential Document.
Presidential document typeExecutive order, proclamation, etc. (when Presidential Document is selected).
AgenciesAgency slugs (e.g. environmental-protection-agency). See federalregister.gov/agencies.
Published after / beforePublication-date range (YYYY-MM-DD).
Open public comment onlyOnly proposed rules whose comment period is still open.
OrderNewest / oldest / relevance.
Max resultsUp to 10,000 per query.
{
"term": "artificial intelligence",
"documentTypes": ["Rule", "Proposed Rule"],
"publishedAfter": "2025-01-01",
"maxResults": 500
}

Example โ€” all executive orders this year

{
"documentTypes": ["Presidential Document"],
"presidentialDocumentType": "executive_order",
"publishedAfter": "2026-01-01",
"order": "newest"
}

Example โ€” proposed rules you can still comment on

{
"documentTypes": ["Proposed Rule"],
"commentsOpenOnly": true,
"maxResults": 300
}

Output

{
"document_number": "2026-13842",
"title": "Medicare and Medicaid Programs; CY 2027 Payment Policies...",
"type": "Proposed Rule",
"abstract": "This proposed rule would revise payment policies under...",
"action": "Proposed rule.",
"publication_date": "2026-07-16",
"effective_on": null,
"comments_close_on": "2026-09-14",
"agencies": ["Health and Human Services Department", "Centers for Medicare & Medicaid Services"],
"citation": "91 FR 43842",
"docket_ids": ["CMS-1834-P"],
"executive_order_number": null,
"president": null,
"significant": true,
"regulations_dot_gov_url": "https://www.regulations.gov/...",
"html_url": "https://www.federalregister.gov/documents/2026/07/16/2026-13842/...",
"pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-07-16/pdf/2026-13842.pdf"
}

Run it on a schedule

Set publishedAfter to yesterday (or commentsOpenOnly) and run daily to track new regulations, executive orders or open comment periods โ€” pipe changes to Slack, email, a webhook or a compliance dashboard.

Notes & limitations

  • Official Federal Register API โ€” public US government documents.
  • A single query is capped at 10,000 documents by the API (narrow with filters for more coverage).
  • commentsOpenOnly is applied over a newest-first scan; pair it with documentTypes: ["Proposed Rule"] for best results.
  • Data source: Federal Register (National Archives / GPO).

Keywords

Federal Register, federal regulations, executive orders, proposed rules, final rules, agency notices, regulatory monitoring, compliance, rulemaking, public comment, government documents, policy tracking, legal research, lobbying, government affairs, presidential documents, proclamations, CFR, regulations.gov, US government data.