# EPA Federal Register Climate Rules Extractor

**Use case:** 

Extract EPA climate proposed rules and notices from the Federal Register with dates, agencies, PDFs, and comments.

## Input

```json
{
  "term": "climate",
  "agencies": [
    "environmental-protection-agency"
  ],
  "documentTypes": [
    "PRORULE",
    "NOTICE"
  ],
  "publicationDateFrom": "2025-01-01",
  "sortBy": "newest",
  "maxItems": 100,
  "includeRaw": false
}
```

## 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.