# LinkedIn Data Scraper Alt

> LinkedIn Data Scraper Alt 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-13).

Scrapes and extracts profile, company, or post data from LinkedIn via an alternative scraping endpoint

## Facts

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

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 linkedin-data-scraper-alt-76215178 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need LinkedIn profile, company, or post data without access to the official LinkedIn API, especially for lead generation, sales prospecting, or recruiting workflows where real-time public data is needed at low cost per call.

## Known failure modes

- LinkedIn rate limiting or blocking may cause empty or partial results
- Private or restricted profiles return limited or no data
- Invalid or malformed LinkedIn URL returns an error
- LinkedIn page structure changes may break the scraper and return unexpected data
- 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 structured result object containing scraped LinkedIn data such as name, headline, current position, work history, education, skills, follower count, company details, or post engagement metrics depending on the input URL type.

## 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/linkedin-data-scraper-alt-76215178/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)
