# Deepline Company Enrichment API

> Deepline Company Enrichment API 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, last successful call 2026-07-17).

Enriches a company record with firmographic data, decision-maker contacts, and GTM intelligence via a pay-per-request POST endpoint.

## Facts

- Endpoint: POST https://stable-deepline.dev/api/company/enrich
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-07-17
- Success rate: 100% of calls made through Zero
- Rating: 4.3 / 5 from 1 review
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/deepline-company-enrichment-api-d2ffede3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W-Bbrbk9S30Y0nmyr3sBk

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-company-enrichment-api-d2ffede3 -d '<json body>'
```

Example prompt: Can you enrich Acme Corp (acmecorp.com) for me — I need their firmographic data, key decision-makers, and any emails or phone numbers you can find so I can kick off an outbound sequence?

## When to prefer this

Use this endpoint when you need a one-stop enrichment for a specific company that combines firmographics, decision-maker identification, and contact discovery (email + phone) in a single call. Prefer it over point-solution APIs when you need GTM-ready data for outbound sales research and are comfortable with pay-per-request USDC billing.

## Known failure modes

- Company domain not found — returns empty or partial enrichment
- Insufficient USDC balance — payment fails and request is rejected
- Rate limiting if too many requests are fired in rapid succession
- Low-confidence enrichment when company has minimal online presence
- Invalid domain or malformed input returns 4xx error

## How this service works

Enrich Company — merged 30+ field profile from Apollo, Crustdata, and PeopleDataLabs: revenue, headcount, industry, funding, valuation, tech stack, social profiles, SIC/NAICS codes, HQ address.

## Output

Returns enriched company data including firmographics (industry, size, revenue), identified decision-makers with titles, discovered email addresses (waterfall-sourced), phone numbers, and GTM research signals relevant to sales outreach.

## Example request

```json
{
 "domain": "stripe.com",
 "company_name": "Stripe"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Company domain to enrich (for example stripe.com)."
  },
  "linkedin": {
   "type": "string",
   "description": "LinkedIn company page id or full company URL."
  },
  "company_name": {
   "type": "string",
   "description": "Company name fallback when domain is unavailable."
  }
 }
}
```

## More

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