# AgentToll Reddit Search

> AgentToll Reddit Search is a paid API for AI agents from agenttoll.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Searches Reddit posts and comments by query, subreddit, and sort order, returning relevant social discussion results

## Facts

- Endpoint: POST https://agenttoll.dev/paid/social/reddit
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenttoll-reddit-search-f3db7096
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LzjG8bSvKsKM8elPT-7Gi

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 agenttoll-reddit-search-f3db7096 -d '<json body>'
```

Example prompt: Search Reddit for the top 20 posts about 'electric vehicle range anxiety', sorted by relevance, across the r/electricvehicles subreddit — I want to see what the community is currently discussing.

## When to prefer this

Use this endpoint when you need real-time or recent Reddit community opinions, discussions, or user-generated content on a topic — especially when social sentiment, niche community knowledge, or grassroots perspectives are more valuable than formal sources. Prefer over general web search when Reddit-specific community context matters, and over Twitter/X search when longer-form threaded discussion is needed.

## Known failure modes

- Empty results if query matches no Reddit posts
- Rate limiting or upstream Reddit API unavailability returning error response
- Invalid sort value may return error or be ignored
- Limit outside 5-50 range may be clamped or rejected
- Payment failure via x402 if USDC balance insufficient

## How this service works

108+ receipt-backed x402 work products for AI agents. Clear prices, spend caps, buyer metadata, and structured results over Base USDC.

## Output

Returns a JSON object containing Reddit posts matching the query, including post titles, content snippets, scores, subreddit names, author info, timestamps, and comment counts — sorted and limited per request parameters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sort": {
   "type": "string",
   "description": "optional: relevance, hot, new, top"
  },
  "limit": {
   "type": "integer",
   "description": "optional int 5-50"
  },
  "query": {
   "type": "string",
   "description": "string search terms"
  },
  "subreddit": {
   "type": "string",
   "description": "optional e.g. technology"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenttoll-reddit-search-f3db7096/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agenttoll.dev](https://www.zero.xyz/host/agenttoll.dev/llms.txt)
