# AnyAPI Reddit Subreddit Details

> AnyAPI Reddit Subreddit Details is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Fetches metadata and details about a Reddit subreddit, such as subscriber count, description, and community info.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/reddit.subreddit_details
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-reddit-subreddit-details-b1524b6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8-ylpwrsXNBAQMAsyzLJ3

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 anyapi-reddit-subreddit-details-b1524b6a -d '<json body>'
```

Example prompt: Can you pull up the details for the r/MachineLearning subreddit — I want to know how many subscribers it has, what it's about, and when it was created?

## When to prefer this

Use this endpoint when you need programmatic access to Reddit subreddit metadata without a Reddit API key or OAuth flow. Ideal for enriching datasets with community stats, monitoring subreddit growth, or building tools that aggregate Reddit community information. Prefer this over the official Reddit API when you want pay-per-call pricing with no subscription.

## Known failure modes

- Subreddit does not exist or has been banned — returns error or empty result
- Subreddit is private or quarantined — access may be restricted
- Rate limiting or Reddit blocking the scraper — may return timeout or error
- Invalid subreddit name format — returns validation error
- Reddit changes page structure — may cause scraping failure

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing subreddit metadata such as the community title, description, subscriber count, number of active users, creation date, NSFW flag, and other public profile information scraped from Reddit.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-reddit-subreddit-details-b1524b6a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
