US Federal Regulations Monitor avatar

US Federal Regulations Monitor

Pricing

from $10.00 / 1,000 results

Go to Apify Store
US Federal Regulations Monitor

US Federal Regulations Monitor

Monitor the Federal Register for new rules, proposed regulations, notices, and presidential documents. Filter by keyword, agency, type, and date, and track open public comment periods. Official data with links. For compliance, legal, and government-affairs teams.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Saturnin Pugnet

Saturnin Pugnet

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

21 days ago

Last modified

Categories

Share

Monitor the Federal Register for new federal rules, proposed regulations, notices, and presidential documents. Filter by keyword, agency, and type, and track open public comment periods. Official data with links, lightweight HTTP actor, no key.

Use Cases

  • Compliance & legal: catch new and proposed rules affecting your industry the day they publish
  • Government affairs / lobbying: track open comment periods and their deadlines
  • Regulatory intelligence: monitor a specific agency (SEC, FDA, EPA, FCC…) or topic
  • AI agents: "new proposed rules on [topic]", "open comment periods closing this month at [agency]"

Input

{
"documentTypes": ["proposed_rules"],
"term": "artificial intelligence",
"onlyOpenForComment": true,
"sinceDays": 30
}
FieldDescription
documentTypesrules, proposed_rules, notices, presidential (empty = all)
termFree-text keyword filter
agenciesAgency slugs (e.g. securities-and-exchange-commission)
onlyOpenForCommentOnly documents whose comment period is still open
sinceDaysOnly documents published in the last N days
maxResultsCap (0 = unlimited)

Output

Each document: documentNumber, title, type, publicationDate, agencies, abstract, commentsCloseOn, openForComment, effectiveOn, htmlUrl, dataSource.

Notes

  • Data is from the official Federal Register API, updated the day documents publish.
  • Schedule a daily run with onlyOpenForComment: true for a live comment-period tracker; add a webhook for alerts.