# StableSocial Threads Post Scraper

> StableSocial Threads 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 for a single Threads post by URL, returning full or trimmed post metadata

## Facts

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

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-threads-post-scraper-5088b4d4 -d '<json body>'
```

Example prompt: Can you pull the post data from this Threads URL — https://www.threads.net/@user/post/xyz — and give me the full details including engagement numbers?

## When to prefer this

Use this endpoint when you need pay-per-request access to Threads post data without committing to a subscription, managing OAuth tokens, or building a scraper. Ideal for agents that need occasional Threads post lookups, one-off analytics, or ad-hoc monitoring without ongoing API credentials.

## Known failure modes

- Invalid or malformed post URL returns an error
- Post has been deleted or made private, resulting in a not-found error
- Rate limiting or temporary scraping blocks from Threads may cause failures
- Payment not processed (x402 flow incomplete) results in 402 Payment Required
- Trim flag misuse may return less data than expected

## 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 for the specified Threads post, including post text/content, author information, engagement metrics (likes, replies, reposts), timestamps, and media details. With trim=true, returns a reduced subset of these fields.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "The URL of the post to get"
  },
  "trim": {
   "type": "boolean",
   "description": "Set to true for a trimmed down version of the response"
  }
 }
}
```

## More

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