# Tanship PayAI Console — Reddit Search

> Tanship PayAI Console — Reddit Search is a paid API for AI agents from x402.tanship.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Searches Reddit posts and communities via a payment-gated API using the x402 micropayment protocol, returning relevant Reddit content for a given query.

## Facts

- Endpoint: POST https://x402.tanship.dev/v1/reddit/search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tanship-payai-console-reddit-search-633cabfe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dl7ps7UmEDyZWf12PcLp0

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 tanship-payai-console-reddit-search-633cabfe -d '<json body>'
```

Example prompt: Search Reddit for recent discussions about the best budget mechanical keyboards and summarize what people are recommending.

## When to prefer this

Use this endpoint when you need to search Reddit specifically for community opinions, product discussions, recommendations, or user-generated content. Prefer this over generic web search when Reddit community sentiment is specifically required. The x402 micropayment model ($0.01/call) makes it cost-effective for occasional lookups without a subscription.

## Known failure modes

- Payment not included or invalid x402 USDC payment on Base causes 402 error
- Malformed request body returns 400 error
- Reddit API rate limits or downtime cause upstream failures
- Empty results returned if query matches no Reddit content
- Network timeout if Reddit search takes too long

## How this service works

Payment-gated AI and browser automation API using the x402 protocol. All /v1/* endpoints require USDC payment on Base (eip155:8453) via x402 v2 exact scheme.

## Output

Returns Reddit search results matching the query, including post titles, subreddit names, URLs, scores, comment counts, and post content, enabling the agent to surface relevant community discussions and opinions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

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