# whatchuneed Reddit Top Posts

> whatchuneed Reddit Top Posts is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches the top posts from Reddit based on a natural language input query

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/reddit/top
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-reddit-top-posts-1e69bc33
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1UbkiaJdrmNON3_Zq2dFk

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 whatchuneed-reddit-top-posts-1e69bc33 -d '<json body>'
```

Example prompt: What are the top Reddit posts right now about AI agents? Fetch me the most upvoted threads so I can see what the community is talking about.

## When to prefer this

Choose this endpoint when you need to surface trending or top-voted Reddit content for a given topic, keyword, or subreddit. It is ideal for sentiment analysis, trend research, or content discovery workflows that rely on community-curated social signals rather than news APIs or web search.

## Known failure modes

- Vague or ambiguous input string may return irrelevant posts
- Reddit rate limiting or downtime may cause failures
- Private or banned subreddits may return no results
- Malformed input may result in an error status
- Posts may be outdated if Reddit API cache is stale

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a result object containing top Reddit posts matching the input query, likely including post titles, upvote counts, links, and other post metadata, along with a status field indicating success or failure.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-reddit-top-posts-1e69bc33/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
