# StableSocial Reddit Subreddit Data

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

Fetches data from a specified Reddit subreddit via a pay-per-request API using x402 micropayments, returning posts, metadata, or community info.

## Facts

- Endpoint: POST https://socialx402.com/api/reddit/subreddit
- 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-reddit-subreddit-data-42b2d543
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K8yG-8XD-C9piCSvnJdRW

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-subreddit-data-42b2d543 -d '<json body>'
```

Example prompt: Pull the top 25 posts from r/MachineLearning sorted by hot, and give me the titles, upvote counts, and links.

## When to prefer this

Choose this endpoint when you need Reddit subreddit data without setting up OAuth credentials or a Reddit developer account, and want pay-per-use pricing at $0.06 USDC per call. Ideal for lightweight, infrequent subreddit queries in automated agent workflows where subscription overhead is undesirable.

## Known failure modes

- Invalid or banned subreddit name returns an error or empty result
- Payment failure via x402 protocol results in 402 response and no data
- Reddit rate limiting or blocking may cause upstream failures
- Private subreddits may return access denied errors
- Malformed request body (missing subreddit field) returns 400 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 structured data about the specified subreddit including a list of posts with metadata such as titles, upvote scores, comment counts, post URLs, authors, and possibly subreddit-level info like subscriber count and description.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "type": "string",
   "minLength": 1,
   "description": "Subreddit name (without r/)"
  },
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "max_page_size": {
   "type": "integer",
   "default": 50,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Results per page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-reddit-subreddit-data-42b2d543/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)
