# KiteEndpoints.ai LinkedIn Bulk Scraper

> KiteEndpoints.ai LinkedIn Bulk Scraper is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-14).

Bulk-scrapes multiple LinkedIn profiles or pages and returns structured data for each

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/linkedin-bulk-scraper
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-linkedin-bulk-scraper-fde0992a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H9G_Ay-81kIFA1fVpLEoe

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 kiteendpoints-ai-linkedin-bulk-scraper-fde0992a -d '<json body>'
```

Example prompt: Scrape all of these LinkedIn profile URLs in bulk and return their names, job titles, companies, and work history: [list of URLs].

## When to prefer this

Choose this endpoint when you need to extract structured data from multiple LinkedIn profiles in a single request rather than scraping one at a time. It is best suited for lead generation, recruiting pipelines, competitive intelligence, and CRM enrichment workflows where you have a pre-compiled list of LinkedIn URLs.

## Known failure modes

- LinkedIn rate limiting or blocking may cause partial results or empty responses
- Invalid or private LinkedIn URLs return no data for those entries
- Overly large batches may time out or return incomplete results
- LinkedIn profile data may be outdated if not recently crawled
- Service may return generic error if LinkedIn changes its page structure

## 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 collection of LinkedIn profile data for each submitted URL, including names, current job titles, employers, work history, education, location, and other publicly available profile fields.

## 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/kiteendpoints-ai-linkedin-bulk-scraper-fde0992a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
