# Deepline GTM API – Personal Email Discovery

> Deepline GTM API – Personal Email Discovery is a paid API for AI agents from stable-deepline.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Finds personal email addresses for individuals at a given company using waterfall email discovery, given a company domain, LinkedIn URL, or company name.

## Facts

- Endpoint: POST https://stable-deepline.dev/api/email/personal
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/deepline-gtm-api-personal-email-discovery-b8339072
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pzs7ggq8gKxB0iIv0msoD

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-personal-email-discovery-b8339072 -d '<json body>'
```

Example prompt: Find personal email addresses for people at stripe.com — use their LinkedIn at linkedin.com/company/stripe as a fallback if needed.

## When to prefer this

Use this endpoint when you need personal (not generic role-based) email addresses for individuals at a specific company and can supply a company domain, LinkedIn company page, or company name. Prefer this for B2B sales prospecting, outbound GTM workflows, or decision-maker contact discovery where waterfall multi-source enrichment is needed.

## Known failure modes

- Company domain not found or unresolvable — returns empty or error response
- LinkedIn URL malformed or company not indexed — lookup fails
- No email data available for the given company — empty result returned
- Rate limit or payment failure — 402 or 429 response
- Invalid input schema — 400 bad request

## 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

Returns personal email addresses associated with individuals at the specified company, discovered via a waterfall enrichment process across multiple data sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Company domain context."
  },
  "last_name": {
   "type": "string",
   "minLength": 1,
   "description": "Contact last name."
  },
  "first_name": {
   "type": "string",
   "minLength": 1,
   "description": "Contact first name."
  },
  "company_name": {
   "type": "string",
   "description": "Company name context."
  },
  "linkedin_url": {
   "type": "string",
   "description": "LinkedIn profile URL — improves coverage."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deepline-gtm-api-personal-email-discovery-b8339072/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)
