# BlackBobs.ai LinkedIn Data Scraper

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

Scrapes and extracts profile or company data from LinkedIn via a pay-per-call API endpoint

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/li-data-scraper
- Price: $0.10052/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-linkedin-data-scraper-192c07ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S31hGgtqHTb9p-dNrx9jb

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 blackbobs-ai-linkedin-data-scraper-192c07ce -d '<json body>'
```

Example prompt: Can you scrape the LinkedIn profile data for the person at linkedin.com/in/johndoe and give me their job title, company, location, and recent experience?

## When to prefer this

Choose this endpoint when you need to programmatically extract LinkedIn profile or company data without maintaining your own scraping infrastructure. It is well-suited for lead enrichment, recruitment research, and competitive intelligence use cases where LinkedIn data needs to be pulled on demand via a simple pay-per-call model using USDC on Base chain.

## Known failure modes

- Invalid or inaccessible LinkedIn URL returns an error or empty result
- LinkedIn rate limiting or blocking may cause scrape failure
- Private or restricted profiles may return incomplete data
- Malformed input URL may result in a parsing error
- Transient network errors may cause timeout or partial response

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a JSON object containing extracted LinkedIn profile or company data, including fields such as name, job title, current employer, location, work history, skills, education, and other publicly available professional information.

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