# KiteEndpoints.ai - LinkedIn Data API

> KiteEndpoints.ai - LinkedIn Data API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-14).

Fetches LinkedIn profile or company data by making a POST request to the KiteEndpoints.ai hub, returning structured LinkedIn information.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/linkedin-data
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-linkedin-data-api-e4faec03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PX4DnoDNWBEA6a7Y8zMWA

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 kiteendpoints-ai-linkedin-data-api-e4faec03 -d '<json body>'
```

Example prompt: Can you pull the LinkedIn profile data for John Smith at Acme Corp — I need his current job title, company, and work history?

## When to prefer this

Use this endpoint when you need to programmatically retrieve LinkedIn profile or company data and want to pay per request in USDC via the x402 protocol, avoiding a direct LinkedIn API integration. Best for lead enrichment, sales prospecting, or professional background lookups.

## Known failure modes

- Invalid or non-existent LinkedIn profile URL returns error or empty result
- Rate limiting or LinkedIn blocking may cause lookup failures
- Vague input (no clear profile identifier) returns generic or no data
- Payment failure (insufficient USDC) results in 402 response before data is returned
- Schema is generic and actual error structure is undocumented

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

A JSON object containing LinkedIn profile or company data such as name, job title, employer, professional experience, skills, education, and other publicly available LinkedIn fields, wrapped in a result object.

## 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/kiteendpoints-ai-linkedin-data-api-e4faec03/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
