ToolAssay

Verify whether a seller listing matches the exact Japanese anime collectible, ed

Verify whether a seller listing matches the exact Japanese anime collectible, edition or variant. Uses canonical identity, JAN/model evidence and stored marketplace match signals to detect wrong-version and name-collision risk. WHEN TO USE: Use immediately before purchase when the agent has a seller listing and identity mismatch could cause a bad order. A listing URL or title can be supplied; otherwise the service returns the strongest currently observed matched listings. ...

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
n/alisted price per call
n/aprice 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://anime-intelligence.goodmy0312.workers.dev/v1/listing-match

CategoryEverything else
Provider hostanime-intelligence.goodmy0312.workers.dev
Networkssolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "lang": "en",
    "listing_title": "Official Japanese listing title",
    "query": "Does this eBay listing match the exact Nendoroid edition?"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "const": "GET",
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "buyer_country": {
              "description": "ISO alpha-2 buyer destination; defaults to JP for Japan buyers.",
              "type": "string"
            },
            "id": {
              "description": "ANIME INTELLIGENCE canonical product UUID.",
              "type": "string"
            },
            "lang": {
              "enum": [
                "ja",
                "en",
                "zh",
                "ko",
                "es",
                "fr",
                "de",
                "it",
                "pt",
                "id",
                "th",
                "ru",
                "ar",
                "hi",
                "vi",
                "tr",
                "nl",
                "pl"
              ],
              "type": "string"
            },
            "listing_title": {
              "description": "Optional listing title for listing-match when URL is unavailable.",
              "type": "string"
            },
            "listing_url": {
              "description": "Optional listing URL for listing-match.",
              "type": "string"
            },
            "postal_code": {
              "description": "Optional destination postal code for landed-cost context.",
              "type": "string"
            },
            "query": {
              "description": "Product name, JAN/EAN-13, model number or identifying description.",
              "type": "string"
            },
            "refresh": {
              "enum": [
                "0",
                "1"
              ],
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "queryParams"
      ],
      "type": "object"
    },
    "output": {
      "additionalProperties": false,
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "const": "json",
          "type": "string"
        }
      },
      "required": [
        "type",
        "example"
      ],
      "type": "object"
    }
  },
  "required": [
    "input",
    "output"
  ],
  "type": "object"
}

This page as JSON