# CareerPulse Industry Outlook

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

Returns industry growth/decline trends, top employers, and salary trends by sector for job seekers and career coaches

## Facts

- Endpoint: GET https://careerpulse.theaslangroupllc.com/api/career/outlook
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/careerpulse-industry-outlook-0fd556d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fI_aCZ0S9EGBZed57Kmbd

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-industry-outlook-0fd556d2
```

Example prompt: What's the current job market outlook for the healthcare sector — is it growing, which companies are the top employers, and what are salary trends looking like right now?

## When to prefer this

Use this endpoint when a user needs a broad industry-level career outlook — growth signals, employer landscape, and salary trends by sector — rather than role-specific advice, resume feedback, or interview prep. Ideal for early-stage career exploration or pivot research.

## Known failure modes

- Unknown or unsupported sector returns empty or error response
- Payment not processed (402) if USDC not provided
- Sector name misspelled or ambiguous may return generic results
- Rate limiting or service unavailability returns 5xx error

## How this service works

Industry outlook for job-seeker and career-coach agents. Returns growth or decline, top employers, and salary trends by sector.

## Output

Returns structured data on whether a given industry sector is growing or declining, a list of top employers in that sector, and current salary trend data — designed to help job seekers and career coaches assess which fields to target.

## 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 | zh | ja | ko | pt | ar | hi"
      },
      "sector": {
       "type": "string",
       "description": "technology | healthcare | finance | manufacturing | education"
      },
      "country": {
       "type": "string",
       "description": "US | UK | DE | CA | AU | IN | SG | AE | BR | FR"
      }
     }
    }
   },
   "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": {
  "sector": "technology",
  "country": "US",
  "avg_salary": 132000,
  "remote_pct": 68,
  "jobs_growing": [
   "AI/ML engineers",
   "Cybersecurity",
   "Cloud architects"
  ],
  "jobs_at_risk_ai": 22,
  "growth_outlook_5yr": "strong"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/careerpulse-industry-outlook-0fd556d2/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)
