# Unemployment benefits by state: weekly amounts and weeks

**Use case:** 

The Department of Labor's January 2026 table of state unemployment insurance provisions, one row for each of the 50 states, DC, Puerto Rico and the Virgin Islands: minimum and maximum weekly benefit amount and the number of weeks payable, with the table date and source link. Useful for outplacement firms, HR teams and anyone planning a job search after a layoff.

## Input

```json
{
  "states": [],
  "source": "bundled",
  "pdf_url": "https://oui.doleta.gov/unemploy/content/sigpros/2020-2029/January2026.pdf",
  "edition": "January 2026",
  "contact_email": "info@steelyardclinical.com"
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "text"
  },
  "min_weekly_benefit": {
    "label": "Min weekly benefit",
    "format": "text"
  },
  "max_weekly_benefit": {
    "label": "Max weekly benefit",
    "format": "text"
  },
  "weeks": {
    "label": "Benefit weeks payable",
    "format": "text"
  },
  "weeks_min": {
    "label": "Weeks (min)",
    "format": "number"
  },
  "weeks_max": {
    "label": "Weeks (max)",
    "format": "number"
  },
  "table_date": {
    "label": "Table edition",
    "format": "text"
  },
  "source_url": {
    "label": "Source PDF",
    "format": "link"
  },
  "sha256": {
    "label": "PDF SHA-256",
    "format": "text"
  },
  "mode": {
    "label": "Mode",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Unemployment benefits by state - weekly min, max and weeks](https://apify.com/retrainmap/state-ui-provisions.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/retrainmap/state-ui-provisions.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/state-ui-provisions.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`).
