# NOTICE Federal Register | Daily US Rulemaking Notices

**Use case:** 

Extract Federal Register | Daily US Rulemaking Notices data filtered by NOTICE. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "documentType": [
    "NOTICE"
  ]
}
```

## Output

```json
{
  "documentNumber": {
    "label": "📄 Doc Number",
    "format": "text"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "type": {
    "label": "📑 Type",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "publicationDate": {
    "label": "📅 Published",
    "format": "text"
  },
  "agencies": {
    "label": "🏛️ Agencies",
    "format": "text"
  },
  "abstract": {
    "label": "📝 Abstract",
    "format": "text"
  },
  "pdfUrl": {
    "label": "📕 PDF",
    "format": "link"
  },
  "publicInspectionPdfUrl": {
    "label": "🔍 Public Inspection PDF",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Federal Register Scraper | Daily US Rulemaking Notices](https://apify.com/parseforge/federalregister-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/federalregister-scraper) to learn more, explore other use cases, and run it yourself.