# TalentPulse Skills Gap Analysis

> TalentPulse Skills Gap Analysis is a paid API for AI agents from talentpulse-six.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns critical skills gaps, root causes, reskilling pathways, government initiatives, and ROI-ranked upskilling recommendations for any industry and country.

## Facts

- Endpoint: GET https://talentpulse-six.vercel.app/api/talent/skills-gap
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/talentpulse-skills-gap-analysis-b5ac9d24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r6PAe4cJf7dW81olwpSeL

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 talentpulse-skills-gap-analysis-b5ac9d24
```

Example prompt: Can you pull a skills gap analysis for the healthcare industry in the United States — I need to see the critical capability shortfalls, what's causing them, available reskilling pathways, any relevant government initiatives, and which upskilling investments have the best ROI?

## When to prefer this

Choose this endpoint when you need structured, ROI-prioritized workforce planning intelligence — specifically the gap between employer demand and worker supply — for a given industry and country. Prefer this over generic labor market endpoints when you need actionable reskilling pathways, government initiative context, and ranked upskilling recommendations rather than raw salary or hiring data.

## Known failure modes

- Unsupported industry or country combination returns 404 or empty results
- Ambiguous industry specification may return overly broad or mismatched gap data
- Rate limiting or payment failure (402) if x402 payment is not correctly processed
- Stale data if the underlying labor market data has not been refreshed recently
- Network timeout for unusually broad queries spanning many skill categories

## How this service works

Skills-gap and talent-shortage intelligence by industry and country — critical capability gaps where employer demand outpaces workforce supply, root causes, salary premiums, reskilling and upskilling pathways, government initiatives, and ROI-ranked workforce moves. For talent and workforce-planning agents. Any industry, global, 10 languages.

## Output

Returns a structured report covering: critical skills gaps where employer demand outpaces workforce supply, root causes of each gap, reskilling and upskilling pathways to close them, relevant government initiatives or programs, and ROI-ranked recommendations for upskilling investments — all scoped to the specified industry and country.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | ja | zh | ko | pt | ar | hi (default: en)"
      },
      "country": {
       "type": "string",
       "description": "Country — e.g. \"USA\" | \"UK\" | \"India\" | \"Germany\" | \"Australia\" | \"Nigeria\" | \"Brazil\""
      },
      "industry": {
       "type": "string",
       "description": "Industry — e.g. \"healthcare\" | \"manufacturing\" | \"technology\" | \"financial services\" | \"construction\" | \"logistics\""
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "country": "UK",
  "industry": "healthcare",
  "critical_gaps": [
   {
    "skill": "Registered Nurse",
    "gap_severity": "critical",
    "why_gap_exists": "Post-Brexit loss of EU nurses, COVID burnout attrition, insufficient domestic training capacity",
    "salary_premium_pct": 15
   }
  ],
  "best_reskilling_roi": "Healthcare Support Worker → Nursing Associate pathway — 2-year degree apprenticeship, fully funded by NHS, +£12k salary uplift",
  "overall_gap_severity": "critical"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/talentpulse-skills-gap-analysis-b5ac9d24/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from talentpulse-six.vercel.app](https://www.zero.xyz/host/talentpulse-six.vercel.app/llms.txt)
