mirrored listing x402 eip155:8453

Google Trends related topics for a keyword

Google Trends related topics for a keyword. Returns the topics and named entities associated with a keyword in a given country, as top topics scored 0-100 relative to each other and rising topics with percentage growth, each carrying its entity type. Google Trends topic discovery for market research and content planning.

Do you run api.kadec0.xyz? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
30000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-15
updated

Provider

api.kadec0.xyz · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "30000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "geo": "US",
          "keyword": "bitcoin"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "count": 1,
          "items": [
            {
              "dataSource": "primary",
              "geo": "US",
              "keyword": "bitcoin",
              "queriedAt": "2026-09-02T19:38:34Z",
              "rising": [
                {
                  "topic": "Reuters",
                  "topicId": "/m/0ps53",
                  "type": "News agency company",
                  "value": 2700
                }
              ],
              "stale": false,
              "timeframe": "past_12_months",
              "top": [
                {
                  "topic": "Bitcoin",
                  "topicId": "/m/05p0rrx",
                  "type": "Cryptocurrency",
                  "value": 100
                }
              ],
              "type": "google_trends_related_topics"
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "geo": {
                  "description": "ISO-3166 alpha-2 country code, e.g. US, GB, DE, JP (213 countries supported)",
                  "type": "string"
                },
                "keyword": {
                  "description": "the search term",
                  "type": "string"
                },
                "timeframe": {
                  "default": "past_12_months",
                  "description": "time window. Each response reports its own bucket size in `granularity`: past_30_days and past_90_days return a daily series, past_12_months and past_5_years weekly, windows under a day hourly",
                  "enum": [
                    "2004_present",
                    "past_12_months",
                    "past_30_days",
                    "past_4_hours",
                    "past_5_years",
                    "past_7_days",
                    "past_90_days",
                    "past_day",
                    "past_hour"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "keyword",
                "geo"
              ],
              "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"
    }
  }
}

Use it

curl

curl "https://api.kadec0.xyz/v1/related-topics"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.kadec0.xyz/v1/related-topics");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.kadec0.xyz/v1/related-topics")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/345.json, and this resource appears in /discovery/resources and /discovery/search.