# GGWP API Hub - LinkedIn Data Scraper

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

Scrapes and returns LinkedIn profile or company data for a given query

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/li-data-scraper
- Price: $0.10052/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-linkedin-data-scraper-500dcfd0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9k-dJ_sXRaXHZ6EdS83Ru

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-data-scraper-500dcfd0 -d '<json body>'
```

Example prompt: Can you scrape the LinkedIn profile data for the person at linkedin.com/in/satyanadella and give me their job history, current role, and company details?

## When to prefer this

Use this endpoint when you need to programmatically extract LinkedIn profile or company data without managing your own scraping infrastructure. Prefer this over manual browsing or building a custom scraper when you need quick, pay-per-call access to LinkedIn data for lead enrichment, recruitment, or competitive research.

## Known failure modes

- LinkedIn rate limiting or blocking may cause empty or partial results
- Invalid or private LinkedIn profile URL returns no data
- LinkedIn login-gated content may not be accessible
- Malformed input URL returns error or empty result
- LinkedIn page structure changes may break parsing

## 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 JSON object containing scraped LinkedIn data such as profile name, headline, current position, work history, education, skills, company details, and other publicly available information from the specified LinkedIn profile or company page.

## 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-data-scraper-500dcfd0/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)
