# All Types Federal Register — Notices, Rules & Regulations

**Use case:** 

Extract Federal Register — Notices, Rules & Regulations data filtered by All Types. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "documentType": "",
  "significant": false,
  "sortBy": "newest"
}
```

## Output

```json
{
  "documentUrl": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "type": {
    "label": "Type"
  },
  "agencyNames": {
    "label": "Agencies"
  },
  "publicationDate": {
    "label": "Published"
  },
  "commentsCloseOn": {
    "label": "Comments Close"
  },
  "citation": {
    "label": "Citation"
  }
}
```

## About this Actor

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