Federal Register Monitor — US Rules, Notices & Regulations avatar

Federal Register Monitor — US Rules, Notices & Regulations

Pricing

Pay per usage

Go to Apify Store
Federal Register Monitor — US Rules, Notices & Regulations

Federal Register Monitor — US Rules, Notices & Regulations

Track new US federal rules, proposed rules, notices and presidential documents by keyword, agency, type and date. Structured JSON with official links. Fast, no browser.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Kenneth Bonnet

Kenneth Bonnet

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Share

Track new US federal rules, proposed rules, notices, and presidential documents by keyword, agency, document type, and date range. Get clean, structured JSON with direct links to the official HTML and PDF — no browser, no API key, no scraping headaches.

Point it at "data breach", "tariff", a competitor's name, or an agency like the SEC or EPA, and get a ready-to-use feed of everything the US government published on it.


What it does

This Actor queries the official Federal Register API v1 (federalregister.gov/developers/api/v1) and flattens the results into a tidy dataset. The Federal Register is the daily journal of the US government — every proposed and final regulation, agency notice, and presidential document.

Each result row includes:

FieldDescription
document_numberUnique Federal Register document number
titleDocument title
typeRule, Proposed Rule, Notice, or Presidential Document
abstractSummary of the document
actionThe regulatory action (e.g. "Final rule", "Notice of meeting")
publication_dateDate published in the Federal Register
effective_onDate the rule takes effect (if applicable)
comments_close_onPublic comment deadline (if applicable)
agenciesList of issuing agencies
primary_agencyThe lead agency
docket_idsRegulatory docket IDs
html_urlLink to the official document page
pdf_urlLink to the official PDF
scraped_atUTC timestamp of extraction

Example use cases

  • Regulatory / compliance monitoring — track every rule or notice from the agencies that regulate you (SEC, EPA, FDA, FCC…).
  • Government affairs & lobbying — catch proposed rules and their comment deadlines the day they publish.
  • Legal research — pull all documents mentioning a statute, program, or topic, with citable official links.
  • Journalism — monitor a keyword across the entire federal government.
  • Comment-deadline alerts — filter by comments_close_on to never miss a public-comment window.

Input

FieldTypeDescription
termstringKeyword or phrase
document_typesarrayRule, Proposed Rule, Notice, Presidential Document
agenciesarrayAgency slugs, e.g. securities-and-exchange-commission
start_date / end_datestringPublication date range (YYYY-MM-DD)
orderstringnewest, oldest, or relevance
max_resultsintegerCap on records returned

At least one filter (term, agencies, document_types, or a date range) is required.

Example input:

{
"term": "cybersecurity",
"document_types": ["Proposed Rule"],
"start_date": "2026-01-01",
"order": "newest",
"max_results": 200
}

Output

A dataset of Federal Register documents (see the table above). Export to JSON, CSV, or Excel, or read it via the dataset API.

Pricing

Pay per result — you are charged only for documents actually delivered. No monthly rental, no charge for empty searches.

Notes

  • Data comes directly from the U.S. Federal Register, whose contents are in the public domain. This Actor does not alter document content.
  • The Actor sends a descriptive User-Agent with contact info, as recommended by federalregister.gov, and paces requests politely.

Disclaimer

This tool retrieves publicly available U.S. government documents from the Federal Register. It is not affiliated with or endorsed by the Office of the Federal Register. Provided for informational purposes only; not legal advice.