# Deepline GTM API – Email from LinkedIn

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

Discovers email addresses for contacts associated with a company identified via LinkedIn URL or company domain.

## Facts

- Endpoint: POST https://stable-deepline.dev/api/email/from-linkedin
- Price: $0.17/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-email-from-linkedin-83a584bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g3ye3lZTi72B4O0_e1fmJ

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-email-from-linkedin-83a584bb -d '<json body>'
```

Example prompt: Using Deepline's waterfall email discovery, find email addresses for the company at linkedin.com/company/stripe or domain stripe.com — their company name is Stripe.

## When to prefer this

Use this endpoint when you need to discover email addresses for a specific company and have their LinkedIn company page URL or domain available. Prefer this over generic email guessing tools when LinkedIn data is the primary identifier for the target company.

## Known failure modes

- Company not found on LinkedIn — returns empty or null result
- Domain or LinkedIn URL not recognized — validation error
- No emails discoverable for company — empty results
- Rate limiting or payment failure — 402 or 429 error
- Invalid LinkedIn URL format — 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 discovered email addresses associated with the specified company, sourced via a waterfall lookup across LinkedIn company data and the provided domain or company name.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "linkedin_url": {
   "type": "string",
   "minLength": 1,
   "description": "Standard LinkedIn profile URL in /in/ format."
  }
 }
}
```

## More

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