# GGWP LinkedIn Scraper v2

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

Scrapes LinkedIn profile or job listing data and returns structured results via a pay-per-call API using the x402 protocol on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/li-scraper-v2
- Price: $0.192686/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-scraper-v2-9a711c98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AxV7PrW09L5y_w98SDhN1

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-scraper-v2-9a711c98 -d '<json body>'
```

Example prompt: Can you pull the LinkedIn profile data for this URL — linkedin.com/in/johndoe — and give me their work history, skills, and current company?

## When to prefer this

Choose this endpoint when you need structured LinkedIn profile or job data without access to the official LinkedIn API, or when you want pay-per-call pricing via x402 on Base chain rather than a subscription. Best suited for one-off lookups or low-to-medium volume enrichment workflows.

## Known failure modes

- LinkedIn blocks or rate-limits the scraper, returning an error or empty result
- Invalid or private LinkedIn URL returns no data
- Profile set to private or restricted visibility returns partial or no data
- Malformed input URL causes a parsing error
- LinkedIn changes its page structure, breaking the scraper

## 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

A structured JSON object containing the scraped LinkedIn data, typically including profile fields such as name, headline, current position, work history, education, skills, and contact details, or job listing fields such as title, company, description, and requirements, wrapped in a 'result' object.

## 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-scraper-v2-9a711c98/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)
