ToolAssay

Reddit Search

Reddit Search - Search Reddit posts

Answeringour last check, 2026-09-24
1 of 1checks answered this week
341 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://stableenrich.dev/api/reddit/search

CategorySearch and research
Provider hoststableenrich.dev
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days399 from 41 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 341 ms

Example input (from the provider)

{
  "body": {
    "maxResults": 10,
    "query": "stablecoins",
    "sort": "relevance",
    "timeframe": "all"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "after": {
              "description": "Pagination cursor",
              "type": "string"
            },
            "maxResults": {
              "default": 10,
              "description": "Maximum results to return",
              "maximum": 25,
              "minimum": 1,
              "type": "number"
            },
            "query": {
              "description": "Search term for Reddit posts",
              "minLength": 1,
              "type": "string"
            },
            "sort": {
              "default": "relevance",
              "description": "Sort order for results",
              "enum": [
                "relevance",
                "new",
                "top",
                "comment_count"
              ],
              "type": "string"
            },
            "timeframe": {
              "default": "all",
              "description": "Time range filter",
              "enum": [
                "all",
                "day",
                "week",
                "month",
                "year"
              ],
              "type": "string"
            }
          },
          "required": [
            "query",
            "sort",
            "timeframe",
            "maxResults"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON