# KiteEndpoints.ai LinkedIn Data Scraper

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

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

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/linkedin-data-scraper
- Price: $0.11/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-scraper-2049100f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x24yxYzq7n15d0kVI5BIH

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-2049100f -d '<json body>'
```

Example prompt: Can you pull the public LinkedIn profile data for https://www.linkedin.com/in/satyanadella/ — I need their job title, current employer, location, and a summary of their work history.

## When to prefer this

Use this endpoint when you need to programmatically extract public LinkedIn profile or company data without managing LinkedIn's authentication, rate limits, or anti-scraping countermeasures yourself. Prefer this over building a custom scraper when you need quick, pay-per-use access to LinkedIn data for lead enrichment, recruiting, or competitive research pipelines.

## Known failure modes

- LinkedIn profile is private or restricted — returns empty or partial data
- Invalid or malformed LinkedIn URL — returns an error response
- LinkedIn rate limiting or anti-scraping measures block the request — may return an error or incomplete result
- Profile no longer exists or has been deleted — returns not found error
- Network timeout from LinkedIn's servers — returns a timeout error

## 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 JSON object containing extracted public LinkedIn data such as the person's name, headline, current job title, employer, location, education history, work experience entries, skills, and connection count, or for company pages: company name, description, industry, employee range, headquarters, and founding year.

## 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-2049100f/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)
