# whatchuneed Reddit Popular Posts

> whatchuneed Reddit Popular 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 current popular/trending posts from Reddit via a pay-per-call API endpoint

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/reddit/popular
- 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-popular-posts-bd52f2ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xCTIlD-EE05s7Pandt6OQ

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-popular-posts-bd52f2ab -d '<json body>'
```

Example prompt: What are the most popular posts on Reddit right now? Pull the trending content from the front page for me.

## When to prefer this

Use this endpoint when you need a quick, pay-per-call snapshot of what's currently popular on Reddit without managing your own Reddit API credentials or OAuth flow. Prefer this over direct Reddit API access when operating in an agentic environment that already uses x402 micropayments, or when you need lightweight, on-demand access to trending content without subscription overhead.

## Known failure modes

- Reddit API rate limiting or downtime causing empty or error responses
- Vague input string leading to ambiguous or unfiltered results
- Network timeout from the proxy layer returning a 500 or 408
- Invalid input format causing a 400 bad request
- Payment failure via x402 protocol returning a 402 response before any data is fetched

## 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 popular Reddit posts including titles, scores, subreddit names, URLs, and other post metadata representing currently trending content across the platform.

## 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-popular-posts-bd52f2ab/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)
