# TalentPulse Skills Demand Intelligence

> TalentPulse Skills Demand Intelligence is a paid API for AI agents from talentpulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Returns real-time skill-demand trends, salary premiums, hot hiring cities, and emerging vs. declining skill signals for any role or skill set by region

## Facts

- Endpoint: GET https://talentpulse.theaslangroupllc.com/api/talent/skills-demand
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/talentpulse-skills-demand-intelligence-79293759
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_thz_MFKQ2f5OMVjcb-pxr

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-demand-intelligence-79293759
```

Example prompt: What's the current demand level and salary premium for machine learning engineers in Western Europe, and are there any hot cities or emerging skill signals I should know about? Give me the results in English.

## When to prefer this

Use this endpoint when you need real-time, granular labor-market intelligence tied to specific skills or roles and regions — especially when you need salary premium data, city-level hot spots, or emerging/declining skill classifications. Prefer over generic job-board APIs when the agent needs structured market signals rather than raw job listings.

## Known failure modes

- Unrecognized skill or role name returns empty or low-confidence results
- Unsupported region code returns 400 or empty dataset
- Unsupported language code returns default English response or error
- Rate limit exceeded returns 429
- Payment not processed returns 402
- Data may lag for highly niche or rare skills in smaller markets

## How this service works

Skill-demand trends and hiring-market intelligence by skill/role and region — demand level, salary premium, hot cities and global hot spots, plus emerging vs declining skills. Real-time global labor-market signals for recruiting, sourcing and talent agents. Any skill set or role, worldwide, 10 languages.

## Output

Returns demand level score, salary premium percentage, list of hot hiring cities, global hot spots, and classification of the queried skill as emerging or declining — all contextualized to the specified role, skill, and region, in the requested language.

## 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)"
      },
      "region": {
       "type": "string",
       "description": "Geographic focus — e.g. \"Southeast Asia\" | \"Europe\" | \"North America\" | \"MENA\" | \"Latin America\" | \"Global\" (default: Global)"
      },
      "skills": {
       "type": "string",
       "description": "Skill(s) or role — e.g. \"machine learning\" | \"React\" | \"Kubernetes\" | \"product management\" | \"financial modeling\" | \"Mandarin Chinese\""
      }
     }
    }
   },
   "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": {
  "region": "Southeast Asia",
  "demand_summary": {
   "market_tension": "hot_candidate_market",
   "overall_demand": "very_high",
   "demand_trajectory": "accelerating"
  },
  "skills_analyzed": [
   "machine learning",
   "LLM fine-tuning"
  ],
  "global_hot_spots": {
   "europe": "London, Berlin, Amsterdam",
   "asia_pacific": "Singapore, Bangalore, Seoul",
   "north_america": "San Francisco, NYC, Toronto"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/talentpulse-skills-demand-intelligence-79293759/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from talentpulse.theaslangroupllc.com](https://www.zero.xyz/host/talentpulse.theaslangroupllc.com/llms.txt)
