# Komo.ai LinkedIn Data Scraper

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

Scrapes LinkedIn profile, company, or post data and returns structured results via pay-per-call x402 micropayment on Base chain

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/li-data-scraper
- Price: $0.135181/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-linkedin-data-scraper-010d68d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7Ak2KGbmsyQgw5b4DTN0c

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 komo-ai-linkedin-data-scraper-010d68d7 -d '<json body>'
```

Example prompt: Can you scrape the LinkedIn profile at linkedin.com/in/satyanadella and give me his current job title, company, location, and work history?

## When to prefer this

Use this endpoint when you need programmatic access to LinkedIn profile, company, or post data without maintaining a LinkedIn session or dealing with scraping infrastructure yourself. Prefer this over general web scrapers when the target is specifically LinkedIn and you need structured output. Ideal for lead enrichment, recruiting workflows, or competitive research where LinkedIn is the data source.

## Known failure modes

- LinkedIn URL is invalid or profile is private — returns empty or error result
- LinkedIn rate limiting or anti-scrape detection causes fetch failure
- Target profile or page has been removed or deactivated
- Malformed input causes schema validation error
- Payment failure via x402 protocol results in 402 response and no data returned

## How this service works

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

## Output

Returns a structured JSON object containing scraped LinkedIn data such as profile fields, employment history, company info, post content, or other LinkedIn page data depending on the target URL provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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/komo-ai-linkedin-data-scraper-010d68d7/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)
