# CareerPulse Salary Negotiation Playbook

> CareerPulse Salary Negotiation Playbook is a paid API for AI agents from careerpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns a counter-offer strategy and exact word-for-word negotiation scripts to help a job seeker raise an initial salary offer.

## Facts

- Endpoint: GET https://careerpulse.theaslangroupllc.com/api/career/negotiate
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/careerpulse-salary-negotiation-playbook-29152ace
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9S0JVfIIKuiuAb62NbQVH

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-salary-negotiation-playbook-29152ace
```

Example prompt: I just got a job offer for a Senior Product Manager role at a fintech company paying $130,000, but my target is $155,000 — give me a counter-offer strategy and the exact scripts I should use to negotiate them up without risking the offer.

## When to prefer this

Choose this endpoint when a job seeker or career-coach agent needs not just general negotiation advice but specific, ready-to-use counter-offer scripts tailored to a particular role, offer amount, and target salary. It is most valuable after an offer has been received and the user needs an immediately actionable playbook rather than general career guidance.

## Known failure modes

- Missing required inputs such as offer amount or job title may return a generic or incomplete playbook
- Edge cases like equity-only offers or government positions with fixed pay bands may not be handled well
- If the offer details are vague, the scripts returned may be too generic to be actionable
- Rate limiting or payment failure at $0.10 USDC per call may result in 402 errors

## How this service works

Salary negotiation playbook for job-seeker and career-coach agents. Returns counter-offer strategy and exact scripts to raise an offer.

## Output

A structured salary negotiation playbook including a recommended counter-offer amount or range, step-by-step negotiation strategy, and verbatim scripts the job seeker can use in email or phone conversations to push the offer higher.

## 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"
      },
      "offer": {
       "type": "string"
      },
      "title": {
       "type": "string",
       "description": "Senior Software Engineer"
      },
      "company": {
       "type": "string",
       "description": "Google | Amazon | Stripe"
      },
      "location": {
       "type": "string",
       "description": "San Francisco, CA"
      }
     }
    }
   },
   "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": {
  "equity_ask": "$50K additional RSUs",
  "market_p50": 168000,
  "market_p75": 192000,
  "signing_bonus_ask": "$25K",
  "negotiation_target": 175000,
  "counteroffer_script": "Based on my research I was expecting closer to $175,000 — is there flexibility?",
  "success_rate_negotiating": 0.73
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/careerpulse-salary-negotiation-playbook-29152ace/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)
