ToolAssay

Return the best current purchase route for an exact Japanese anime collectible

Return the best current purchase route for an exact Japanese anime collectible. Compares identity-matched seller offers, price, availability, marketplace and freshness so an autonomous agent can move from product identification to a concrete seller route. WHEN TO USE: Use when the buyer is ready to purchase and needs the best matched seller, current price, availability and route for the exact edition. WHY PAY: Pay when the user is purchase-ready and needs an identity-match...

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/best-place

CategoryCommerce and shopping
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",
    "query": "Best place to buy this exact Nendoroid now"
  },
  "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