ToolAssay

Purchase-window intelligence for Japanese anime collectibles

Purchase-window intelligence for Japanese anime collectibles. Returns stored verified preorder, lottery, reservation or sales deadlines when available, with remaining time and a separate release schedule so agents do not confuse release dates with order cutoffs. WHEN TO USE: Use when an agent could lose the purchase opportunity by waiting: preorder closing, lottery entry closing, limited-order end or sales-end timing. WHY PAY: Pay when missing a verified order window can e...

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/deadline

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",
    "query": "When does preorder close for this figure?"
  },
  "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