# GGWP LinkedIn BlitzAPI

> GGWP LinkedIn BlitzAPI is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.12397/call, status unknown (last checked 2026-09-15).

Fetches LinkedIn-related data (profiles, jobs, or social signals) via a fast pay-per-call API endpoint on the Base blockchain using the x402 protocol.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/linkedin-blitzapi
- Price: $0.12397/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-linkedin-blitzapi-ad708d7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ygMR-pPyf2UaOFlyqbrp_

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 ggwp-linkedin-blitzapi-ad708d7d -d '<json body>'
```

Example prompt: Can you pull the LinkedIn profile data for Jane Doe at Acme Corp — I need her work history, current title, and company details?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to LinkedIn profile, job, or company data without maintaining a LinkedIn API integration. Best suited for agentic workflows that need occasional LinkedIn lookups billed per use via USDC on Base chain rather than a subscription.

## Known failure modes

- Invalid or missing LinkedIn URL/username returns an error result
- LinkedIn rate limiting or blocking causes empty or failed responses
- Malformed input object returns a generic API error
- Profile is private or unavailable, returning no data
- Network or Vercel cold-start latency causes timeout

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing LinkedIn data such as profile information (name, title, employer, work history), job listings, or company details depending on the query submitted.

## 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/ggwp-linkedin-blitzapi-ad708d7d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
