# Significant proposed rules

**Use case:** 

Proposed rules carrying the EO 12866 significance flag — major regulation while it is still a proposal.

## Input

```json
{
  "searchTerm": "artificial intelligence",
  "documentTypes": [
    "PRORULE"
  ],
  "agencies": [
    "environmental-protection-agency",
    "food-and-drug-administration"
  ],
  "sections": [
    "environment"
  ],
  "maxDocuments": 200,
  "sortBy": "newest",
  "publishedLastDays": 7,
  "publishedFrom": "2026-01-01",
  "publishedTo": "2026-12-31",
  "effectiveFrom": "2026-09-01",
  "effectiveTo": "2026-12-31",
  "effectiveNextDays": 90,
  "openForCommentOnly": true,
  "commentsCloseBefore": "2026-09-30",
  "significantOnly": true,
  "cfrTitle": 40,
  "cfrPart": 60,
  "docketId": "FDA-2026-N-2886",
  "regulationIdNumber": "2060-AV50",
  "presidentialDocumentTypes": [
    "executive_order"
  ],
  "presidents": [
    "donald-trump"
  ],
  "includeFullText": true
}
```

## Output

```json
{
  "documentNumber": {
    "label": "Document number",
    "format": "string"
  },
  "publicationDate": {
    "label": "Published",
    "format": "string"
  },
  "documentTypeLabel": {
    "label": "Type",
    "format": "string"
  },
  "agencyNames": {
    "label": "Agencies",
    "format": "array"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "significant": {
    "label": "Significant",
    "format": "boolean"
  },
  "htmlUrl": {
    "label": "Document URL",
    "format": "string"
  }
}
```

## About this Actor

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