# KiteEndpoints.ai LinkedIn Data API

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

Fetches LinkedIn profile and company data via a pay-per-request endpoint on the KiteEndpoints.ai hub

## Facts

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

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-6e35569d -d '<json body>'
```

Example prompt: Can you pull the LinkedIn profile data for Jane Smith, the Head of Marketing at Acme Corp — I need her work history, current job title, and any skills listed on her profile?

## When to prefer this

Choose this endpoint when you need quick, pay-per-request LinkedIn data retrieval without managing your own LinkedIn scraping infrastructure or maintaining a LinkedIn API integration. It is suitable for low-to-medium volume lead enrichment, sales prospecting, or recruiting research tasks where per-call USDC micropayment billing is acceptable and you do not require a bulk data export solution.

## Known failure modes

- Profile not found or LinkedIn URL is invalid — returns empty or error result
- LinkedIn rate limiting or anti-scraping measures may cause intermittent failures
- Private profiles may return minimal or no data
- Input schema is loosely defined so malformed requests may return generic error responses
- LinkedIn data may be stale or not reflect recent profile updates

## 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

Returns a result object containing LinkedIn profile or company data such as name, job title, current employer, work experience, education, skills, connections count, and other publicly available LinkedIn fields, depending on the query input.

## 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-6e35569d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
