# TalentPulse Talent Market Dynamics

> TalentPulse Talent Market Dynamics 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-15).

Returns supply/demand dynamics, talent hub locations, hiring difficulty scores, and competitive landscape data for any role and region across 60+ countries

## Facts

- Endpoint: GET https://talentpulse-six.vercel.app/api/talent/talent-market
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/talentpulse-talent-market-dynamics-278589ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7C24Kk30T7OT9M6axKqui

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-talent-market-dynamics-278589ec
```

Example prompt: Give me a full talent market breakdown for senior software engineers in Poland — I need to understand the supply-demand dynamics, hiring difficulty, key talent hubs, and who else is competing for that talent right now.

## When to prefer this

Use this endpoint when you need a holistic view of talent market conditions for a specific role and region — including hiring difficulty, supply/demand balance, talent geography, and competitive landscape — rather than just salary benchmarks or skill trends. Ideal for recruiting strategy, geographic expansion decisions, or assessing feasibility of headcount plans in new markets.

## Known failure modes

- Role or region too niche — no data available, returns empty or low-confidence result
- Unsupported country — coverage limited to 60+ countries, returns error for uncovered regions
- Ambiguous role title — broad or non-standard job titles may return less precise results
- Rate limiting or payment failure — x402 payment not processed, returns 402 status
- Stale data — real-time signals may lag for fast-moving markets

## How this service works

Talent-market supply and demand intelligence by role and region — talent availability, hiring difficulty, top talent hubs and competitive hiring landscape, backed by World Bank and BLS labor data plus real-time market signals. 60+ countries for recruiting, sourcing and expansion agents. 10 languages.

## Output

A structured report covering supply and demand dynamics, hiring difficulty score, top talent hub cities, competitive landscape (key employers competing for the role), and real-time labor market signals for the specified role and region, sourced from World Bank, BLS, and live market data across 60+ countries.

## 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)"
      },
      "role": {
       "type": "string",
       "description": "Role or discipline — e.g. \"DevOps Engineer\" | \"nurse\" | \"financial analyst\" | \"mechanical engineer\" | \"sales manager\""
      },
      "region": {
       "type": "string",
       "description": "Region or country — e.g. \"Southeast Asia\" | \"Germany\" | \"Sub-Saharan Africa\" | \"Latin America\" | \"Middle East\""
      }
     }
    }
   },
   "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": {
  "role": "DevOps Engineer",
  "region": "Southeast Asia",
  "supply": {
   "talent_availability": "scarce",
   "immigration_contribution": "Significant — Singapore and Malaysia attract regional talent from India, Philippines"
  },
  "talent_hubs": [
   {
    "city": "Singapore",
    "tier": "tier_1",
    "country": "Singapore",
    "why_a_hub": "FAANG regional HQs + MAS fintech ecosystem"
   }
  ],
  "market_tension": "hot_candidate_market"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/talentpulse-talent-market-dynamics-278589ec/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)
