# KiteEndpoints.ai LinkedIn Scraper

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

Scrapes public LinkedIn profile and page data given a LinkedIn URL or identifier

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/linkedin-scraper
- Price: $0.06/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-scraper-c9924be0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6UvyCn9vtYQBIB7Uorts6

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-scraper-c9924be0 -d '<json body>'
```

Example prompt: Can you scrape the LinkedIn profile at linkedin.com/in/johndoe and pull out their current job title, company, work history, and skills?

## When to prefer this

Use this endpoint when you need to extract structured data from a LinkedIn profile or company page without direct LinkedIn API access, particularly for lead enrichment, recruitment research, or competitive intelligence workflows where you only have a LinkedIn URL as input.

## Known failure modes

- LinkedIn profile not found or private — returns empty or error result
- Invalid or malformed LinkedIn URL — request fails with validation error
- LinkedIn rate limiting or anti-scraping block — may return incomplete data
- Profile has restricted visibility — partial data returned
- Service downtime on underlying scraping infrastructure — generic error response

## 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 structured LinkedIn profile data such as name, headline, current role, company, work experience, education, skills, and other publicly visible fields from the target profile or page.

## Request schema (JSON Schema)

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

## 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-scraper-c9924be0/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)
