# GEDX402 Social – Reddit Search via SociaVault

> GEDX402 Social – Reddit Search via SociaVault 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-14).

Searches Reddit posts and content via SociaVault proxy, returning structured results for a given query with optional sort, timeframe, and pagination controls.

## Facts

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

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-search-via-sociavault-e8e99088
```

Example prompt: Search Reddit for posts about 'AI agents' from the past month, sorted by top, and give me a trimmed summary of the results.

## When to prefer this

Choose this endpoint when you need to search Reddit content programmatically without managing Reddit OAuth credentials, paying per query via x402 USDC micropayment. Preferred over direct Reddit API when you need a frictionless proxy with no API key setup.

## Known failure modes

- Invalid or missing query returns empty or error response
- Unsupported sort or timeframe value causes malformed request
- Pagination cursor (after) invalid or expired leads to empty results
- Payment failure (x402) prevents access to results
- Rate limiting or Reddit API quota exceeded returns error

## 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 Reddit search results (posts, metadata), a `success` boolean, and a `provider` field indicating SociaVault as the data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sort": {
   "type": "string"
  },
  "trim": {
   "type": "boolean"
  },
  "after": {
   "type": "string"
  },
  "query": {
   "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-search-via-sociavault-e8e99088/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)
