# CareerPulse Remote Work Intelligence

> CareerPulse Remote Work Intelligence is a paid API for AI agents from careerpulse-steel.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns remote work setup intelligence including async tools, top remote job boards, remote-friendly companies, and salary comparison data for remote vs. office roles

## Facts

- Endpoint: GET https://careerpulse-steel.vercel.app/api/career/remote
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/careerpulse-remote-work-intelligence-bff42b9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5Fqiu7SrXqdrgLr4ENNvz

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-bff42b9b
```

Example prompt: Can you pull up remote work intelligence for me — I want to know the best async tools, top remote job boards, which companies are known for being fully remote-friendly, and how much of a salary cut I should expect going remote versus office?

## When to prefer this

Use this endpoint when a user wants a curated overview of the remote work landscape — covering tooling, job boards, top remote employers, and salary trade-offs — in a single call. Prefer this over general web searches when structured, benchmarked data is needed for career planning or comparing remote versus in-office compensation globally.

## Known failure modes

- Payment not received or insufficient USDC — endpoint returns 402 with payment instructions
- Invalid or unsupported lang parameter — may fall back to English or return an error
- Service unavailable (Vercel hosting downtime) — returns 503 or timeout
- No data available for a specific locale if lang parameter targets a very rare language

## How this service works

Global career intelligence API serving the world's 3.5 billion workers. 10 endpoints: salary benchmarking (any role + any country, sourced from BLS, OECD, ILO, Glassdoor, Levels.fyi), industry outlook, skills-gap analysis (with Coursera/Udemy/Pluralsight course links), ATS-optimized resume intelligence, salary negotiation playbooks, career transition roadmaps, remote work setup intelligence, certification recommendations (with A Cloud Guru/Pluralsight links), interview prep, and layoff/severance guidance. Full global scope — 190+ countries, 75+ languages via ?lang= parameter. LinkedIn Premium and resume builder affiliate links on relevant endpoints. All require x402 micropayment (USDC on Base).

## Output

A JSON object containing a list of recommended async collaboration tools (e.g. Notion, Loom, Slack, Linear), top remote job boards (e.g. Remote.co, We Work Remotely, FlexJobs), a list of well-known remote-friendly companies (e.g. GitLab, Automattic, Zapier), and an average salary differential showing remote pay is roughly 8% lower than office pay.

## 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-bff42b9b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from careerpulse-steel.vercel.app](https://www.zero.xyz/host/careerpulse-steel.vercel.app/llms.txt)
