# Blockbuster.ai LinkedIn Data Scraper Alt

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

Scrapes and retrieves LinkedIn profile or company data using an alternative data source

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/linkedin-data-scraper-alt
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-linkedin-data-scraper-alt-9ca57a67
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nDehcaBe6CRm-FxqqQkYf

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-data-scraper-alt-9ca57a67 -d '<json body>'
```

Example prompt: Can you pull the LinkedIn profile data for 'https://www.linkedin.com/in/johndoe' — I need their current job title, employer, location, and a summary of their experience for a recruitment brief?

## When to prefer this

Use this endpoint when you need LinkedIn profile or company data without access to the official LinkedIn API, especially for recruitment, lead enrichment, or professional background research. The 'alt' variant may use a different underlying data source or proxy method than the primary LinkedIn scraper on the same platform, making it useful as a fallback or for accessing data that the primary scraper cannot retrieve.

## Known failure modes

- Profile not found or URL invalid — returns success: false with empty data
- LinkedIn anti-scraping measures block the request — returns error or empty response
- Rate limiting hit — 402 or 429 response
- Malformed query input — request rejected with validation error
- Private or restricted profile — limited or no data returned

## 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 JSON object with LinkedIn profile or company data including professional details such as name, job title, employer, location, work history, education, and other publicly available LinkedIn fields, along with a success boolean indicating whether the scrape succeeded.

## 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-data-scraper-alt-9ca57a67/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)
