# GGWP API Hub – LinkedIn Bulk Endpoint

> GGWP API Hub – LinkedIn Bulk Endpoint is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.063915/call, status unknown (last checked 2026-09-14).

Performs bulk LinkedIn data retrieval or enrichment operations via a pay-per-call API on the Base blockchain using the x402 protocol.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/linkedin-bulk
- Price: $0.063915/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-linkedin-bulk-endpoint-38b42857
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l5e6GuWjW3Zq5GNbpe0lj

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-api-hub-linkedin-bulk-endpoint-38b42857 -d '<json body>'
```

Example prompt: Can you bulk pull LinkedIn profile data for a list of contacts I have — I need to enrich them with job titles, companies, and other professional details all at once?

## When to prefer this

Choose this endpoint when you need to retrieve or enrich LinkedIn data for multiple profiles in a single call, rather than making individual lookups per profile. It is especially suited for recruiting, sales prospecting, or talent intelligence workflows where batch efficiency matters and you are comfortable paying per call via the x402 protocol on Base chain.

## Known failure modes

- Missing or malformed result payload returns generic error response
- Rate limiting or quota exceeded on bulk requests
- Invalid LinkedIn identifiers result in empty or partial data
- Payment failure on Base chain causes 402 response and no data returned
- Partial results returned if some profiles are unavailable or private

## 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 aggregated LinkedIn data for the requested profiles, likely including professional details such as job titles, companies, experience, and other publicly available profile fields for multiple users in a single response.

## 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-api-hub-linkedin-bulk-endpoint-38b42857/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)
