# StableSocial LinkedIn Profile Scraper

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

Fetches public LinkedIn profile data for a given profile URL, with pay-per-request access and no subscription required.

## Facts

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

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 stablesocial-linkedin-profile-scraper-0b388d9a -d '<json body>'
```

Example prompt: Can you pull the LinkedIn profile data for https://www.linkedin.com/in/satyanadella — I want to see his current title, work history, and skills?

## When to prefer this

Choose this endpoint when you need quick, pay-per-request access to LinkedIn profile data without managing OAuth credentials, API partnerships, or monthly subscriptions. It is ideal for ad-hoc enrichment, sales prospecting, or research tasks where you need data on individual profiles on demand.

## Known failure modes

- Invalid or private LinkedIn profile URL returns an error or empty result
- Profile URL formatted incorrectly (e.g. missing /in/ path) may be rejected
- Private or deleted profiles return no data
- Rate limits or LinkedIn anti-scraping measures may cause transient failures
- Payment failure or insufficient USDC balance blocks the request

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns structured public LinkedIn profile data including the person's name, headline, current and past job titles, employers, education, skills, and connection count, sourced directly from the public LinkedIn profile page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "LinkedIn profile URL (https://www.linkedin.com/in/username). Aliases: profileUrl, linkedin_url. http:// is normalized to https://."
  }
 }
}
```

## More

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