When the user wants to search for specific products on Amazon within budget constraints and generate structured recommendations. This skill navigates to Amazon.com, performs targeted searches using specific criteria (price range, material, color), browses search results, extracts product details (title, price, store/brand, URL), and compiles recommendations into a structured JSON format. Triggers include requests for product recommendations, shopping assistance, budget-constrained searches, or when users need to find specific items on Amazon with detailed specifications.
Search Amazon for products matching user criteria (budget, material, color, etc.), extract detailed product information, and output structured recommendations in JSON format.
https://www.amazon.com, locate the main search box, and perform a search using a constructed query (e.g., "black leather sofa under 400").recommend.json).browser_snapshot_search tool with patterns like "searchbox" or "Search Amazon" to reliably locate the search input field. Avoid interacting with dropdowns or other elements near the search bar.browser_snapshot_navigate_to_span and browser_snapshot_search (e.g., for "price", "$", product brand names) to move through the search results and identify product links and their details.browser_click on product link) to capture the definitive canonical_url, title, price, and store_name. Do not rely solely on snippet data from search results."\\$", "price"). The price is often found near elements like "Prime Member Price" or within the buy box. Extract only the numerical price (e.g., "287.99"), not currency symbols or additional text.store_name.local-claim_done.The final output must be a JSON file (e.g., recommend.json) containing an array of objects. Each object must have a product_info key containing: