# GGWP LinkedIn Scraper

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

Scrapes public LinkedIn profile or page data and returns structured results via a pay-per-call API on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/linkedin-scraper
- Price: $0.162607/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-6e5f1736
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cnKjfXLaJR56zAcWa48Di

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-6e5f1736 -d '<json body>'
```

Example prompt: Can you scrape the LinkedIn profile at linkedin.com/in/johndoe and pull out their current job title, company, work history, and skills?

## When to prefer this

Choose this endpoint when you need to programmatically access public LinkedIn profile or company data without the official LinkedIn API, especially for lead generation, recruiting research, or sales intelligence workflows. Best suited for one-off profile lookups with pay-per-call pricing via the x402 protocol on Base chain.

## Known failure modes

- LinkedIn rate limiting or bot detection may result in empty or blocked responses
- Invalid or private LinkedIn URLs return no data
- Profiles set to private return limited or no information
- Malformed URL input causes request failure
- LinkedIn UI changes may temporarily break scraping accuracy

## 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 structured LinkedIn profile data such as name, current job title, employer, work experience history, education, skills, and other publicly available profile fields.

## 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-6e5f1736/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)
