# StableSocial LinkedIn Post Scraper

> StableSocial LinkedIn Post 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 data from a LinkedIn post by URL, returning post content and metadata without requiring authentication or subscriptions.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/linkedin/post
- 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-post-scraper-f7e5b9ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NCaraNtVoxjvaH0zjjRs6

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-post-scraper-f7e5b9ac -d '<json body>'
```

Example prompt: Can you pull the data from this LinkedIn post for me — https://www.linkedin.com/posts/satyanadella_activity-7xxxxxxxxx — I want to see the content, engagement numbers, and author info?

## When to prefer this

Choose this endpoint when you need quick, pay-per-request access to a specific LinkedIn post's data without setting up OAuth credentials or managing a LinkedIn API subscription. Ideal for ad-hoc data retrieval, competitive intelligence, or monitoring individual posts at low volume where a full API integration is not warranted.

## Known failure modes

- Invalid or malformed LinkedIn post URL returns an error
- Post has been deleted or made private — returns not found or empty response
- LinkedIn rate limiting or blocking may cause intermittent failures
- URL points to a profile or company page rather than a specific post — may return unexpected results
- Network timeout if LinkedIn is slow to respond

## 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 data about the LinkedIn post including post text/content, author details, publication timestamp, engagement metrics (likes, comments, shares), and any other publicly available metadata associated with the post URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "The URL of the LinkedIn post to get"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-linkedin-post-scraper-f7e5b9ac/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)
