# CareerPulse Wage-Recovery Check

> CareerPulse Wage-Recovery Check is a paid API for AI agents from careerpulse.theaslangroupllc.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Computes unpaid wage exposure (overtime, minimum-wage shortfall, final-paycheck penalties) across US federal/state and UK/Ontario rules with statutory damages citations and deadline math

## Facts

- Endpoint: GET https://careerpulse.theaslangroupllc.com/api/career/wage-rights
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/careerpulse-wage-recovery-check-0331e1e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2-upAMNQmZcsffJPvHi6v

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability careerpulse-wage-recovery-check-0331e1e5
```

Example prompt: I worked 55 hours last week in California at $18/hour but was only paid for 40 hours straight time — can you calculate exactly how much overtime and penalties my employer owes me, including any California daily overtime and waiting-time penalties if I was recently terminated?

## When to prefer this

Use this endpoint when you need rule-based, citation-backed wage math rather than general legal advice — especially when jurisdiction-specific daily overtime (CA, AK, NV), state final-paycheck penalty statutes, UK tribunal deadlines, or Ontario thresholds are in scope. Prefer this over LLM-generated answers when statutory accuracy, effective-dated minimum wage tables, and computed damages figures are required for a worker or advocate.

## Known failure modes

- Missing required jurisdiction or employment parameters returns a validation error
- Unsupported jurisdiction outside covered US states, Ontario, or UK returns no applicable rules
- Future effective dates beyond 2026 wage tables may return stale minimum wage figures
- Ambiguous pay period or shift structure may produce conservative estimates
- Edge cases like tipped worker credits or piece-rate arrangements may not be fully supported

## How this service works

Wage-recovery check — unpaid overtime (FLSA 1.5x + CA/AK/NV daily rules + Ontario 44h), minimum-wage shortfall vs effective-dated 2025/2026 state tables, final-paycheck deadlines & penalties (CA waiting-time, MA treble, NY 100%, IL 5%/mo, WA double), UK unlawful deductions (3-month tribunal window + ACAS route + NMW bands). Computed amounts with statutory-damages exposure, citations, deadline math. No LLM.

## Output

Returns computed dollar amounts for unpaid overtime (FLSA 1.5x plus applicable state/daily rules), minimum-wage shortfalls versus 2025/2026 effective-dated state tables, final-paycheck penalty exposures (CA waiting-time, MA treble, NY 100%, IL 5%/mo, WA double), UK unlawful deduction amounts with 3-month tribunal window and ACAS route details, Ontario 44-hour threshold compliance, plus statutory citations and deadline math — all computed without LLM inference.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "check"
 ],
 "properties": {
  "check": {
   "type": "string",
   "description": "overtime | min_wage | final_pay | uk_deduction"
  },
  "state": {
   "type": "string",
   "description": "final_pay: state code (CA/NY/TX/FL/IL/WA/MA/CO encoded)"
  },
  "amount_owed": {
   "type": "string",
   "description": "final_pay: unpaid wages"
  },
  "hourly_rate": {
   "type": "string",
   "description": "overtime: your hourly rate"
  },
  "jurisdiction": {
   "type": "string",
   "description": "US state code, US (federal), CA-ON (Ontario), GB via uk_deduction"
  },
  "weekly_hours": {
   "type": "string",
   "description": "overtime: typical hours/week worked"
  },
  "deduction_date": {
   "type": "string",
   "description": "uk_deduction: date of (last) deduction YYYY-MM-DD"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/careerpulse-wage-recovery-check-0331e1e5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from careerpulse.theaslangroupllc.com](https://www.zero.xyz/host/careerpulse.theaslangroupllc.com/llms.txt)
