# KiteEndpoints.ai - LinkedIn Profile Lookup

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

Fetches public LinkedIn profile data for a given user via a paid API hub endpoint.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/linkedin-profile
- Price: $0.15/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-profile-lookup-63262b18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XTZMyh8jLgK7cJGNRyFuq

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-profile-lookup-63262b18 -d '<json body>'
```

Example prompt: Can you pull the LinkedIn profile data for the person at linkedin.com/in/satya-nadella — I want their current job title, company, and a summary of their experience?

## When to prefer this

Use this endpoint when you need to programmatically retrieve LinkedIn profile data without managing your own scraping infrastructure, and you are comfortable paying $0.15 USDC per lookup via the x402 micropayment protocol on Base chain. Best for one-off or low-volume profile enrichment, sales intelligence, or lead research workflows where setting up a dedicated LinkedIn API integration is not practical.

## Known failure modes

- Invalid or private LinkedIn profile URL returns empty or error result
- Rate limiting or LinkedIn bot detection may cause failed scrapes
- Malformed input (missing profile identifier) returns a validation error
- Profile not found returns null or empty data object
- Service downtime on KiteEndpoints.ai hub returns 5xx error
- Insufficient USDC balance or failed x402 payment blocks request

## 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 scraped LinkedIn profile data such as name, headline, current position, company, work history, education, skills, and connection count, wrapped in a result field.

## 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-profile-lookup-63262b18/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)
