# LinkedIn Data Scraper Alt

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

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

## Facts

- Endpoint: POST https://kite-solana.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-99e9e34d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1aJSHxX1iNnT5a9h0NkeI

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

Example prompt: Can you pull the LinkedIn profile data for this person — https://www.linkedin.com/in/johndoe — I need their current job title, company, and work history?

## When to prefer this

Use this endpoint when you need to extract LinkedIn profile or company data programmatically without the official LinkedIn API, especially for lead enrichment, recruiting research, or competitive analysis. The 'alt' variant may offer a fallback route when the primary LinkedIn scraper is rate-limited or blocked. Prefer this over manual lookup when processing multiple profiles or automating sales/recruiting workflows.

## Known failure modes

- LinkedIn profile not found or URL invalid — returns empty or error result
- LinkedIn anti-scraping measures block the request — returns failure or partial data
- Private or restricted profiles may return limited data
- Rate limiting on the scraper backend causing timeouts
- Malformed input URL causing parsing errors

## 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 object containing extracted LinkedIn profile or company data, including fields such as name, headline, current job title, employer, work history, education, skills, location, and connection count depending on the profile type queried.

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