# Deepline GTM API – Person Lookup from Email

> Deepline GTM API – Person Lookup from Email 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-14, last successful call 2026-07-16).

Given a company domain, LinkedIn URL, or company name, returns person and company enrichment data including decision-maker contact details.

## Facts

- Endpoint: POST https://stable-deepline.dev/api/person/from-email
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-07-16
- Success rate: 100% of calls made through Zero
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/deepline-gtm-api-person-lookup-from-email-c924de9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kd1wOczsmg5hK9e9xEFXU

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-person-lookup-from-email-c924de9b -d '<json body>'
```

Example prompt: Using Deepline's GTM API, find the decision-makers and their contact details for the company at stripe.com — I want to know who to reach out to there.

## When to prefer this

Use this endpoint when you have a company domain, LinkedIn company page, or company name and need to discover decision-makers or enrich contact data for B2B outreach or GTM research. Prefer this over generic enrichment APIs when you specifically need person-level data from company-level inputs.

## Known failure modes

- Company domain not found or unrecognized — returns empty or null result
- LinkedIn URL malformed or company page not indexed — lookup fails
- Company name too ambiguous — returns incorrect or no match
- Rate limiting or payment failure — HTTP 402 or 429 response
- Insufficient data coverage for niche or small companies

## How this service works

Person from Email — reverse an email address into the person behind it: name, title, company, and LinkedIn URL.

## Output

Returns enriched person and company data for the given company, including decision-maker profiles, contact information, and company metadata derived from the provided domain, LinkedIn URL, or company name.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "description": "Business/work email address to enrich. Personal webmail domains such as gmail.com are rejected."
  },
  "linkedin_url": {
   "type": "string",
   "description": "LinkedIn profile URL to enrich."
  }
 }
}
```

## More

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