# Blockbuster.ai LinkedIn Bulk Scraper

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

Bulk scrapes LinkedIn profiles, companies, or search results based on a query input

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/linkedin-bulk-scraper
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-linkedin-bulk-scraper-5c9f563c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kCtRhH4faelFtCq_DlGEc

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 blockbuster-ai-linkedin-bulk-scraper-5c9f563c -d '<json body>'
```

Example prompt: Can you bulk scrape LinkedIn profiles for software engineers at fintech companies in New York — I need their names, titles, and company info for a lead list?

## When to prefer this

Choose this endpoint when you need to collect LinkedIn data at scale for lead generation, recruiting, or sales intelligence workflows and want to avoid building your own scraping infrastructure. Best for bulk operations where a single query should return multiple LinkedIn records simultaneously.

## Known failure modes

- LinkedIn rate limiting or blocking returns empty or partial results
- Invalid or malformed query returns error or empty data object
- LinkedIn anti-scraping measures may cause failed extraction
- Network timeout on large bulk requests
- Success false with no data if LinkedIn changes page structure

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a data object containing bulk-scraped LinkedIn records matching the query, including profile details such as names, job titles, company affiliations, and other professional information available on LinkedIn, along with a success boolean indicating whether the scrape completed successfully.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-linkedin-bulk-scraper-5c9f563c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
