# WIOA adult and dislocated worker rules, 20 CFR part 680

**Use case:** 

Every section of 20 CFR part 680 in force today, the Department of Labor's rules for adult and dislocated worker activities under WIOA title I (career and training services, individual training accounts, eligible training providers), in CFR order: citation, subpart, heading, eCFR link, with the full section text in each row.

## Input

```json
{
  "query": "training providers",
  "title": 20,
  "part": "680",
  "current_only": true,
  "fetch_full_text": true,
  "max_records": 300,
  "request_interval_ms": 1000,
  "contact_email": "info@steelyardclinical.com"
}
```

## Output

```json
{
  "citation": {
    "label": "Citation",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "number"
  },
  "chapter": {
    "label": "Chapter",
    "format": "text"
  },
  "part": {
    "label": "Part",
    "format": "text"
  },
  "subpart": {
    "label": "Subpart",
    "format": "text"
  },
  "section": {
    "label": "Section",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "heading": {
    "label": "Heading",
    "format": "text"
  },
  "starts_on": {
    "label": "Current version since",
    "format": "date"
  },
  "ends_on": {
    "label": "Ends on",
    "format": "date"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "section_url": {
    "label": "eCFR link",
    "format": "link"
  },
  "full_text_chars": {
    "label": "Full text (chars)",
    "format": "number"
  },
  "fetched_at": {
    "label": "Fetched",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [eCFR scraper - search federal regulations, get section text](https://apify.com/retrainmap/ecfr-regulations.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/retrainmap/ecfr-regulations.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/ecfr-regulations.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`).
