# LinkedIn Data Scraper Alt

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

Scrapes and retrieves public LinkedIn profile or company data via an alternative endpoint

## Facts

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

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

Example prompt: Can you pull the public LinkedIn profile data for the person at linkedin.com/in/john-doe-12345 — I need their job title, current company, and work history?

## When to prefer this

Use this endpoint when you need to programmatically retrieve public LinkedIn profile or company data without access to LinkedIn's official API. It serves as an alternative scraping route, useful when primary LinkedIn scraping endpoints are rate-limited or blocked. Best for lead generation, CRM enrichment, recruiting research, and professional background lookups.

## Known failure modes

- Profile not found or URL invalid — empty or error result returned
- LinkedIn blocking or rate-limiting the scraper — service may return partial or no data
- Private profile with restricted visibility — limited data returned
- Malformed input URL — API may return error or empty response
- LinkedIn layout changes breaking the scraper — stale or missing fields

## 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 profile or company data including professional details such as name, job title, employer, experience history, education, and other publicly visible fields from the LinkedIn page.

## 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-d85a77e5/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)
