# LinkedIn Bulk Data Scraper

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

Scrapes and extracts bulk profile, company, or job data from LinkedIn at scale

## Facts

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

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-bulk-data-scraper-4826ab47 -d '<json body>'
```

Example prompt: Can you bulk scrape LinkedIn profiles for 50 software engineers at Fortune 500 companies in San Francisco and pull their job titles, companies, and contact info?

## When to prefer this

Use this endpoint when you need to extract LinkedIn data at scale for multiple profiles, companies, or job listings simultaneously — ideal for lead generation, recruitment sourcing, or sales intelligence workflows where manual lookup is impractical.

## Known failure modes

- LinkedIn rate limiting or blocking resulting in partial data
- Invalid or inaccessible profile URLs returning empty results
- Payment failure via x402 protocol blocking the request
- Timeout errors on large bulk scraping jobs
- LinkedIn anti-scraping measures causing data gaps

## How this service works

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

## Output

Returns structured data containing scraped LinkedIn information such as profile details, job titles, company names, professional histories, and other publicly available LinkedIn data for the requested bulk query.

## 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-bulk-data-scraper-4826ab47/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)
