ToolAssay

Destination-aware purchase cost for Japanese anime collectibles

Destination-aware purchase cost for Japanese anime collectibles. Supports Japan buyers explicitly and cross-border buyers conservatively, returning known item/shipping totals and refusing to invent unavailable duty, tax or brokerage amounts. WHEN TO USE: Use when an agent is ready to buy and must compare the actual payable route for a Japan-based buyer or a cross-border buyer. Japan is a first-class destination, not a fallback case. WHY PAY: Pay when the cheapest sticker p...

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/landed-cost

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": {
    "buyer_country": "JP",
    "lang": "en",
    "query": "What is the real total cost for a buyer in Japan?"
  },
  "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