# StableSocial Reddit Comment Fetcher

> StableSocial Reddit Comment Fetcher 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 Reddit comment data via a pay-per-request POST endpoint with no authentication or subscription required.

## Facts

- Endpoint: POST https://socialx402.com/api/reddit/comment
- 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-comment-fetcher-700c2c4a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kNa54AZHZwIC-oRcDU4Gb

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-comment-fetcher-700c2c4a -d '<json body>'
```

Example prompt: Can you pull the comments from this Reddit post for me? I need the comment text, authors, and upvote counts — I don't want to deal with Reddit API keys or OAuth.

## When to prefer this

Choose this endpoint when you need Reddit comment data on a one-off or low-volume basis without setting up Reddit API credentials or paying a monthly subscription. Ideal for agents that need occasional Reddit data access billed per call via USDC.

## Known failure modes

- Invalid or missing Reddit post/comment identifier returns an error
- Deleted or removed Reddit posts may return empty or partial data
- Rate limiting or pay-per-request payment failure blocks the response
- Private or restricted subreddit content may be inaccessible
- Malformed POST body returns a 400-level error

## 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 Reddit comment data for the specified post or comment thread, including comment text, author usernames, upvote/downvote counts, timestamps, and thread hierarchy. Billed at $0.06 USDC per call with no authentication setup required.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-reddit-comment-fetcher-700c2c4a/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)
