mirrored listing x402 eip155:8453

Pass/fail check: does the text rank within the top `min_rank` categories of its target tax

Pass/fail check: does the text rank within the top `min_rank` categories of its target taxonomy? Returns `pass`, the target's rank and gap to #1, the taxonomy's top five, and the unused phrases to work in. Use it as a content-pipeline gate. Paid, $0.05/call; read-only and safe to retry.

Do you run topic-scorer.pixelcove.co? 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
50000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-17
updated

Provider

topic-scorer.pixelcove.co · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x88ff5A0608Ff45077f68200AF35618121a0FA443",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "category": "example",
          "taxonomy": "google_ads_topics",
          "text": "example"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "min_rank": 3,
          "pass": true,
          "phrases_unused": [
            "intrusion detection"
          ],
          "phrases_used": [
            "firewall"
          ],
          "target": {
            "gap_to_top": 0,
            "id": "344",
            "path": "...",
            "rank": 1,
            "score": 0.842
          },
          "top": [
            {
              "id": "344",
              "path": "...",
              "rank": 1,
              "score": 0.842
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "category": {
                  "description": "Target category id, full path, or a unique path substring within the taxonomy (use topic_scorer_find to look one up).",
                  "maxLength": 200,
                  "minLength": 1,
                  "type": "string"
                },
                "full": {
                  "default": false,
                  "description": "Score the whole text as the mean of 8,192-char chunks instead of only the first 8,192 chars.",
                  "type": "boolean"
                },
                "min_rank": {
                  "default": 3,
                  "description": "Highest passing rank.",
                  "maximum": 50,
                  "minimum": 1,
                  "type": "integer"
                },
                "phrases": {
                  "default": 30,
                  "description": "Phrase bank size for the target category (0 skips it).",
                  "maximum": 100,
                  "minimum": 0,
                  "type": "integer"
                },
                "taxonomy": {
                  "description": "Taxonomy of the target category.",
                  "enum": [
                    "google_ads_topics",
                    "google_merchant",
                    "iab_content",
                    "iab_audience",
                    "iab_ad_product",
                    "linkedin_industries"
                  ],
                  "type": "string"
                },
                "text": {
                  "description": "The page or draft text to score, as plain text or HTML (tags are stripped). 1 to 32768 characters. URLs are not fetched; send the content.",
                  "maxLength": 32768,
                  "minLength": 1,
                  "type": "string"
                }
              },
              "required": [
                "text",
                "taxonomy",
                "category"
              ],
              "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"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://topic-scorer.pixelcove.co/v1/gate"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://topic-scorer.pixelcove.co/v1/gate");
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://topic-scorer.pixelcove.co/v1/gate")
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/7327.json, and this resource appears in /discovery/resources and /discovery/search.