# LinkedIn Data Scraper

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

Scrapes and retrieves public data from LinkedIn profiles, companies, or job listings

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/linkedin-data-scraper
- Price: $0.070379/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-f4984b03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__Y0ziQV7_Cf483eJw3lRu

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

Example prompt: Can you pull all the public profile data from this LinkedIn page — https://www.linkedin.com/in/johndoe — including their work history, education, skills, and current job title?

## When to prefer this

Choose this endpoint when you need to programmatically extract public LinkedIn profile or company data without access to LinkedIn's official Partner API, especially for lead enrichment, sales prospecting, or recruiting workflows where manual lookup is not scalable.

## Known failure modes

- LinkedIn profile is private or restricted — returns empty or limited data
- Invalid or malformed LinkedIn URL — returns error response
- LinkedIn anti-scraping measures triggered — may return incomplete data or timeout
- Rate limiting from upstream scraping service — delayed or failed response
- Profile no longer exists — returns 404-equivalent data

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a result object containing scraped LinkedIn profile or company data, including fields such as name, headline, current role, employer, education, skills, connections, and other publicly visible profile attributes.

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