# whatchuneed Reddit Crawl

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

Crawls and retrieves content from Reddit based on a natural language or URL input

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/crawl/reddit
- Price: $0.05/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-crawl-bb56cb47
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v-G_as8MaxGqbf7FIoZLE

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-crawl-bb56cb47 -d '<json body>'
```

Example prompt: Can you crawl Reddit and pull the top posts and comments about electric vehicle battery longevity from r/electricvehicles?

## When to prefer this

Choose this endpoint when you need to extract or gather content specifically from Reddit — such as posts, comments, or community discussions — and want a simple pay-per-call interface without managing Reddit API credentials or OAuth flows. It is especially useful for agents doing social listening, sentiment analysis, or research tasks grounded in Reddit data.

## Known failure modes

- Invalid or inaccessible subreddit name returns empty result
- Reddit rate-limiting or blocking causes incomplete data retrieval
- Overly broad query returns unfiltered or irrelevant posts
- Private or quarantined subreddits return no data
- Malformed input string causes a processing error

## 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 crawled Reddit content such as post titles, body text, comments, upvote counts, and thread metadata, along with a status field indicating success or failure of the crawl.

## 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-crawl-bb56cb47/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)
