# KiteEndpoints.ai LinkedIn Scraper

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

Scrapes public LinkedIn profile or page data and returns structured information via a pay-per-request API

## Facts

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

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

Example prompt: Can you scrape the LinkedIn profile at linkedin.com/in/satya-nadella and pull out his current job title, company, location, and a summary of his experience?

## When to prefer this

Choose this endpoint when you need to extract public LinkedIn profile or company data without access to LinkedIn's official API, which requires partnership approval. Ideal for lead enrichment, recruiting research, competitive intelligence, or any workflow requiring structured professional data from LinkedIn at a low per-call cost of $0.06 USDC.

## Known failure modes

- LinkedIn rate limiting or blocking resulting in empty or partial response
- Invalid or private LinkedIn URL causing no data returned
- Profile set to private returning minimal or no data
- Stale or cached data if the underlying scraper hasn't refreshed recently
- Payment failure via USDC on Base chain blocking the request
- Malformed input URL causing a 400-level 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 structured JSON object containing scraped LinkedIn profile or company page data, which may include full name, headline, current and past job titles, employer names, education history, location, skills, connection count, bio/about section, and other publicly visible fields from the target LinkedIn URL.

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