# Federal Register Document Scraper (`scrapers_lat/federal-register-scraper`) Actor

Search and extract documents from the U.S. Federal Register by keyword, document type, agency and publication date. Get title, type, abstract, agencies, docket IDs, RIN, citation, effective and comment dates, PDF and HTML URLs.

- **URL**: https://apify.com/scrapers\_lat/federal-register-scraper.md
- **Developed by:** [Michael Flores](https://apify.com/scrapers_lat) (community)
- **Categories:** News, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $8.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Federal Register Document Scraper

> Extract rules, proposed rules, notices and presidential documents from the U.S. Federal Register, the daily journal of the federal government with over 90 years of public records

![Apify](https://img.shields.io/badge/Platform-Apify-1CE1CE?logo=apify&logoColor=white)
![Coverage](https://img.shields.io/badge/Coverage-United%20States-blue)
![Maintained](https://img.shields.io/badge/Maintained-Yes-brightgreen)
![Output](https://img.shields.io/badge/Output-JSON%20%7C%20CSV%20%7C%20Excel-orange)

<table><tr>
<td align="center"><strong>30 fields</strong><br>per record</td>
<td align="center"><strong>United States</strong><br>coverage</td>
<td align="center"><strong>JSON / CSV / Excel</strong><br>output formats</td>
<td align="center"><strong>Updated</strong><br>2026-06-22</td>
</tr></table>

<br>

### What you get

Each record is one Federal Register document with its identification, agency, publication and comment dates, citation and source URLs. Use it to monitor new federal rulemaking, track agency activity, build regulatory alerts or feed a compliance database.

- **title**: full document title
- **type**: document category (Rule, Proposed Rule, Notice, Presidential Document)
- **documentNumber**: unique Federal Register document number
- **presidentialDocumentType**: subtype for presidential documents (Proclamation, Executive Order, Determination, Memorandum)
- **citation**: Federal Register citation (for example 91 FR 36559)
- **publicationDate**: date the document was published
- **effectiveDate**: date the rule takes effect, when stated
- **commentsCloseOn**: deadline for public comments on proposed rules, when stated
- **abstract**: official summary of the document
- **agencies**: list of issuing federal agencies
- **docketIds**: agency docket identifiers
- **rin**: Regulation Identifier Number, when assigned
- **president**: president associated with the document, when applicable
- **pdfUrl**: link to the official PDF on govinfo.gov
- **htmlUrl**: link to the document page on the Federal Register
- **action\***: short statement of the regulatory action
- **dates\***: free-text dates section with effective and comment deadlines
- **significant\***: whether the document is flagged as significant
- **topics\***: subject index terms
- **cfrReferences\***: Code of Federal Regulations references touched by the document
- **startPage\***: first page in the printed Federal Register
- **endPage\***: last page in the printed Federal Register
- **pageLength\***: number of pages
- **signingDate\***: signing date for presidential documents
- **executiveOrderNumber\***: executive order number, when applicable
- **proclamationNumber\***: proclamation number, when applicable
- **bodyHtmlUrl\***: link to the full document body in HTML
- **rawTextUrl\***: link to the plain text version
- **fullTextXmlUrl\***: link to the full XML version
- **regulationsDotGovUrl\***: link to the comment page on Regulations.gov
- **observedAt**: when this document was last seen by the scraper

*\*These fields only appear when Fetch full document details is set to true.*

### Who is it for

| Use case | Who benefits |
|---|---|
| Track new rules and proposed rules by keyword | Compliance and legal teams |
| Monitor a specific agency's rulemaking | Government affairs and lobbyists |
| Collect comment deadlines for proposed rules | Regulatory affairs professionals |
| Build a searchable archive of presidential documents | Researchers and journalists |
| Feed regulatory data into an internal alerting system | Data and engineering teams |

### Frequently Asked Questions

**What does the Federal Register cover and how far back does it go?**
The Federal Register is the official daily publication of the U.S. federal government and includes final rules, proposed rules, notices and presidential documents from federal agencies. The underlying public data goes back to 1994 in full text and to 1936 in metadata, so you can search both recent and historical documents.

**How many documents can I collect in a single run?**
You can set the Max Items value as high as you need. The scraper paginates through every matching document one hundred at a time, so a broad search across a wide date range can return thousands of records in one run.

**Can I filter by document type, agency and date at the same time?**
Yes. You can combine a search term, one or more document types, one or more agencies and a publication date range. Leaving a filter empty simply removes that restriction, so you can be as broad or as narrow as you want.

**Why are some fields like effective date or proclamation number empty?**
Those fields only exist for certain document types. Effective date and comment deadlines appear on rules and proposed rules, while signing date, proclamation number and executive order number appear on presidential documents. Empty values reflect the source data and are never invented.

**What happens if a document has no details available?**
The scraper always returns the listing level fields for every document. When Fetch full document details is on, it makes one extra request per document to add the body, topics and page range. If a detail request fails, the listing fields are still returned so you never lose a record.



<!-- related-actors -->
### Related scrapers

Need data from the same space? Here are other scrapers we build and maintain:

- [SEC EDGAR Company Filings Scraper](https://apify.com/scrapers_lat/sec-edgar-filings-scraper): Scrape SEC EDGAR company filings by ticker or CIK. Get form type, filing date, accession number...
- [USAspending Federal Award Scraper](https://apify.com/scrapers_lat/usaspending-awards-scraper): Scrape US federal prime awards from USAspending.gov. Get recipient, UEI, award amount, awarding...
- [openFDA Drug Events & Recalls Scraper](https://apify.com/scrapers_lat/openfda-drug-events-scraper): Scrape FDA drug adverse event reports (FAERS) and drug recall and enforcement actions from the...
- [OFAC Sanctions List Scraper](https://apify.com/scrapers_lat/ofac-sanctions-scraper): Download and parse the US Treasury OFAC SDN and Consolidated sanctions lists. Get each sanctioned...
- [Grants.gov Opportunity Scraper](https://apify.com/scrapers_lat/grants-gov-scraper): Extract U.S. federal grant opportunities from the official Grants.gov API. Scrape title, agency...
- [NPPES NPI Provider Scraper](https://apify.com/scrapers_lat/nppes-npi-scraper): Scrape US healthcare provider records from the official NPPES NPI Registry. Search by name...

<!-- /related-actors -->

<!-- scrapers-lat-cta -->
### More scrapers at scrapers.lat

This actor is built and maintained by [scrapers.lat](https://scrapers.lat), where we publish scrapers for Latin American and US public platforms: real estate, jobs, e-commerce, company registries and government data. Browse the full catalog, see live sample output for each one, or ask us for a custom scraper at [scrapers.lat](https://scrapers.lat).

---

> This actor is an independent tool and has no affiliation with the Federal Register or the U.S. government. It only accesses data that is publicly available through the official Federal Register API. Use it in accordance with the Federal Register's terms of service.

# Actor input Schema

## `maxItems` (type: `integer`):

Maximum number of documents to collect. Optional.
## `withDetails` (type: `boolean`):

When enabled, the scraper fetches each document detail endpoint to add the action, dates, topics, CFR references, page range, full-text URLs and presidential document fields. This makes one extra request per document.
## `term` (type: `string`):

Keyword or phrase to search for across document titles and full text. Leave empty to browse all documents matching the other filters.
## `documentTypes` (type: `array`):

Restrict results to these document categories. Leave empty for all types.
## `agencies` (type: `array`):

Restrict results to documents from these federal agencies. Leave empty for all agencies.
## `dateFrom` (type: `string`):

Only include documents published on or after this date. Format: YYYY-MM-DD.
## `dateTo` (type: `string`):

Only include documents published on or before this date. Format: YYYY-MM-DD.

## Actor input object example

```json
{
  "maxItems": 10,
  "withDetails": true,
  "term": "artificial intelligence",
  "documentTypes": [
    "RULE",
    "PRORULE"
  ]
}
````

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxItems": 10,
    "term": "artificial intelligence"
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapers_lat/federal-register-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "maxItems": 10,
    "term": "artificial intelligence",
}

# Run the Actor and wait for it to finish
run = client.actor("scrapers_lat/federal-register-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxItems": 10,
  "term": "artificial intelligence"
}' |
apify call scrapers_lat/federal-register-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapers_lat/federal-register-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Federal Register Document Scraper",
        "description": "Search and extract documents from the U.S. Federal Register by keyword, document type, agency and publication date. Get title, type, abstract, agencies, docket IDs, RIN, citation, effective and comment dates, PDF and HTML URLs.",
        "version": "0.1",
        "x-build-id": "cczr5mBtaPmxTAunH"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapers_lat~federal-register-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapers_lat-federal-register-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/scrapers_lat~federal-register-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scrapers_lat-federal-register-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/scrapers_lat~federal-register-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scrapers_lat-federal-register-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Maximum number of documents to collect. Optional."
                    },
                    "withDetails": {
                        "title": "Fetch full document details",
                        "type": "boolean",
                        "description": "When enabled, the scraper fetches each document detail endpoint to add the action, dates, topics, CFR references, page range, full-text URLs and presidential document fields. This makes one extra request per document.",
                        "default": true
                    },
                    "term": {
                        "title": "Search term",
                        "type": "string",
                        "description": "Keyword or phrase to search for across document titles and full text. Leave empty to browse all documents matching the other filters."
                    },
                    "documentTypes": {
                        "title": "Document types",
                        "type": "array",
                        "description": "Restrict results to these document categories. Leave empty for all types.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "RULE",
                                "PRORULE",
                                "NOTICE",
                                "PRESDOCU"
                            ],
                            "enumTitles": [
                                "Final Rules",
                                "Proposed Rules",
                                "Notices",
                                "Presidential Documents"
                            ]
                        },
                        "default": [
                            "RULE",
                            "PRORULE"
                        ]
                    },
                    "agencies": {
                        "title": "Agencies",
                        "type": "array",
                        "description": "Restrict results to documents from these federal agencies. Leave empty for all agencies.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "action",
                                "administration-office-executive-office-of-the-president",
                                "administrative-conference-of-the-united-states",
                                "administrative-office-of-united-states-courts",
                                "advisory-council-on-historic-preservation",
                                "advocacy-and-outreach-office",
                                "agency-for-healthcare-research-and-quality",
                                "agency-for-international-development",
                                "agency-for-toxic-substances-and-disease-registry",
                                "aging-administration",
                                "agricultural-marketing-service",
                                "agricultural-research-service",
                                "agriculture-department",
                                "air-force-department",
                                "air-quality-national-commission",
                                "air-transportation-stabilization-board",
                                "alaska-power-administration",
                                "alcohol-and-tobacco-tax-and-trade-bureau",
                                "alcohol-tobacco-firearms-and-explosives-bureau",
                                "american-battle-monuments-commission",
                                "amtrak-reform-council",
                                "animal-and-plant-health-inspection-service",
                                "antitrust-division",
                                "antitrust-modernization-commission",
                                "appalachian-regional-commission",
                                "appalachian-states-low-level-radioactive-waste-commission",
                                "appraisal-subcommittee-of-the-federal-financial-institutions-examination-council",
                                "architect-of-the-capitol",
                                "architectural-and-transportation-barriers-compliance-board",
                                "arctic-research-commission",
                                "armed-forces-retirement-home",
                                "arms-control-and-disarmament-agency",
                                "army-department",
                                "assassination-records-review-board",
                                "barry-m-goldwater-scholarship-and-excellence-in-education-foundation",
                                "benefits-review-board",
                                "bipartisan-commission-on-entitlement-and-tax-reform",
                                "board-of-directors-of-the-hope-for-homeowners-program",
                                "bonneville-power-administration",
                                "broadcasting-board-of-governors",
                                "bureau-of-the-fiscal-service",
                                "census-bureau",
                                "census-monitoring-board",
                                "centers-for-disease-control-and-prevention",
                                "centers-for-medicare-medicaid-services",
                                "central-intelligence-agency",
                                "chemical-safety-and-hazard-investigation-board",
                                "child-support-enforcement-office",
                                "children-and-families-administration",
                                "christopher-columbus-quincentenary-jubilee-commission",
                                "civil-rights-cold-case-records-review-board",
                                "civil-rights-commission",
                                "coast-guard",
                                "commerce-department",
                                "commercial-space-transportation-office",
                                "commission-of-fine-arts",
                                "commission-on-immigration-reform",
                                "commission-on-protecting-and-reducing-government-secrecy",
                                "commission-on-review-of-overseas-military-facility-structure-of-the-united-states",
                                "commission-on-structural-alternatives-for-the-federal-courts-of-appeals",
                                "commission-on-the-advancement-of-federal-law-enforcement",
                                "commission-on-the-bicentennial-of-the-united-states-constitution",
                                "commission-on-the-future-of-the-united-states-aerospace-industry",
                                "commission-on-the-social-security-notch-issue",
                                "committee-for-purchase-from-people-who-are-blind-or-severely-disabled",
                                "committee-for-the-implementation-of-textile-agreements",
                                "commodity-credit-corporation",
                                "commodity-futures-trading-commission",
                                "community-development-financial-institutions-fund",
                                "community-living-administration",
                                "competitiveness-policy-council",
                                "comptroller-of-the-currency",
                                "congressional-budget-office",
                                "consumer-financial-protection-bureau",
                                "consumer-product-safety-commission",
                                "cooperative-state-research-education-and-extension-service",
                                "coordinating-council-on-juvenile-justice-and-delinquency-prevention",
                                "copyright-office-library-of-congress",
                                "copyright-royalty-board",
                                "copyright-royalty-judges",
                                "corporation-for-national-and-community-service",
                                "council-of-the-inspectors-general-on-integrity-and-efficiency",
                                "council-on-environmental-quality",
                                "counsel-to-the-president",
                                "court-services-and-offender-supervision-agency-for-the-district-of-columbia",
                                "crime-and-security-in-u-s-seaports-interagency-commission",
                                "customs-service",
                                "defense-acquisition-regulations-system",
                                "defense-base-closure-and-realignment-commission",
                                "defense-contract-audit-agency",
                                "defense-criminal-investigative-service",
                                "defense-department",
                                "defense-information-systems-agency",
                                "defense-intelligence-agency",
                                "defense-investigative-service",
                                "defense-logistics-agency",
                                "defense-mapping-agency",
                                "defense-nuclear-facilities-safety-board",
                                "defense-special-weapons-agency",
                                "delaware-river-basin-commission",
                                "delta-regional-authority",
                                "denali-commission",
                                "disability-employment-policy-office",
                                "drug-enforcement-administration",
                                "economic-analysis-bureau",
                                "economic-analysis-staff",
                                "economic-development-administration",
                                "economic-research-service",
                                "economics-and-statistics-administration",
                                "education-department",
                                "election-assistance-commission",
                                "electronic-commerce-advisory-commission",
                                "emergency-oil-and-gas-guaranteed-loan-board",
                                "emergency-steel-guarantee-loan-board",
                                "employee-benefits-security-administration",
                                "employees-compensation-appeals-board",
                                "employment-and-training-administration",
                                "employment-standards-administration",
                                "energy-and-environmental-policy-office",
                                "energy-department",
                                "energy-efficiency-and-renewable-energy-office",
                                "energy-information-administration",
                                "energy-policy-and-new-uses-office",
                                "energy-research-office",
                                "engineers-corps",
                                "engraving-and-printing-bureau",
                                "environment-office-energy-department",
                                "environmental-protection-agency",
                                "equal-employment-opportunity-commission",
                                "executive-council-on-integrity-and-efficiency",
                                "executive-office-for-immigration-review",
                                "executive-office-of-the-president",
                                "export-administration-bureau",
                                "export-import-bank",
                                "family-assistance-office",
                                "farm-credit-administration",
                                "farm-credit-system-insurance-corporation",
                                "farm-production-and-conservation-business-center",
                                "farm-service-agency",
                                "federal-accounting-standards-advisory-board",
                                "federal-acquisition-regulation-system",
                                "federal-aviation-administration",
                                "federal-bureau-of-investigation",
                                "federal-communications-commission",
                                "federal-contract-compliance-programs-office",
                                "federal-council-on-the-arts-and-the-humanities",
                                "federal-crop-insurance-corporation",
                                "federal-deposit-insurance-corporation",
                                "federal-election-commission",
                                "federal-emergency-management-agency",
                                "federal-energy-regulatory-commission",
                                "federal-financial-institutions-examination-council",
                                "federal-highway-administration",
                                "federal-housing-enterprise-oversight-office",
                                "federal-housing-finance-agency",
                                "federal-housing-finance-board",
                                "federal-labor-relations-authority",
                                "federal-law-enforcement-training-center",
                                "federal-maritime-commission",
                                "federal-mediation-and-conciliation-service",
                                "federal-mine-safety-and-health-review-commission",
                                "federal-motor-carrier-safety-administration",
                                "federal-pay-advisory-committee",
                                "federal-permitting-improvement-steering-council",
                                "federal-prison-industries",
                                "federal-procurement-policy-office",
                                "federal-railroad-administration",
                                "federal-register-office",
                                "federal-register-administrative-committee",
                                "federal-reserve-system",
                                "federal-retirement-thrift-investment-board",
                                "federal-service-impasses-panel",
                                "federal-trade-commission",
                                "federal-transit-administration",
                                "financial-crimes-enforcement-network",
                                "financial-crisis-inquiry-commission",
                                "financial-research-office",
                                "financial-stability-oversight-council",
                                "first-responder-network-authority",
                                "fiscal-service",
                                "fish-and-wildlife-service",
                                "food-and-consumer-service",
                                "food-and-drug-administration",
                                "food-and-nutrition-administration",
                                "food-and-nutrition-service",
                                "food-safety-and-inspection-service",
                                "foreign-agricultural-service",
                                "foreign-assets-control-office",
                                "foreign-claims-settlement-commission",
                                "foreign-service-grievance-board",
                                "foreign-service-impasse-disputes-panel",
                                "foreign-service-labor-relations-board",
                                "foreign-trade-zones-board",
                                "forest-service",
                                "general-services-administration",
                                "geographic-names-board",
                                "geological-survey",
                                "government-accountability-office",
                                "government-ethics-office",
                                "government-national-mortgage-association",
                                "government-publishing-office",
                                "grain-inspection-packers-and-stockyards-administration",
                                "great-lakes-st-lawrence-seaway-development-corporation",
                                "gulf-coast-ecosystem-restoration-council",
                                "harry-s-truman-scholarship-foundation",
                                "health-and-human-services-department",
                                "health-care-finance-administration",
                                "health-resources-and-services-administration",
                                "hearings-and-appeals-office-energy-department",
                                "hearings-and-appeals-office-interior-department",
                                "homeland-security-department",
                                "housing-and-urban-development-department",
                                "immigration-and-naturalization-service",
                                "indian-affairs-bureau",
                                "indian-arts-and-crafts-board",
                                "indian-health-service",
                                "indian-trust-transition-office",
                                "industry-and-security-bureau",
                                "information-security-oversight-office",
                                "inspector-general-office-agriculture-department",
                                "inspector-general-office-health-and-human-services-department",
                                "inspector-general-office-treasury-department",
                                "institute-of-american-indian-and-alaska-native-culture-and-arts-development",
                                "institute-of-museum-and-library-services",
                                "intellectual-property-enforcement-coordinator-office",
                                "inter-american-foundation",
                                "interagency-floodplain-management-review-committee",
                                "intergovernmental-relations-advisory-commission",
                                "interior-department",
                                "internal-revenue-service",
                                "international-boundary-and-water-commission-united-states-and-mexico",
                                "international-broadcasting-advisory-board",
                                "international-broadcasting-board",
                                "international-development-cooperation-agency",
                                "international-investment-office",
                                "international-joint-commission-united-states-and-canada",
                                "international-organizations-employees-loyalty-board",
                                "international-trade-administration",
                                "international-trade-commission",
                                "interstate-commerce-commission",
                                "investment-security-office",
                                "james-madison-memorial-fellowship-foundation",
                                "japan-united-states-friendship-commission",
                                "joint-board-for-enrollment-of-actuaries",
                                "judicial-conference-of-the-united-states",
                                "judicial-review-commission-on-foreign-asset-control",
                                "justice-department",
                                "justice-programs-office",
                                "juvenile-justice-and-delinquency-prevention-office",
                                "labor-department",
                                "labor-statistics-bureau",
                                "labor-management-standards-office",
                                "land-management-bureau",
                                "legal-services-corporation",
                                "library-of-congress",
                                "local-television-loan-guarantee-board",
                                "management-and-budget-office",
                                "marine-mammal-commission",
                                "maritime-administration",
                                "medicare-payment-advisory-commission",
                                "merit-systems-protection-board",
                                "military-compensation-and-retirement-modernization-commission",
                                "millennium-challenge-corporation",
                                "mine-safety-and-health-administration",
                                "minerals-management-service",
                                "mines-bureau",
                                "minority-business-development-agency",
                                "minority-economic-impact-office",
                                "mississippi-river-commission",
                                "monetary-offices",
                                "morris-k-udall-and-stewart-l-udall-foundation",
                                "national-aeronautics-and-space-administration",
                                "national-agricultural-library",
                                "national-agricultural-statistics-service",
                                "national-archives-and-records-administration",
                                "national-assessment-governing-board",
                                "national-bankruptcy-review-commission",
                                "national-biological-service",
                                "national-bipartisan-commission-on-future-of-medicare",
                                "national-capital-planning-commission",
                                "national-civilian-community-corps",
                                "national-commission-on-fiscal-responsibility-and-reform",
                                "national-commission-on-intermodal-transportation",
                                "national-commission-on-libraries-and-information-science",
                                "national-commission-on-manufactured-housing",
                                "national-commission-on-military-national-and-public-service",
                                "national-commission-on-terrorist-attacks-upon-the-united-states",
                                "national-commission-on-the-cost-of-higher-education",
                                "national-commission-on-the-future-of-the-navy",
                                "national-communications-system",
                                "national-consumer-cooperative-bank",
                                "national-council-on-disability",
                                "national-counterintelligence-center",
                                "national-credit-union-administration",
                                "national-crime-prevention-and-privacy-compact-council",
                                "national-economic-council",
                                "national-education-goals-panel",
                                "national-endowment-for-the-arts",
                                "national-endowment-for-the-humanities",
                                "national-foundation-on-the-arts-and-the-humanities",
                                "national-gambling-impact-study-commission",
                                "national-geospatial-intelligence-agency",
                                "national-highway-traffic-safety-administration",
                                "national-historical-publications-and-records-commission",
                                "national-indian-gaming-commission",
                                "national-institute-for-literacy",
                                "national-institute-of-corrections",
                                "national-institute-of-food-and-agriculture",
                                "national-institute-of-justice",
                                "national-institute-of-standards-and-technology",
                                "national-institutes-of-health",
                                "national-intelligence-office-of-the-national-director",
                                "national-labor-relations-board",
                                "national-library-of-medicine",
                                "national-mediation-board",
                                "national-nanotechnology-coordination-office",
                                "national-nuclear-security-administration",
                                "national-oceanic-and-atmospheric-administration",
                                "national-park-service",
                                "national-partnership-for-reinventing-government",
                                "national-prison-rape-elimination-commission",
                                "national-railroad-passenger-corporation",
                                "national-science-foundation",
                                "national-security-agency-central-security-service",
                                "national-security-commission-on-artificial-intelligence",
                                "national-security-council",
                                "national-shipping-authority",
                                "national-skill-standards-board",
                                "national-space-council",
                                "national-technical-information-service",
                                "national-telecommunications-and-information-administration",
                                "national-transportation-safety-board",
                                "national-women-s-business-council",
                                "natural-resources-conservation-service",
                                "natural-resources-revenue-office",
                                "navajo-and-hopi-indian-relocation-office",
                                "navy-department",
                                "neighborhood-reinvestment-corporation",
                                "northeast-dairy-compact-commission",
                                "northeast-interstate-low-level-radioactive-waste-commission",
                                "northern-border-regional-commission",
                                "nuclear-energy-office",
                                "nuclear-regulatory-commission",
                                "nuclear-waste-technical-review-board",
                                "occupational-safety-and-health-administration",
                                "occupational-safety-and-health-review-commission",
                                "ocean-energy-management-bureau",
                                "ocean-energy-management-regulation-and-enforcement-bureau",
                                "ocean-policy-commission",
                                "office-of-government-information-services",
                                "office-of-motor-carrier-safety",
                                "office-of-national-drug-control-policy",
                                "office-of-policy-development",
                                "office-of-the-chief-financial-officer-agriculture-department",
                                "office-of-the-national-cyber-director",
                                "oklahoma-city-national-memorial-trust",
                                "operations-office",
                                "ounce-of-prevention-council",
                                "overseas-private-investment-corporation",
                                "pacific-northwest-electric-power-and-conservation-planning-council",
                                "panama-canal-commission",
                                "parole-commission",
                                "partnerships-and-public-engagement-office",
                                "patent-and-trademark-office",
                                "peace-corps",
                                "pension-and-welfare-benefits-administration",
                                "pension-benefit-guaranty-corporation",
                                "personnel-management-office",
                                "physician-payment-review-commission",
                                "pipeline-and-hazardous-materials-safety-administration",
                                "postal-rate-commission",
                                "postal-regulatory-commission",
                                "postal-service",
                                "president-s-council-on-integrity-and-efficiency",
                                "president-s-council-on-sustainable-development",
                                "president-s-critical-infrastructure-protection-board",
                                "president-s-economic-policy-advisory-board",
                                "presidential-advisory-committee-on-gulf-war-veterans-illnesses",
                                "presidential-commission-on-assignment-of-women-in-the-armed-forces",
                                "presidio-trust",
                                "prisons-bureau",
                                "privacy-and-civil-liberties-oversight-board",
                                "procurement-and-property-management-office-of",
                                "program-support-center",
                                "prospective-payment-assessment-commission",
                                "public-buildings-reform-board",
                                "public-debt-bureau",
                                "public-health-service",
                                "railroad-retirement-board",
                                "reagan-udall-foundation-for-the-food-and-drug-administration",
                                "reclamation-bureau",
                                "recovery-accountability-and-transparency-board",
                                "refugee-resettlement-office",
                                "regulatory-information-service-center",
                                "research-and-innovative-technology-administration",
                                "research-and-special-programs-administration",
                                "resolution-trust-corporation",
                                "risk-management-agency",
                                "rural-business-cooperative-service",
                                "rural-housing-and-community-development-service",
                                "rural-housing-service",
                                "rural-telephone-bank",
                                "rural-utilities-service",
                                "safety-and-environmental-enforcement-bureau",
                                "saint-lawrence-seaway-development-corporation",
                                "science-and-technology-policy-office",
                                "secret-service",
                                "securities-and-exchange-commission",
                                "selective-service-system",
                                "small-business-administration",
                                "smithsonian-institution",
                                "social-security-administration",
                                "southeastern-power-administration",
                                "southwestern-power-administration",
                                "special-counsel-office",
                                "special-inspector-general-for-afghanistan-reconstruction",
                                "special-inspector-general-for-iraq-reconstruction",
                                "special-trustee-for-american-indians-office",
                                "state-department",
                                "state-justice-institute",
                                "strategic-preparedness-and-response-administration",
                                "substance-abuse-and-mental-health-services-administration",
                                "surface-mining-reclamation-and-enforcement-office",
                                "surface-transportation-board",
                                "susquehanna-river-basin-commission",
                                "technology-administration",
                                "tennessee-valley-authority",
                                "the-white-house-office",
                                "thrift-depositor-protection-oversight-board",
                                "thrift-supervision-office",
                                "trade-and-development-agency",
                                "trade-representative-office-of-united-states",
                                "transportation-department",
                                "transportation-office",
                                "transportation-security-administration",
                                "transportation-statistics-bureau",
                                "travel-and-tourism-administration",
                                "treasury-department",
                                "twenty-first-century-workforce-commission",
                                "u-s-citizenship-and-immigration-services",
                                "us-codex-office",
                                "u-s-committee-on-the-marine-transportation-system",
                                "u-s-customs-and-border-protection",
                                "u-s-house-of-representatives",
                                "u-s-immigration-and-customs-enforcement",
                                "u-s-international-development-finance-corporation",
                                "u-s-trade-deficit-review-commission",
                                "u-s-china-economic-and-security-review-commission",
                                "under-secretary-for-economic-affairs",
                                "unified-carrier-registration-plan",
                                "uniformed-services-university-of-the-health-sciences",
                                "african-development-foundation",
                                "united-states-agency-for-global-media",
                                "united-states-enrichment-corporation",
                                "united-states-information-agency",
                                "united-states-institute-of-peace",
                                "united-states-marshals-service",
                                "united-states-mint",
                                "united-states-olympic-and-paralympic-committee",
                                "united-states-sentencing-commission",
                                "utah-reclamation-mitigation-and-conservation-commission",
                                "valles-caldera-trust",
                                "veterans-affairs-department",
                                "veterans-employment-and-training-service",
                                "victims-of-crime-office",
                                "wage-and-hour-division",
                                "western-area-power-administration",
                                "women-s-business-enterprise-interagency-committee",
                                "women-s-progress-commemoration-commission",
                                "women-s-suffrage-centennial-commission",
                                "workers-compensation-programs-office"
                            ],
                            "enumTitles": [
                                "ACTION",
                                "Administration Office, Executive Office of the President",
                                "Administrative Conference of the United States",
                                "Administrative Office of United States Courts",
                                "Advisory Council on Historic Preservation",
                                "Advocacy and Outreach Office",
                                "Agency for Healthcare Research and Quality",
                                "Agency for International Development",
                                "Agency for Toxic Substances and Disease Registry",
                                "Aging Administration",
                                "Agricultural Marketing Service",
                                "Agricultural Research Service",
                                "Agriculture Department",
                                "Air Force Department",
                                "Air Quality National Commission",
                                "Air Transportation Stabilization Board",
                                "Alaska Power Administration",
                                "Alcohol and Tobacco Tax and Trade Bureau",
                                "Alcohol, Tobacco, Firearms, and Explosives Bureau",
                                "American Battle Monuments Commission",
                                "Amtrak Reform Council",
                                "Animal and Plant Health Inspection Service",
                                "Antitrust Division",
                                "Antitrust Modernization Commission",
                                "Appalachian Regional Commission",
                                "Appalachian States Low-Level Radioactive Waste Commission",
                                "Appraisal Subcommittee of the Federal Financial Institutions Examination Council",
                                "Architect of the Capitol",
                                "Architectural and Transportation Barriers Compliance Board",
                                "Arctic Research Commission",
                                "Armed Forces Retirement Home",
                                "Arms Control and Disarmament Agency",
                                "Army Department",
                                "Assassination Records Review Board",
                                "Barry M. Goldwater Scholarship and Excellence in Education Foundation",
                                "Benefits Review Board",
                                "Bipartisan Commission on Entitlement and Tax Reform",
                                "Board of Directors of the Hope for Homeowners Program",
                                "Bonneville Power Administration",
                                "Broadcasting Board of Governors",
                                "Bureau of the Fiscal Service",
                                "Census Bureau",
                                "Census Monitoring Board",
                                "Centers for Disease Control and Prevention",
                                "Centers for Medicare & Medicaid Services",
                                "Central Intelligence Agency",
                                "Chemical Safety and Hazard Investigation Board",
                                "Child Support Enforcement Office",
                                "Children and Families Administration",
                                "Christopher Columbus Quincentenary Jubilee Commission",
                                "Civil Rights Cold Case Records Review Board",
                                "Civil Rights Commission",
                                "Coast Guard",
                                "Commerce Department",
                                "Commercial Space Transportation Office",
                                "Commission of Fine Arts",
                                "Commission on Immigration Reform",
                                "Commission on Protecting and Reducing Government Secrecy",
                                "Commission on Review of Overseas Military Facility Structure of the United States",
                                "Commission on Structural Alternatives for the Federal Courts of Appeals",
                                "Commission on the Advancement of Federal Law Enforcement",
                                "Commission on the Bicentennial of the United States Constitution",
                                "Commission on the Future of the United States Aerospace Industry",
                                "Commission on the Social Security Notch Issue",
                                "Committee for Purchase From People Who Are Blind or Severely Disabled",
                                "Committee for the Implementation of Textile Agreements",
                                "Commodity Credit Corporation",
                                "Commodity Futures Trading Commission",
                                "Community Development Financial Institutions Fund",
                                "Community Living Administration",
                                "Competitiveness Policy Council",
                                "Comptroller of the Currency",
                                "Congressional Budget Office",
                                "Consumer Financial Protection Bureau",
                                "Consumer Product Safety Commission",
                                "Cooperative State Research, Education, and Extension Service",
                                "Coordinating Council on Juvenile Justice and Delinquency Prevention",
                                "Copyright Office, Library of Congress",
                                "Copyright Royalty Board",
                                "Copyright Royalty Judges",
                                "Corporation for National and Community Service",
                                "Council of the Inspectors General on Integrity and Efficiency",
                                "Council on Environmental Quality",
                                "Counsel to the President",
                                "Court Services and Offender Supervision Agency for the District of Columbia",
                                "Crime and Security in U.S. Seaports, Interagency Commission",
                                "Customs Service",
                                "Defense Acquisition Regulations System",
                                "Defense Base Closure and Realignment Commission",
                                "Defense Contract Audit Agency",
                                "Defense Criminal Investigative Service",
                                "Defense Department",
                                "Defense Information Systems Agency",
                                "Defense Intelligence Agency",
                                "Defense Investigative Service",
                                "Defense Logistics Agency",
                                "Defense Mapping Agency",
                                "Defense Nuclear Facilities Safety Board",
                                "Defense Special Weapons Agency",
                                "Delaware River Basin Commission",
                                "Delta Regional Authority",
                                "Denali Commission",
                                "Disability Employment Policy Office",
                                "Drug Enforcement Administration",
                                "Economic Analysis Bureau",
                                "Economic Analysis Staff",
                                "Economic Development Administration",
                                "Economic Research Service",
                                "Economics and Statistics Administration",
                                "Education Department",
                                "Election Assistance Commission",
                                "Electronic Commerce Advisory Commission",
                                "Emergency Oil and Gas Guaranteed Loan Board",
                                "Emergency Steel Guarantee Loan Board",
                                "Employee Benefits Security Administration",
                                "Employees Compensation Appeals Board",
                                "Employment and Training Administration",
                                "Employment Standards Administration",
                                "Energy and Environmental Policy Office",
                                "Energy Department",
                                "Energy Efficiency and Renewable Energy Office",
                                "Energy Information Administration",
                                "Energy Policy and New Uses Office",
                                "Energy Research Office",
                                "Engineers Corps",
                                "Engraving and Printing Bureau",
                                "Environment Office, Energy Department",
                                "Environmental Protection Agency",
                                "Equal Employment Opportunity Commission",
                                "Executive Council on Integrity and Efficiency",
                                "Executive Office for Immigration Review",
                                "Executive Office of the President",
                                "Export Administration Bureau",
                                "Export-Import Bank",
                                "Family Assistance Office",
                                "Farm Credit Administration",
                                "Farm Credit System Insurance Corporation",
                                "Farm Production and Conservation Business Center",
                                "Farm Service Agency",
                                "Federal Accounting Standards Advisory Board",
                                "Federal Acquisition Regulation System",
                                "Federal Aviation Administration",
                                "Federal Bureau of Investigation",
                                "Federal Communications Commission",
                                "Federal Contract Compliance Programs Office",
                                "Federal Council on the Arts and the Humanities",
                                "Federal Crop Insurance Corporation",
                                "Federal Deposit Insurance Corporation",
                                "Federal Election Commission",
                                "Federal Emergency Management Agency",
                                "Federal Energy Regulatory Commission",
                                "Federal Financial Institutions Examination Council",
                                "Federal Highway Administration",
                                "Federal Housing Enterprise Oversight Office",
                                "Federal Housing Finance Agency",
                                "Federal Housing Finance Board",
                                "Federal Labor Relations Authority",
                                "Federal Law Enforcement Training Center",
                                "Federal Maritime Commission",
                                "Federal Mediation and Conciliation Service",
                                "Federal Mine Safety and Health Review Commission",
                                "Federal Motor Carrier Safety Administration",
                                "Federal Pay, Advisory Committee",
                                "Federal Permitting Improvement Steering Council",
                                "Federal Prison Industries",
                                "Federal Procurement Policy Office",
                                "Federal Railroad Administration",
                                "Federal Register Office",
                                "Federal Register, Administrative Committee",
                                "Federal Reserve System",
                                "Federal Retirement Thrift Investment Board",
                                "Federal Service Impasses Panel",
                                "Federal Trade Commission",
                                "Federal Transit Administration",
                                "Financial Crimes Enforcement Network",
                                "Financial Crisis Inquiry Commission",
                                "Financial Research Office",
                                "Financial Stability Oversight Council",
                                "First Responder Network Authority",
                                "Fiscal Service",
                                "Fish and Wildlife Service",
                                "Food and Consumer Service",
                                "Food and Drug Administration",
                                "Food and Nutrition Administration",
                                "Food and Nutrition Service",
                                "Food Safety and Inspection Service",
                                "Foreign Agricultural Service",
                                "Foreign Assets Control Office",
                                "Foreign Claims Settlement Commission",
                                "Foreign Service Grievance Board",
                                "Foreign Service Impasse Disputes Panel",
                                "Foreign Service Labor Relations Board",
                                "Foreign-Trade Zones Board",
                                "Forest Service",
                                "General Services Administration",
                                "Geographic Names Board",
                                "Geological Survey",
                                "Government Accountability Office",
                                "Government Ethics Office",
                                "Government National Mortgage Association",
                                "Government Publishing Office",
                                "Grain Inspection, Packers and Stockyards Administration",
                                "Great Lakes St. Lawrence Seaway Development Corporation",
                                "Gulf Coast Ecosystem Restoration Council",
                                "Harry S. Truman Scholarship Foundation",
                                "Health and Human Services Department",
                                "Health Care Finance Administration",
                                "Health Resources and Services Administration",
                                "Hearings and Appeals Office, Energy Department",
                                "Hearings and Appeals Office, Interior Department",
                                "Homeland Security Department",
                                "Housing and Urban Development Department",
                                "Immigration and Naturalization Service",
                                "Indian Affairs Bureau",
                                "Indian Arts and Crafts Board",
                                "Indian Health Service",
                                "Indian Trust Transition Office",
                                "Industry and Security Bureau",
                                "Information Security Oversight Office",
                                "Inspector General Office, Agriculture Department",
                                "Inspector General Office, Health and Human Services Department",
                                "Inspector General Office, Treasury Department",
                                "Institute of American Indian and Alaska Native Culture and Arts Development",
                                "Institute of Museum and Library Services",
                                "Intellectual Property Enforcement Coordinator Office",
                                "Inter-American Foundation",
                                "Interagency Floodplain Management Review Committee",
                                "Intergovernmental Relations Advisory Commission",
                                "Interior Department",
                                "Internal Revenue Service",
                                "International Boundary and Water Commission, United States and Mexico",
                                "International Broadcasting Advisory Board",
                                "International Broadcasting Board",
                                "International Development Cooperation Agency",
                                "International Investment Office",
                                "International Joint Commission-United States and Canada",
                                "International Organizations Employees Loyalty Board",
                                "International Trade Administration",
                                "International Trade Commission",
                                "Interstate Commerce Commission",
                                "Investment Security Office",
                                "James Madison Memorial Fellowship Foundation",
                                "Japan-United States Friendship Commission",
                                "Joint Board for Enrollment of Actuaries",
                                "Judicial Conference of the United States",
                                "Judicial Review Commission on Foreign Asset Control",
                                "Justice Department",
                                "Justice Programs Office",
                                "Juvenile Justice and Delinquency Prevention Office",
                                "Labor Department",
                                "Labor Statistics Bureau",
                                "Labor-Management Standards Office",
                                "Land Management Bureau",
                                "Legal Services Corporation",
                                "Library of Congress",
                                "Local Television Loan Guarantee Board",
                                "Management and Budget Office",
                                "Marine Mammal Commission",
                                "Maritime Administration",
                                "Medicare Payment Advisory Commission",
                                "Merit Systems Protection Board",
                                "Military Compensation and Retirement Modernization Commission",
                                "Millennium Challenge Corporation",
                                "Mine Safety and Health Administration",
                                "Minerals Management Service",
                                "Mines Bureau",
                                "Minority Business Development Agency",
                                "Minority Economic Impact Office",
                                "Mississippi River Commission",
                                "Monetary Offices",
                                "Morris K. Udall and Stewart L. Udall Foundation",
                                "National Aeronautics and Space Administration",
                                "National Agricultural Library",
                                "National Agricultural Statistics Service",
                                "National Archives and Records Administration",
                                "National Assessment Governing Board",
                                "National Bankruptcy Review Commission",
                                "National Biological Service",
                                "National Bipartisan Commission on Future of Medicare",
                                "National Capital Planning Commission",
                                "National Civilian Community Corps",
                                "National Commission on Fiscal Responsibility and Reform",
                                "National Commission on Intermodal Transportation",
                                "National Commission on Libraries and Information Science",
                                "National Commission on Manufactured Housing",
                                "National Commission on Military, National, and Public Service",
                                "National Commission on Terrorist Attacks Upon the United States",
                                "National Commission on the Cost of Higher Education",
                                "National Commission on the Future of the Navy",
                                "National Communications System",
                                "National Consumer Cooperative Bank",
                                "National Council on Disability",
                                "National Counterintelligence Center",
                                "National Credit Union Administration",
                                "National Crime Prevention and Privacy Compact Council",
                                "National Economic Council",
                                "National Education Goals Panel",
                                "National Endowment for the Arts",
                                "National Endowment for the Humanities",
                                "National Foundation on the Arts and the Humanities",
                                "National Gambling Impact Study Commission",
                                "National Geospatial-Intelligence Agency",
                                "National Highway Traffic Safety Administration",
                                "National Historical Publications and Records Commission",
                                "National Indian Gaming Commission",
                                "National Institute for Literacy",
                                "National Institute of Corrections",
                                "National Institute of Food and Agriculture",
                                "National Institute of Justice",
                                "National Institute of Standards and Technology",
                                "National Institutes of Health",
                                "National Intelligence, Office of the National Director",
                                "National Labor Relations Board",
                                "National Library of Medicine",
                                "National Mediation Board",
                                "National Nanotechnology Coordination Office",
                                "National Nuclear Security Administration",
                                "National Oceanic and Atmospheric Administration",
                                "National Park Service",
                                "National Partnership for Reinventing Government",
                                "National Prison Rape Elimination Commission",
                                "National Railroad Passenger Corporation",
                                "National Science Foundation",
                                "National Security Agency/Central Security Service",
                                "National Security Commission on Artificial Intelligence",
                                "National Security Council",
                                "National Shipping Authority",
                                "National Skill Standards Board",
                                "National Space Council",
                                "National Technical Information Service",
                                "National Telecommunications and Information Administration",
                                "National Transportation Safety Board",
                                "National Women's Business Council",
                                "Natural Resources Conservation Service",
                                "Natural Resources Revenue Office",
                                "Navajo and Hopi Indian Relocation Office",
                                "Navy Department",
                                "Neighborhood Reinvestment Corporation",
                                "Northeast Dairy Compact Commission",
                                "Northeast Interstate Low-Level Radioactive Waste Commission",
                                "Northern Border Regional Commission",
                                "Nuclear Energy Office",
                                "Nuclear Regulatory Commission",
                                "Nuclear Waste Technical Review Board",
                                "Occupational Safety and Health Administration",
                                "Occupational Safety and Health Review Commission",
                                "Ocean Energy Management Bureau",
                                "Ocean Energy Management, Regulation, and Enforcement Bureau",
                                "Ocean Policy Commission",
                                "Office of Government Information Services",
                                "Office of Motor Carrier Safety",
                                "Office of National Drug Control Policy",
                                "Office of Policy Development",
                                "Office of the Chief Financial Officer, Agriculture Department",
                                "Office of the National Cyber Director",
                                "Oklahoma City National Memorial Trust",
                                "Operations Office",
                                "Ounce of Prevention Council",
                                "Overseas Private Investment Corporation",
                                "Pacific Northwest Electric Power and Conservation Planning Council",
                                "Panama Canal Commission",
                                "Parole Commission",
                                "Partnerships and Public Engagement Office",
                                "Patent and Trademark Office",
                                "Peace Corps",
                                "Pension and Welfare Benefits Administration",
                                "Pension Benefit Guaranty Corporation",
                                "Personnel Management Office",
                                "Physician Payment Review Commission",
                                "Pipeline and Hazardous Materials Safety Administration",
                                "Postal Rate Commission",
                                "Postal Regulatory Commission",
                                "Postal Service",
                                "President's Council on Integrity and Efficiency",
                                "President's Council on Sustainable Development",
                                "President's Critical Infrastructure Protection Board",
                                "President's Economic Policy Advisory Board",
                                "Presidential Advisory Committee on Gulf War Veterans' Illnesses",
                                "Presidential Commission on Assignment of Women in the Armed Forces",
                                "Presidio Trust",
                                "Prisons Bureau",
                                "Privacy and Civil Liberties Oversight Board",
                                "Procurement and Property Management, Office of",
                                "Program Support Center",
                                "Prospective Payment Assessment Commission",
                                "Public Buildings Reform Board",
                                "Public Debt Bureau",
                                "Public Health Service",
                                "Railroad Retirement Board",
                                "Reagan-Udall Foundation for the Food and Drug Administration",
                                "Reclamation Bureau",
                                "Recovery Accountability and Transparency Board",
                                "Refugee Resettlement Office",
                                "Regulatory Information Service Center",
                                "Research and Innovative Technology Administration",
                                "Research and Special Programs Administration",
                                "Resolution Trust Corporation",
                                "Risk Management Agency",
                                "Rural Business-Cooperative Service",
                                "Rural Housing and Community Development Service",
                                "Rural Housing Service",
                                "Rural Telephone Bank",
                                "Rural Utilities Service",
                                "Safety and Environmental Enforcement Bureau",
                                "Saint Lawrence Seaway Development Corporation",
                                "Science and Technology Policy Office",
                                "Secret Service",
                                "Securities and Exchange Commission",
                                "Selective Service System",
                                "Small Business Administration",
                                "Smithsonian Institution",
                                "Social Security Administration",
                                "Southeastern Power Administration",
                                "Southwestern Power Administration",
                                "Special Counsel Office",
                                "Special Inspector General for Afghanistan Reconstruction",
                                "Special Inspector General For Iraq Reconstruction",
                                "Special Trustee for American Indians Office",
                                "State Department",
                                "State Justice Institute",
                                "Strategic Preparedness and Response Administration",
                                "Substance Abuse and Mental Health Services Administration",
                                "Surface Mining Reclamation and Enforcement Office",
                                "Surface Transportation Board",
                                "Susquehanna River Basin Commission",
                                "Technology Administration",
                                "Tennessee Valley Authority",
                                "The White House Office",
                                "Thrift Depositor Protection Oversight Board",
                                "Thrift Supervision Office",
                                "Trade and Development Agency",
                                "Trade Representative, Office of United States",
                                "Transportation Department",
                                "Transportation Office",
                                "Transportation Security Administration",
                                "Transportation Statistics Bureau",
                                "Travel and Tourism Administration",
                                "Treasury Department",
                                "Twenty-First Century Workforce Commission",
                                "U.S. Citizenship and Immigration Services",
                                "U.S. Codex Office",
                                "U.S. Committee on the Marine Transportation System",
                                "U.S. Customs and Border Protection",
                                "U.S. House of Representatives",
                                "U.S. Immigration and Customs Enforcement",
                                "U.S. International Development Finance Corporation",
                                "U.S. Trade Deficit Review Commission",
                                "U.S.-China Economic and Security Review Commission",
                                "Under-Secretary for Economic Affairs",
                                "Unified Carrier Registration Plan",
                                "Uniformed Services University of the Health Sciences",
                                "United States African Development Foundation",
                                "United States Agency for Global Media",
                                "United States Enrichment Corporation",
                                "United States Information Agency",
                                "United States Institute of Peace",
                                "United States Marshals Service",
                                "United States Mint",
                                "United States Olympic and Paralympic Committee",
                                "United States Sentencing Commission",
                                "Utah Reclamation Mitigation and Conservation Commission",
                                "Valles Caldera Trust",
                                "Veterans Affairs Department",
                                "Veterans Employment and Training Service",
                                "Victims of Crime Office",
                                "Wage and Hour Division",
                                "Western Area Power Administration",
                                "Women's Business Enterprise Interagency Committee",
                                "Women's Progress Commemoration Commission",
                                "Women's Suffrage Centennial Commission",
                                "Workers' Compensation Programs Office"
                            ]
                        }
                    },
                    "dateFrom": {
                        "title": "Published from (YYYY-MM-DD)",
                        "type": "string",
                        "description": "Only include documents published on or after this date. Format: YYYY-MM-DD."
                    },
                    "dateTo": {
                        "title": "Published to (YYYY-MM-DD)",
                        "type": "string",
                        "description": "Only include documents published on or before this date. Format: YYYY-MM-DD."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
