Shop Amazon
Search Amazon, verify product facts on product pages, and return ranked recommendations.
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.
Workflow
- Search Amazon directly at
https://www.amazon.com/s?k=<encoded search query>
.
- Extract product names and ASINs from the same result container. Never pair a list of names with a separate list of ASINs.
- Visit each candidate product page before presenting it.
- Keep only products whose product page confirms title match, current price, rating, and review count.
- 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.
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 only after product-page title, price, rating, and review count were checked.