# Blockbuster.ai LinkedIn Data API

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

Fetches LinkedIn profile or company data based on a query string via micropayment-gated API

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/linkedin-data
- Price: $0.09/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-api-13687776
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_62mh_qD_DrVGWPPaR873G

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-api-13687776 -d '<json body>'
```

Example prompt: Can you pull the LinkedIn profile data for 'Satya Nadella' so I can see his current job title, company, and professional background?

## When to prefer this

Choose this endpoint when you need programmatic access to LinkedIn profile or company data without managing LinkedIn authentication yourself, especially in agent workflows requiring professional background enrichment, lead research, or B2B data lookups paid per-call via USDC micropayments.

## Known failure modes

- Invalid or unresolvable query string returns empty data or error
- LinkedIn profile not found for the given query
- Rate limiting or quota exceeded on the underlying data source
- Payment failure via x402 micropayment prevents API access
- Ambiguous query returns wrong profile or company
- Private or restricted LinkedIn profiles may return limited data

## 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 a success boolean and a data object containing LinkedIn profile or company information such as name, title, employer, bio, connections, and related professional details.

## 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-api-13687776/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)
