shop-amazon

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Shop Amazon

Amazon购物

Search Amazon, verify product facts on product pages, and return ranked recommendations.
搜索Amazon,验证产品页面上的产品信息,并返回排名推荐。

Requirements Gate

要求检查

Before browser automation, ask directly for any missing shopping constraints:
  • Budget or comfortable price range
  • Usage context: personal, gift, professional, compatibility need, etc.
  • Deal-breakers: required features, avoided brands/materials, shipping needs
If the user already supplied enough constraints, proceed.
在进行浏览器自动化之前,直接询问用户是否缺少任何购物约束条件:
  • 预算或舒适的价格范围
  • 使用场景:个人使用、礼品、专业用途、兼容性需求等
  • 排除项:必备功能、避用品牌/材质、配送需求
如果用户已提供足够的约束条件,则继续操作。

Browser Access

浏览器访问

Open Amazon through the normal browser surface available in the current environment. Prefer Chrome when that is how Codex usually interacts with web pages here; if another browser or page-interaction path is available, use that.
Keep the same browser page or session for search and product verification when possible. Leave Amazon open only when the user explicitly asks for it.
通过当前环境中可用的常规浏览器界面打开Amazon。如果Codex通常通过Chrome与网页交互,则优先使用Chrome;如果有其他浏览器或页面交互路径可用,则使用该路径。
尽可能在搜索和产品验证时保持同一个浏览器页面或会话。仅当用户明确要求时,才保持Amazon页面处于打开状态。

Workflow

工作流程

  1. Search Amazon directly at
    https://www.amazon.com/s?k=<encoded search query>
    .
  2. Extract product names and ASINs from the same result container. Never pair a list of names with a separate list of ASINs.
  3. Visit each candidate product page before presenting it.
  4. Keep only products whose product page confirms title match, current price, rating, and review count.
  5. Rank by the user's criteria. When ratings are within 0.5 stars, prefer the product with more reviews.
Read references only when needed:
  • references/asin-extraction.md: ASIN patterns and mismatch prevention.
  • references/common-errors.md: CAPTCHA, rate-limit, slow-load, and verification recovery.
  • references/output-formats.md: Shortlist and table templates.
  1. 直接访问
    https://www.amazon.com/s?k=<编码后的搜索查询>
    搜索Amazon。
  2. 从同一个结果容器中提取产品名称和ASIN。切勿将名称列表与单独的ASIN列表配对。
  3. 在展示候选产品之前,访问每个候选产品的页面。
  4. 仅保留产品页面确认标题匹配、当前价格、评分和评论数量的产品。
  5. 根据用户的标准进行排序。当评分相差在0.5星以内时,优先选择评论数量更多的产品。
仅在需要时查阅参考资料:
  • references/asin-extraction.md:ASIN格式及避免匹配错误。
  • references/common-errors.md:验证码、速率限制、加载缓慢及验证恢复方法。
  • references/output-formats.md:候选清单和表格模板。

Account Actions

账户操作

Do not add items to cart, buy, reorder, subscribe, send gifts, apply coupons, or start checkout unless the user explicitly asks for that exact action. Treat product research as read-only by default.
除非用户明确要求执行该具体操作,否则请勿将商品添加到购物车、购买、重新订购、订阅、发送礼品、应用优惠券或开始结账。默认将产品研究视为只读操作。

Output Rules

输出规则

  • Present only product-page-verified items.
  • Use clean links:
    https://www.amazon.com/dp/<ASIN>
    .
  • Include ASIN, product-page price, rating, review count, why it matches, and key trade-offs.
  • Mark each item
    (verified)
    only after product-page title, price, rating, and review count were checked.
  • 仅展示经过产品页面验证的商品。
  • 使用简洁链接:
    https://www.amazon.com/dp/<ASIN>
  • 包含ASIN、产品页面价格、评分、评论数量、匹配原因及主要权衡点。
  • 仅在检查完产品页面的标题、价格、评分和评论数量后,标记商品为
    (verified)