# Search AI rulemaking documents on Regulations.gov

**Use case:** 

Find recent federal regulatory documents about artificial intelligence on Regulations.gov and export titles, agencies, dates, and public links.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "artificial intelligence"
  ],
  "documentType": "",
  "openForComment": false,
  "sortBy": "-postedDate",
  "maxResults": 25
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "documentType": {
    "label": "Doc Type",
    "format": "text"
  },
  "agencyId": {
    "label": "Agency",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "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.