# Federal Rulemaking Search Scraper

**Use case:** 

Find US federal rulemaking documents by search term such as immigration. Stay on top of proposed and final rules from Regulations.gov.

## Input

```json
{
  "searchTerm": "immigration",
  "documentType": "documents",
  "maxItems": 3
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "link"
  },
  "documentId": {
    "label": "Document Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "agencyId": {
    "label": "Agency Id",
    "format": "text"
  },
  "documentType": {
    "label": "Document Type",
    "format": "text"
  },
  "subtype": {
    "label": "Subtype",
    "format": "text"
  },
  "frDocNum": {
    "label": "Fr Doc Num",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted Date",
    "format": "text"
  },
  "lastModifiedDate": {
    "label": "Last Modified Date",
    "format": "text"
  },
  "docketId": {
    "label": "Docket Id",
    "format": "text"
  },
  "objectId": {
    "label": "Object Id",
    "format": "text"
  },
  "commentStartDate": {
    "label": "Comment Start Date",
    "format": "text"
  },
  "commentEndDate": {
    "label": "Comment End Date",
    "format": "text"
  },
  "openForComment": {
    "label": "Open For Comment",
    "format": "text"
  }
}
```

## About this Actor

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