# KiteEndpoints.ai - LinkedIn Data Scraper

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

Scrapes and retrieves LinkedIn profile, company, or post data via a proxy API hub

## Facts

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

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

Example prompt: Can you scrape the LinkedIn profile data for 'https://www.linkedin.com/in/johndoe' and give me their job history, current role, and company details?

## When to prefer this

Choose this endpoint when you need programmatic access to LinkedIn public data without using the official LinkedIn API (which has strict access restrictions). Ideal for lead generation, sales intelligence, recruiting workflows, and competitive research where LinkedIn is the primary data source. Best suited for agents that need to enrich contact or company records with professional network data on a pay-per-use basis.

## Known failure modes

- LinkedIn rate limiting or blocking causing empty or partial results
- Invalid or private LinkedIn URL returns no data
- LinkedIn profile set to private returns restricted data
- Malformed input URL causes API error
- LinkedIn DOM changes may cause scraper to return incomplete fields
- Timeout if LinkedIn is slow to respond

## 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 data such as profile details (name, headline, experience, education, skills), company information (size, industry, location, description), or post content depending on the input URL provided.

## 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-data-scraper-22d6a6ba/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)
