# Deepline GTM API – LinkedIn Company Lookup

> Deepline GTM API – LinkedIn Company Lookup 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).

Looks up and enriches a company's GTM profile (contacts, decision-makers, emails, phones) using a LinkedIn company URL or ID

## Facts

- Endpoint: POST https://stable-deepline.dev/api/linkedin/find
- 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-linkedin-company-lookup-275570ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TgODged6CXsFSyHWKiuQH

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-linkedin-company-lookup-275570ed -d '<json body>'
```

Example prompt: Use Deepline to look up decision-makers and find contact emails or phone numbers for the company at linkedin.com/company/stripe — their domain is stripe.com.

## When to prefer this

Use this endpoint when you need to enrich a specific company using their LinkedIn identity (URL or company ID), especially when you want decision-maker contacts, emails, and phones for B2B outreach or GTM research. Prefer this over generic enrichment APIs when LinkedIn is your primary identifier for the company.

## Known failure modes

- Company not found on LinkedIn — returns empty or null result
- Invalid LinkedIn URL or ID format — returns validation error
- Domain does not match any known company — falls back to name-based lookup
- Rate limit or payment failure — returns 402 or 429 error
- Insufficient data available for the company — partial result with missing fields

## 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 profile data including decision-maker contacts, discovered email addresses, phone numbers, and GTM research intelligence for the specified company.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "description": "Optional known email context."
  },
  "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."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deepline-gtm-api-linkedin-company-lookup-275570ed/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)
