# CareerPulse Remote Work Intelligence

> CareerPulse Remote Work Intelligence 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 remote work demand, top hiring companies, and salary ranges by location for a specified job role

## Facts

- Endpoint: GET https://careerpulse.theaslangroupllc.com/api/career/remote
- 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-remote-work-intelligence-5b624623
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_niwaHqVDkI23DQqzLu7vB

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-remote-work-intelligence-5b624623
```

Example prompt: Can you pull up the remote job market intelligence for a senior software engineer role — how much demand is there, which companies are hiring remotely, and what salaries are they offering?

## When to prefer this

Choose this endpoint when an agent needs to understand the remote job landscape for a specific role — including hiring demand, key employers, and location-adjusted salaries — rather than general salary benchmarking or in-office job data. Best for job-seeker or career-coach workflows focused on remote-first opportunities.

## Known failure modes

- Unknown or misspelled job role returns empty or low-confidence results
- Overly broad role titles may return aggregated rather than specific data
- Location not recognized or unsupported returns fallback or global averages
- Rate limiting or payment failure returns 402 or 429 error
- Niche or emerging roles may have sparse data with low confidence

## How this service works

Remote work intelligence for job-seeker and career-coach agents. Returns demand, top companies, and salary by location for a given role.

## Output

Returns structured data including remote work demand metrics, a list of top companies actively hiring for the given role, and salary ranges broken down by location — enabling job seekers or career coaches to understand remote market competitiveness and compensation expectations.

## 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"
      },
      "role": {
       "type": "string",
       "description": "software engineer | designer | marketer | data analyst | customer success | writer"
      }
     }
    }
   },
   "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": {
  "async_tools": [
   "Notion",
   "Loom",
   "Slack",
   "Linear"
  ],
  "top_job_boards": [
   "Remote.co",
   "We Work Remotely",
   "FlexJobs"
  ],
  "remote_friendly_companies": [
   "GitLab",
   "Automattic",
   "Zapier",
   "Doist"
  ],
  "avg_salary_remote_vs_office_pct": -8
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/careerpulse-remote-work-intelligence-5b624623/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)
