# Deepline GTM API – Company Enrichment & Decision-Maker Lookup

> Deepline GTM API – Company Enrichment & Decision-Maker Lookup is a paid API for AI agents from stable-deepline.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Enriches a company profile by domain, LinkedIn URL, or name to surface contact emails, phone numbers, and decision-maker data for GTM research.

## Facts

- Endpoint: POST https://stable-deepline.dev/api/ads/search
- Price: $0.02/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-company-enrichment-decision-maker-lookup-575df85c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8ONo7mxcANDIJxSqkjIso

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-company-enrichment-decision-maker-lookup-575df85c -d '<json body>'
```

Example prompt: Can you pull up the decision-makers and their emails or phone numbers for stripe.com using Deepline — I need contacts for a B2B outreach campaign.

## When to prefer this

Use this endpoint when you need to enrich a B2B prospect with verified contact details (emails, phones) and decision-maker information given a company domain, LinkedIn page, or company name. Prefer over generic search when you need structured sales intelligence with waterfall email discovery specifically for GTM workflows.

## Known failure modes

- Domain not found or unresolvable — returns empty or partial enrichment
- LinkedIn URL malformed or company not indexed — falls back to name-based lookup
- No contacts found for niche or small companies — returns empty contact arrays
- Payment failure via x402 — request not processed
- Rate limiting or server error — HTTP 5xx response

## 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 enriched company data including discovered email addresses (waterfall), phone numbers, decision-maker profiles, and company metadata relevant to GTM outreach.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Company domain in normalized form (for example company.com, no https:// or www). Required for facebook, google, and linkedin."
  },
  "keyword": {
   "type": "string",
   "description": "Keyword to search the TikTok ad library. Required for tiktok (brand name works well)."
  },
  "platform": {
   "enum": [
    "facebook",
    "google",
    "linkedin",
    "tiktok"
   ],
   "type": "string",
   "description": "Ad platform to query for active ads."
  },
  "media_type": {
   "enum": [
    "text",
    "image",
    "video"
   ],
   "type": "string",
   "description": "Optional Google ad format filter (google only)."
  },
  "country_code": {
   "type": "string",
   "description": "Optional TikTok country filter (tiktok only): a European country code or \"ALL\". Omit for global results."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deepline-gtm-api-company-enrichment-decision-maker-lookup-575df85c/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)
