</>TCG Price Lookup
卡牌目录API定价常见问题文档博客
卡牌目录API定价常见问题文档博客
</>TCG Price Lookup

免费集换式卡牌游戏价格查询工具。提供 TCGPlayer 和 eBay 的实时价格,支持 Pokemon、Pokemon Japan、Magic: The Gathering、Yu-Gi-Oh!、One Piece、Disney Lorcana、Star Wars: Unlimited 和 Flesh and Blood。

[email protected]

产品

  • 卡牌价格查询
  • 价格指南
  • 开发者 API
  • 定价

游戏

  • Pokemon
  • Pokemon Japan
  • Magic: The Gathering
  • Yu-Gi-Oh!
  • One Piece
  • Disney Lorcana
  • Star Wars: Unlimited
  • Flesh and Blood

资源

  • 博客
  • 常见问题
  • 文档

法律

  • 隐私政策
  • 服务条款

© 2026 TCG Price Lookup. 保留所有权利。

TCG Price Lookup 与 TCGPlayer、eBay 或任何集换式卡牌游戏发行商均无关联或背书关系。

所有集换式卡牌游戏名称、标志及卡牌图像均为各自所有者的商标及版权所有。Pokemon © Nintendo / Creatures Inc. / GAME FREAK Inc.;Magic: The Gathering © Wizards of the Coast LLC;Yu-Gi-Oh! © Konami Digital Entertainment;One Piece Card Game © Bandai / Shueisha / Toei Animation;Disney Lorcana © Disney / Ravensburger。TCG Price Lookup 是独立的卡牌价格追踪服务,与上述任何公司、PSA、BGS、CGC 或任何评级服务均无关联、背书或赞助关系。所有卡牌名称及图像仅用于识别和价格追踪目的。

LLM Integration

Design reliable card-price assistants with grounded retrieval and citation-safe outputs.

GEO Setup Checklist (2026)

  • Allow search/user AI crawlers in robots.txt and keep private routes disallowed.
  • Publish and maintain `llms.txt` plus a clean XML sitemap index.
  • Use answer-first sections with explicit market/timestamp evidence.
  • Keep technical docs update cadence visible (`last updated`, changelog links).

Recommended Retrieval Flow

  1. Classify user intent (`lookup`, `compare`, `trend`, `grade spread`).
  2. Resolve entity with `/v1/cards/search` using strict filters where possible.
  3. Fetch exact card with `/v1/cards/:id` and optional history endpoint.
  4. Ask the model to summarize only retrieved fields, never infer prices.

Grounding Template

System: Answer only from tool data.
If data is missing, say "not available".
Always include source fields used (market, condition, timestamp).
Never output fabricated prices.

Caching + Freshness

  • Cache resolved `card_id` by normalized query for fast repeated lookups.
  • Cache card detail responses with a short TTL (for example 5-15 minutes).
  • Display timestamp context when presenting trends or price changes.

Bot Coverage

Keep these agent families allowed for discovery: OpenAI (`OAI-SearchBot`, `ChatGPT-User`), Anthropic (`ClaudeBot`, `Claude-SearchBot`, `Claude-User`), and Perplexity (`PerplexityBot`, `Perplexity-User`).