# LinkedIn Data Scraper via Magnum.ai

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

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

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/li-data-scraper
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-data-scraper-via-magnum-ai-b2ab89d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__WxPaWZvNl38Ox9QOspC_

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 linkedin-data-scraper-via-magnum-ai-b2ab89d4 -d '<json body>'
```

Example prompt: Can you scrape the LinkedIn profile data for this URL — linkedin.com/in/johndoe — and pull back their job title, company, and work history?

## When to prefer this

Use this endpoint when you need to programmatically extract publicly available LinkedIn data for lead generation, recruiting, sales intelligence, or professional enrichment workflows. It is particularly suited for agents operating in a pay-per-call model using x402 on Base chain where per-request micropayments are acceptable at $0.14 USDC per call.

## Known failure modes

- Invalid or private LinkedIn URL returns empty or error result
- LinkedIn rate limiting or blocking causes failed scrape
- Malformed input object results in API error
- Payment failure on Base chain prevents endpoint execution
- Profile no longer exists or has been removed

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing scraped LinkedIn data such as profile details, job titles, work experience, company information, and other publicly available professional information from the requested LinkedIn page.

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