# BlackBobs.ai LinkedIn Scraper

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

Scrapes public LinkedIn profile or page data and returns structured profile information

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/linkedin-scraper
- Price: $0.162607/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-scraper-eb3fbb0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GExXaKWDj7X-59QEqz6_z

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

Example prompt: Can you scrape the LinkedIn profile at linkedin.com/in/satyanadella and pull out his current job title, company, work history, and any listed skills?

## When to prefer this

Choose this endpoint when you need to programmatically extract structured data from public LinkedIn profiles without managing your own scraping infrastructure. Ideal for sales lead enrichment, recruiting research, or competitive intelligence workflows where you need career history, job titles, and professional details from LinkedIn at a per-call cost via x402 micropayments on Base chain.

## Known failure modes

- Profile is private or not publicly accessible — returns empty or limited data
- Invalid or malformed LinkedIn URL — returns error response
- LinkedIn rate limiting or anti-scraping measures block the request — returns timeout or failure
- Profile does not exist — returns null or empty result
- Network timeout from LinkedIn's servers — returns upstream error

## 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 structured object containing publicly available LinkedIn profile data such as full name, headline, current job title, employer, location, work experience history, education, skills, and connection count, wrapped in a result object.

## 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-scraper-eb3fbb0a/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)
