# StableSocial Reddit Subreddit Details Scraper

> StableSocial Reddit Subreddit Details 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 detailed metadata and statistics for a specified Reddit subreddit via pay-per-request scraping

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/reddit/subreddit/details
- 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-details-scraper-ca39169c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7NEWAS1XafoNNYYXC-NDu

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-details-scraper-ca39169c -d '<json body>'
```

Example prompt: Pull the full details for r/MachineLearning on Reddit — I need subscriber count, active users, the community description, and when it was created.

## When to prefer this

Choose this endpoint when you need structured subreddit metadata on demand without managing Reddit API credentials or OAuth flows. Ideal for agents doing social media research, competitive analysis, influencer discovery, or community sizing. Prefer over direct Reddit API if you need pay-per-use pricing (no subscription), or if Reddit API access is restricted. Best for one-off or infrequent lookups of subreddit-level data rather than post-level content.

## Known failure modes

- Subreddit does not exist — returns error or empty response
- Subreddit is private or quarantined — access denied
- Reddit rate limiting or anti-scraping measures cause timeout
- Invalid subreddit name format returns validation error
- Subreddit has been banned or removed — no data available

## How this service works

Scrape Creators · Reddit — Subreddit Details

## Output

Returns structured subreddit metadata including the subreddit title, description/about text, total subscriber count, currently active user count, creation date, community rules, NSFW status, subreddit type, and other community-level attributes scraped from Reddit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Subreddit URL"
  },
  "subreddit": {
   "type": "string",
   "description": "Subreddit name. MUST be case sensitive. So 'AskReddit' not 'askreddit'."
  }
 }
}
```

## More

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