# EPA Federal Register Rule Monitor

**Use case:** 

Track new EPA rules and proposed rules on the Federal Register from the last 30 days. Get them in your workflow or Slack.

## Input

```json
{
  "keywords": [],
  "agencies": [
    "environmental-protection-agency"
  ],
  "documentTypes": [
    "RULE",
    "PRORULE"
  ],
  "sinceDays": 30,
  "maxResults": 10,
  "monitorMode": false
}
```

## Output

```json
{
  "documentNumber": {
    "label": "Document number",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "agencies": {
    "label": "Agencies",
    "format": "array"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "string"
  },
  "effectiveOn": {
    "label": "Effective on",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "htmlUrl": {
    "label": "Document URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Federal Register Monitor 📜 (new rules & notices alerts)](https://apify.com/tagadanar/federal-register-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/federal-register-monitor) to learn more, explore other use cases, and run it yourself.