πŸ›οΈ Federal Register Comment Deadline Monitor avatar

πŸ›οΈ Federal Register Comment Deadline Monitor

Pricing

from $1.00 / 1,000 comment deadlines

Go to Apify Store
πŸ›οΈ Federal Register Comment Deadline Monitor

πŸ›οΈ Federal Register Comment Deadline Monitor

πŸ›οΈ Never miss a US federal public-comment window. 🎯 Monitor deadlines by agency, keyword, document type, significance and rolling date range. βœ… Official Federal Register API, CFR/docket metadata, PDF links and schedule-ready alerts.

Pricing

from $1.00 / 1,000 comment deadlines

Rating

0.0

(0)

Developer

Ilia

Ilia

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Automatically find US federal rules and notices whose public-comment periods are closing soon. Unlike a generic Federal Register scraper, this Actor produces a deadline-ready feed with rolling date windows, days remaining, agency identifiers, RINs, CFR references, citations, significance flags, and official source links.

Use it for regulatory intelligence, compliance calendars, public-policy research, trade associations, legal operations, journalism, and AI-agent workflows.

Why use this Actor

  • Schedule-ready: daysAhead automatically moves the search window every day; no dates need to be edited.
  • Deadline focused: every paid row has a public-comment closing date.
  • Useful filters: agency slugs, keywords, document types, and significant documents only.
  • Verification links: records link to official FederalRegister.gov HTML, PDF, raw text, and JSON when available.
  • No proxy or external API subscription: data comes from the official FederalRegister.gov API.

Example input for daily monitoring

{
"daysAhead": 30,
"includePastDays": 0,
"query": "artificial intelligence",
"agencies": [],
"documentTypes": ["PRORULE", "NOTICE"],
"significantOnly": false,
"maxItems": 100
}

For a historical or fixed window, provide both deadlineFrom and deadlineTo in YYYY-MM-DD format. Fixed dates override the rolling window.

πŸ“€ Output fields

GroupFields
DeadlinecommentsCloseOn, daysRemaining, effectiveOn
DocumentdocumentNumber, documentTitle, documentType, documentSubtype, publicationDate, action, abstract
Regulatory identifierscitation, docketIds, regulationIdNumbers, cfrReferences, significant
Classificationagencies, agencySlugs, topics
Official sourceshtmlUrl, pdfUrl, rawTextUrl, sourceJsonUrl

Example output

{
"documentNumber": "2026-12345",
"documentTitle": "Example proposed rule",
"documentType": "Proposed Rule",
"publicationDate": "2026-08-20",
"commentsCloseOn": "2026-09-21",
"daysRemaining": 22,
"agencies": ["Example Agency"],
"agencySlugs": ["example-agency"],
"citation": "91 FR 12345",
"cfrReferences": ["40 CFR 1"],
"regulationIdNumbers": ["1234-AA00"],
"significant": false,
"docketIds": ["EXAMPLE-2026-0001"],
"htmlUrl": "https://www.federalregister.gov/documents/...",
"pdfUrl": "https://www.govinfo.gov/content/pkg/..."
}

The example shows the schema and is not a real regulatory document.

Automation recipe

Create an Apify schedule that runs daily, keep daysAhead at 30, 60, or 90, and send the dataset to a webhook, Make, Zapier, Google Sheets, Airtable, Slack, email, or an MCP-compatible AI client. Use documentNumber as the stable deduplication key in the destination.

πŸ’° Pricing

Pay per saved deadline. Filters run before charging, and maxItems limits the maximum number of paid rows. No proxy fee or external data subscription is required. The exact event price is shown in the Pricing tab.

πŸ”Ž Data notes

The source is the official FederalRegister.gov API, but agencies can correct or extend deadlines. Verify legally significant dates using the linked official document. This Actor supplies public regulatory data, not legal advice.

Support

If a record is missing or malformed, open an issue and include the Federal Register document number. Never include API tokens or credentials.

πŸ“₯ Complete input reference

FieldTypeDefaultPurpose
daysAheadinteger30Rolling window from today. Ideal for schedules. Ignored when both fixed dates are provided.
includePastDaysinteger0Also include deadlines from this many days before today.
deadlineFromstringβ€”Optional earliest closing date (YYYY-MM-DD). Provide together with Deadline to to override the rolling window.
deadlineTostringβ€”Optional latest closing date (YYYY-MM-DD). Maximum fixed range: 180 days.
querystringβ€”Optional full-text query, for example artificial intelligence, banking, or emissions.
agenciesarrayβ€”Optional Federal Register agency slugs, for example environmental-protection-agency.
documentTypesarray["PRORULE","NOTICE"]Optional values: RULE, PRORULE, NOTICE, PRESDOCU.
significantOnlybooleanfalseReturn only documents marked significant by the Federal Register.
maxItemsinteger100Maximum matching records written and charged.

πŸ“€ Complete output reference

The default dataset is exportable as JSON, CSV, Excel, XML or RSS. Fields remain stable for scheduled runs and API integrations.

FieldType
documentNumberstring
documentTitlestring
documentTypestring
documentSubtypestring
publicationDatestring
commentsCloseOnstring
daysRemaininginteger
agenciesarray
agencySlugsarray
abstractstring
actionstring
effectiveOnstring
citationstring
cfrReferencesarray
regulationIdNumbersarray
significantboolean
docketIdsarray
topicsarray
htmlUrlstring
pdfUrlstring
rawTextUrlstring
sourceJsonUrlstring
sourcestring

πŸ”Œ API & integrations

Run this Actor from the Apify Console, API, CLI, MCP, Make, Zapier or n8n. Replace the Actor identifier and token in this template:

curl -X POST "https://api.apify.com/v2/acts/federal-rule-comment-deadlines/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'

Results are stored in the run's default dataset and can be forwarded with Apify webhooks or scheduled Tasks.

πŸ”Ž Search keywords

Federal Register Comment Deadline Monitor, federal, register, comment, deadline, monitor, rule, deadlines, Apify Actor, scraper API, structured data, scheduled monitor, automation.