# GEDX402 Social – Reddit Subreddit Search

> GEDX402 Social – Reddit Subreddit Search is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-13).

Search posts within a specific Reddit subreddit using keyword queries, sort options, and time filters via the SociaVault proxy.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/reddit/subreddit/search
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-reddit-subreddit-search-8f9abe76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cuIX_-roDt7CCifIq_kzA

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 gedx402-social-reddit-subreddit-search-8f9abe76
```

Example prompt: Search the r/MachineLearning subreddit on SociaVault for posts about 'LLM fine-tuning', sorted by top posts from the past month.

## When to prefer this

Use this endpoint when you need to search within a specific known subreddit for posts matching a keyword or topic, especially when you want control over sort order and timeframe. Prefer this over general Reddit search when community-scoped results are needed and when operating in an x402 micropayment context.

## Known failure modes

- Invalid or non-existent subreddit name returns empty results or error
- Missing required 'subreddit' parameter causes request failure
- Invalid sort or timeframe enum values may return errors or unexpected results
- Expired or invalid x402 payment token results in 402 payment required error
- Rate limiting or upstream Reddit API throttling may cause partial or empty results
- Invalid cursor value may cause pagination failure

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

Returns a JSON object with a 'data' field containing matched Reddit posts from the specified subreddit (titles, content, metadata) and a 'success' boolean indicating the SociaVault provider response status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sort": {
   "type": "string"
  },
  "query": {
   "type": "string"
  },
  "cursor": {
   "type": "string"
  },
  "filter": {
   "type": "string"
  },
  "subreddit": {
   "type": "string"
  },
  "timeframe": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-reddit-subreddit-search-8f9abe76/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
