# agdata LinkedIn Profile Scraper

> agdata LinkedIn Profile Scraper is a paid API for AI agents from agdata.shveik.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Extracts a LinkedIn user's public profile data as structured JSON, given a username, profile URL, or URN, billed per call in USDC on Base.

## Facts

- Endpoint: POST https://agdata.shveik.dev/x402/linkedin
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agdata-linkedin-profile-scraper-b65c007d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4Zw6XW0C00WCRm7rR4VFG

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 agdata-linkedin-profile-scraper-b65c007d -d '<json body>'
```

Example prompt: Can you pull the public LinkedIn profile for williamhgates and give me their current job title, work history, and bio as structured data?

## When to prefer this

Choose this endpoint when your agent needs structured LinkedIn profile data without managing API keys, subscriptions, or OAuth flows. It is ideal for pay-per-use agent workflows where you only need occasional lookups and want to avoid committing to a monthly plan on platforms like Apify or Bright Data. It is purpose-built for AI agents using the x402 payment protocol on Base.

## Known failure modes

- Profile not found or private — returns error if the username/URL does not correspond to a public profile
- Invalid query format — malformed username or unrecognized URN format may result in a parse error
- Payment failure — if the x402 USDC payment on Base is not completed, the request is rejected
- Rate limiting or LinkedIn blocking — the scraper may be temporarily blocked by LinkedIn, resulting in a failed or incomplete response
- Stale data — public profile data is fetched live but may not reflect very recent updates

## How this service works

Web scraping API for AI agents: extract public data from Instagram, TikTok, and Google Maps as clean structured JSON, billed pay-per-result in USDC on Base via the x402 exact scheme. An agent-native alternative to web-scraping platforms like Apify, Bright Data, and ScraperAPI — no API keys, no accounts, no subscriptions: the agent just pays per call.

## Output

A structured JSON object containing publicly available LinkedIn profile fields such as name, headline, current position, work experience, education, skills, connections count, and biography, extracted directly from the public profile page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "LinkedIn username (e.g. \"williamhgates\"), full profile URL, or urn"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agdata-linkedin-profile-scraper-b65c007d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agdata.shveik.dev](https://www.zero.xyz/host/agdata.shveik.dev/llms.txt)
