# SEC Federal Register Comment Deadline Monitor

**Use case:** 

Monitor SEC Federal Register proposed rules and notices with comment deadlines, PDFs, agency data, and raw metadata.

## Input

```json
{
  "term": "disclosure",
  "agencies": [
    "securities-and-exchange-commission"
  ],
  "documentTypes": [
    "PRORULE",
    "NOTICE"
  ],
  "publicationDateFrom": "2025-01-01",
  "commentDateFrom": "2026-01-01",
  "sortBy": "newest",
  "maxItems": 100,
  "includeRaw": true
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "documentType": {
    "label": "Type"
  },
  "publicationDate": {
    "label": "Published"
  },
  "agencyNames": {
    "label": "Agencies"
  },
  "documentNumber": {
    "label": "Document no."
  },
  "citation": {
    "label": "Citation"
  },
  "htmlUrl": {
    "label": "HTML URL"
  },
  "pdfUrl": {
    "label": "PDF URL"
  },
  "commentsCloseOn": {
    "label": "Comments close"
  },
  "commentUrl": {
    "label": "Comment URL"
  },
  "abstract": {
    "label": "Abstract"
  },
  "excerpts": {
    "label": "Search excerpts"
  },
  "sourceUrl": {
    "label": "API request"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Federal Register Regulatory Notices Scraper](https://apify.com/automation-lab/federal-register-regulatory-notices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/federal-register-regulatory-notices-scraper) to learn more, explore other use cases, and run it yourself.