ToolAssay

Trend insights for a topic, based on real Wikipedia page-view volume and momentu

Trend insights for a topic, based on real Wikipedia page-view volume and momentum. Premium tier adds relatedTrends: other Wikipedia article titles matching the same search terms (title-similarity, not a curated semantic-relevance ranking). Not literal search/social trend data — see the response's `source` field.

Asked 5.0x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
314 msmedian answer time
$0.001listed price per call
$0.005price 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

GET https://x402tap.com/api/insights

CategorySearch and research
Provider hostx402tap.com
Networkseip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 314 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "tier": "premium",
    "topic": "bitcoin"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "tier": {
              "description": "standard = $0.001, premium = $0.005",
              "enum": [
                "standard",
                "premium"
              ],
              "type": "string"
            },
            "topic": {
              "description": "Topic to fetch trend insights for",
              "type": "string"
            }
          },
          "required": [
            "topic"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON