# Department of Labor Federal Register documents, last 7 days

**Use case:** 

Department of Labor documents published in the Federal Register in the last 7 days, filtered to final rules, proposed rules and notices (a week with no rules returns notices only): document number, publication date, type, title, agencies, comment deadline, citation, docket ids, page range, HTML and PDF links, and effective date and CFR references where the document has them.

## Input

```json
{
  "agencies": [
    "labor-department"
  ],
  "document_types": [
    "RULE",
    "PRORULE",
    "NOTICE"
  ],
  "max_records": 200,
  "request_interval_ms": 1000,
  "contact_email": "info@steelyardclinical.com"
}
```

## Output

```json
{
  "document_number": {
    "label": "Document no.",
    "format": "text"
  },
  "publication_date": {
    "label": "Published",
    "format": "date"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "agencies": {
    "label": "Agencies",
    "format": "array"
  },
  "effective_date": {
    "label": "Effective",
    "format": "date"
  },
  "comments_close_on": {
    "label": "Comments close",
    "format": "date"
  },
  "citation": {
    "label": "Citation",
    "format": "text"
  },
  "docket_ids": {
    "label": "Dockets",
    "format": "array"
  },
  "cfr_references": {
    "label": "CFR references",
    "format": "array"
  },
  "page_start": {
    "label": "Page start",
    "format": "number"
  },
  "page_end": {
    "label": "Page end",
    "format": "number"
  },
  "html_url": {
    "label": "HTML",
    "format": "link"
  },
  "pdf_url": {
    "label": "PDF",
    "format": "link"
  },
  "fetched_at": {
    "label": "Fetched",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Federal Register scraper - rules, notices and proposed rules](https://apify.com/retrainmap/federal-register-documents.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/retrainmap/federal-register-documents.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/retrainmap/federal-register-documents.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
