# Reddit Intel Search — The Stall x402

> Reddit Intel Search — The Stall x402 is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.04/call, status healthy (last checked 2026-09-14, last successful call 2026-08-22).

Searches Reddit posts and/or comments by query, subreddit, and sort criteria, returning ranked results without requiring an account or API key.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/reddit-intel
- Price: $0.04/call
- Payment: x402
- Status: healthy
- Last checked: 2026-09-14
- Last successful call: 2026-08-22
- Success rate: 100% of calls made through Zero
- Rating: 2.7 / 5 from 1 review
- Activations on Zero: 2
- Tags: x402
- Canonical page: https://www.zero.xyz/c/reddit-intel-search-the-stall-x402-fa1a47f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_As2Bs-WgYilAK-ahIrsrr

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 reddit-intel-search-the-stall-x402-fa1a47f6
```

Example prompt: Search Reddit for the top 15 posts and comments mentioning "AI agents" — look across all subreddits and sort by score.

## When to prefer this

Use this endpoint when you need to search Reddit content (posts and/or comments) without a Reddit API key or account, especially in agentic workflows requiring pay-per-call USDC micropayments via x402. Prefer this over direct Reddit API access when you want keyless operation, boolean query support, and subreddit scoping in a single call.

## Known failure modes

- Missing required 'q' parameter returns a 400 validation error
- Payment not sent or insufficient USDC triggers a 402 response requiring x402 payment
- Invalid subreddit name returns empty results or 404
- Reddit API rate limits or downtime cause 502/503 upstream errors
- Overly broad queries may return low-relevance results within the 25-result cap

## How this service works

Searches Reddit posts and/or comments by keyword. Returns top results with score, comment count, author, subreddit, URL, and timestamp. Filter by subreddit, sort by score or date. Supports separate post and comment search. Sourced from PullPush public API — no auth required. Ideal for competitive sentiment analysis, trend detection, and community research.

## Output

A ranked list of up to 25 Reddit posts and/or comments matching the query, including titles, scores, comment counts, subreddit names, and creation timestamps. Results are filtered by subreddit if specified.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "q": "artificial intelligence",
   "mode": "posts",
   "sort": "score",
   "limit": 10
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/reddit-intel-search-the-stall-x402-fa1a47f6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
