# Scrape EPA proposed rules from Regulations.gov

**Use case:** 

Collect EPA proposed rule documents from Regulations.gov with newest-first sorting for compliance monitoring and policy research.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "environment"
  ],
  "documentType": "Proposed Rule",
  "agencyId": "EPA",
  "openForComment": false,
  "sortBy": "-postedDate",
  "maxResults": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "documentType": {
    "label": "Type",
    "format": "text"
  },
  "agencyId": {
    "label": "Agency",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "commentEndDate": {
    "label": "Comment Deadline",
    "format": "text"
  },
  "openForComment": {
    "label": "Open",
    "format": "text"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Regulations.gov Scraper](https://apify.com/automation-lab/regulations-gov-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/regulations-gov-scraper) to learn more, explore other use cases, and run it yourself.