# StableSocial Reddit Post Fetch

> StableSocial Reddit Post Fetch is a paid API for AI agents from socialx402.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Fetches data for a specific Reddit post via pay-per-request API with no subscription or authentication required

## Facts

- Endpoint: POST https://socialx402.com/api/reddit/post
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-reddit-post-fetch-6f87f384
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9ggrWgG7_MSK6ZObmdSDY

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-reddit-post-fetch-6f87f384 -d '<json body>'
```

Example prompt: Can you pull the full details for this Reddit post — title, author, score, and comment count — from https://www.reddit.com/r/technology/comments/abc123/some_post_title/?

## When to prefer this

Use this endpoint when you need quick, one-off Reddit post data without setting up Reddit API credentials or a subscription. Ideal for agents that occasionally need Reddit post details and want to pay only per request via USDC crypto payment (x402 protocol).

## Known failure modes

- Invalid or malformed Reddit post URL returns 400 error
- Post has been deleted or removed and returns empty or error response
- Reddit rate limiting or blocking causes upstream fetch failure
- Payment of 0.06 USDC not completed causes 402 payment required response
- Post is from a private or quarantined subreddit and is inaccessible

## 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 specified Reddit post including title, body text, author username, upvote score, number of comments, subreddit, post URL, and associated metadata such as creation timestamp and flair.

## Example request

```json
{
 "post_id": "abc123def456",
 "comment_id": "xyz789uvw012",
 "max_page_size": 25
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "post_id": {
   "type": "string",
   "minLength": 1,
   "description": "Reddit post ID"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-reddit-post-fetch-6f87f384/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from socialx402.com](https://www.zero.xyz/host/socialx402.com/llms.txt)
