# Deepline GTM API – Job Change Detection

> Deepline GTM API – Job Change Detection is a paid API for AI agents from stable-deepline.dev, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Detects recent job changes for decision-makers at a given company, identified by domain, LinkedIn URL, or company name.

## Facts

- Endpoint: POST https://stable-deepline.dev/api/person/job-change
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/deepline-gtm-api-job-change-detection-eb581281
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-PmLYRC9QxJZCIZUmHUbL

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 deepline-gtm-api-job-change-detection-eb581281 -d '<json body>'
```

Example prompt: Check for recent job changes at Stripe using their domain stripe.com — I want to know which decision-makers have moved into new roles there so I can prioritize outreach.

## When to prefer this

Use this endpoint when you need to detect buying triggers based on personnel movement at a target company — specifically when a new decision-maker joins or an existing one changes roles. Ideal for sales teams running account-based prospecting or GTM plays triggered by job changes. Prefer this over generic company enrichment when the goal is specifically to identify role transitions rather than static firmographic data.

## Known failure modes

- Company not found or insufficient data returns empty results
- Invalid domain format causes a 400 validation error
- LinkedIn URL not recognized if malformed or non-company page
- No recent job changes detected returns an empty array
- Rate limiting or payment failure returns 402 or 429 errors

## How this service works

Pay-per-request access to Deepline GTM tooling: waterfall email discovery, phone finding, company enrichment, decision-maker lookup, and GTM research plays.

## Output

A structured response listing recent job change events at the specified company, including names of individuals who changed roles, their old and new positions, and signals useful for GTM timing and outreach prioritization.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "linkedin_url": {
   "type": "string",
   "minLength": 1,
   "description": "LinkedIn profile URL (/in/ format) of the contact to check."
  },
  "current_domain": {
   "type": "string",
   "description": "Bare domain of the company you have on record — used to detect a change."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deepline-gtm-api-job-change-detection-eb581281/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-deepline.dev](https://www.zero.xyz/host/stable-deepline.dev/llms.txt)
