# StableSocial Reddit Profile Search

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

Search Reddit for user profiles matching a keyword or query, returning profile data via pay-per-request access.

## Facts

- Endpoint: POST https://socialx402.com/api/reddit/search-profiles
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-reddit-profile-search-21ae49ad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jXCr5UG2Vnm4ZX2UBDTgs

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-profile-search-21ae49ad -d '<json body>'
```

Example prompt: Search Reddit for user profiles related to 'machine learning' and give me a list of accounts that show up.

## When to prefer this

Use this endpoint when you need to search Reddit user profiles by keyword without setting up OAuth or managing subscriptions — ideal for one-off lookups or lightweight agent workflows that pay per use.

## Known failure modes

- Invalid or missing search query returns error
- Payment failure or insufficient USDC balance blocks the request
- Reddit rate limiting on the backend causes timeouts or empty results
- No profiles found for obscure or very specific queries
- API returns partial data if Reddit profile fields are not public

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

A list of Reddit user profiles matching the search query, including usernames and available profile metadata such as account age, karma, and other public profile fields.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "keywords": {
   "type": "string",
   "minLength": 1,
   "description": "Search keywords"
  },
  "max_profiles": {
   "type": "integer",
   "default": 50,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Maximum profiles to collect"
  },
  "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-profile-search-21ae49ad/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)
