# LinkedIn B2B Data Enrichment API (BlitzAPI via Komo.ai)

> LinkedIn B2B Data Enrichment API (BlitzAPI via Komo.ai) is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.094118/call, status unknown (last checked 2026-09-15).

Enriches B2B lead data by looking up and returning LinkedIn profile and company information for sales and marketing intelligence

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/linkedin-b2b-data-enrichment-apis-blitzapi
- Price: $0.094118/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-b2b-data-enrichment-api-blitzapi-via-komo-ai-de00c021
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u7z2nS2Wj6NyvlTPstSj1

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 linkedin-b2b-data-enrichment-api-blitzapi-via-komo-ai-de00c021 -d '<json body>'
```

Example prompt: Can you enrich this B2B lead for me? I have a contact named Sarah Chen who works at Acme Corp — can you pull her LinkedIn profile data including her job title, company size, and industry?

## When to prefer this

Choose this endpoint when you need to enrich B2B contact or company records with LinkedIn professional data, particularly for sales prospecting, CRM enrichment, or marketing segmentation. Best suited for individual lookups via pay-per-call pricing when batch enrichment tools are overkill.

## Known failure modes

- Profile not found on LinkedIn — returns empty or null result
- Invalid or missing input parameters — returns validation error
- LinkedIn rate limiting or data unavailability — returns error response
- Ambiguous query matching multiple profiles — may return incorrect or partial data
- API quota exceeded — returns payment or quota error

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns enriched B2B data including LinkedIn profile details such as job title, company name, company size, industry, location, and other professional information associated with the queried contact or company.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-b2b-data-enrichment-api-blitzapi-via-komo-ai-de00c021/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
