Menu
NEW AGENT
MY AGENTS
ASSISTANTS
Amazon Best Seller Review Generator
- Step 4
Summary - 14th Jan
Summary - 13th Jan
Summary - 12th Jan
Summary - 10th Jan
Summary - 7th Jan
Summary - 7th Jan
Summary - 4th Jan
Summary - 3rd Jan
Summary - 2nd Jan
SETTINGS
LOGOUT
Amazon Best Seller Review Generator - Confirm & Copy Final Agent Code
1
Describe
Describe your task
2
Refine
Refine the plan
3
SubAgents
Review all agents
4
Deploy
Deploy your agent
Review Final Agent Copy
Expand
[ { "taskID": 225, "semanticTitleOfTask": "Amazon Best Sellers Page Crawler", "taskDescription": "This task crawls a specified Amazon Best Sellers page URL, extracting approximately five products with their names, prices, links, and basic details. It provides this data in a structured format for further processing or selection.", "inputDescription": "Requires 'VARIABLE1', which should be a valid link to an Amazon Best Sellers page. The crawler will parse the page to capture the top products' basic information.", "inputRequired": ["VARIABLE1"], "outputDescription": "Returns a structured dataset (e.g., JSON array) of around five top-selling products, each containing 'product_name', 'product_price', 'product_link', and a brief 'product_details' field.", "outputName": "bestseller_list_data", "promptInstruction": "no instruction" }, { "taskID": 223, "semanticTitleOfTask": "Highest Price Product Selector", "taskDescription": "This task reviews the list of best-selling products and identifies the single highest-priced item from that set. It then outputs a standardized JSON object with the chosen product’s main details.", "inputDescription": "Takes the 'bestseller_list_data' from the previous crawler step, which includes a small collection of product entries (each with name, price, link, and other brief details).", "inputRequired": ["bestseller_list_data"], "outputDescription": "Produces one JSON object, containing exactly four fields: 'product_name', 'product_price', 'product_link', and 'product_details', all as strings, describing the highest-priced product.", "outputName": "highest_priced_product_data", "promptInstruction": "You are a data analyst specialized in product selection. Review the following list of Amazon products and their details. Select the product with the highest price. Format your response as a JSON object with these exact keys: 'product_name', 'product_price', 'product_link', and 'product_details'. Include only the single highest-priced product. Ensure all values are strings. If multiple products have the same highest price, select the one that appears first in the list." }, { "taskID": 216, "semanticTitleOfTask": "Research Product Reviews and Features", "taskDescription": "Performs comprehensive research across Google and YouTube to gather detailed product reviews, user feedback, and key feature information about the specified product.", "inputDescription": "Requires 'highest_priced_product_data' from the previous step, which is used to search for online reviews, professional analyses, and user feedback. The 'product_name' field within that data is used as the search query.", "inputRequired": ["highest_priced_product_data"], "outputDescription": "Generates a consolidated summary of the product’s pros, cons, notable features, expert opinions, and user sentiments gathered from research sources.", "outputName": "product_research_summary", "promptInstruction": "You are a product research specialist. You have been provided with research data about 'product_name'. Please analyze this information and create a detailed summary that includes: 1) key features and specifications, 2) main benefits highlighted by users and reviewers, 3) common complaints or drawbacks, 4) expert opinions and professional reviews, 5) notable use cases or applications, and 6) price-to-value assessment. Maintain an objective tone, provide specific examples, and avoid marketing hype." }, { "taskID": 185, "semanticTitleOfTask": "Generate Condensed Product Review", "taskDescription": "Transforms the researched content into a concise, well-structured product review that highlights key features, benefits, and potential drawbacks in a user-friendly format.", "inputDescription": "Requires the summary from 'product_research_summary' to craft an engaging, balanced review of the product.", "inputRequired": ["product_research_summary"], "outputDescription": "Delivers a concise review that introduces the product, outlines key benefits, mentions any shortcomings or limitations, assesses value for money, and concludes with a recommendation.", "outputName": "short_product_review", "promptInstruction": "You are a professional product reviewer. Using the provided research summary, create a concise, engaging product review that: 1) opens with a compelling introduction, 2) highlights the most important features and benefits, 3) addresses any drawbacks, 4) provides a balanced perspective on value for money, and 5) concludes with a recommendation. Keep the tone conversational yet professional, focusing on truly useful information for buyers." }, { "taskID": 187, "semanticTitleOfTask": "Find 5 relevant images using Brave search", "taskDescription": "This task uses a direct Brave search action to find 5 relevant product image URLs from the product name.", "inputDescription": "Requires 'highest_priced_product_data' from the previous step. The 'product_name' field inside it will be used as the search query for Brave Image Search.", "inputRequired": ["highest_priced_product_data"], "outputDescription": "A list of 5 image URLs from Brave search for the specified product name.", "outputName": "image_search_5_urls", "promptInstruction": "no instruction" }, { "taskID": 224, "semanticTitleOfTask": "Filter images to get up to 3 final URLs", "taskDescription": "This task uses an LLM prompt to filter the initial list of 5 image URLs into up to 3 final URLs that meet the article's quality and relevance standards.", "inputDescription": "Requires the 'highest_priced_product_data' to identify 'product_name' for context, and the 'image_search_5_urls'.", "inputRequired": ["highest_priced_product_data", "image_search_5_urls"], "outputDescription": "A final list of up to 3 URLs of relevant and high-quality images, suitable for the e-commerce article.", "outputName": "product_image_urls", "promptInstruction": "You are an expert at evaluating product images for e-commerce articles. I have a list of 5 image URLs for the product `product_name`. Please analyze these URLs and select only the most relevant images (maximum 3) that meet these criteria:\n1. Must clearly show the actual product (not accessories or related items)\n2. Must be high quality and professional looking\n3. Must show the product from a useful angle that helps demonstrate its features\n4. Must not contain watermarks or overlaid text\n5. Must not be duplicate angles of the same view\n\nPlease return only the URLs of the selected images (maximum 3), one URL per line. Do not include any other text or explanation." }, { "taskID": 286, "semanticTitleOfTask": "Generate a Complete HTML Article Combining Product Info, Review, and Images", "taskDescription": "This task assembles a professionally formatted HTML document that integrates the product’s name, price, link, details, a concise product review, and multiple image URLs. The final output is returned as a single HTML string, suitable for publication.", "inputDescription": "Requires 'highest_priced_product_data' (JSON object with product_name, product_price, product_link, product_details), 'short_product_review' (string), and 'product_image_urls' (array of up to three product image URLs).", "inputRequired": [ "highest_priced_product_data", "short_product_review", "product_image_urls" ], "outputDescription": "A single string containing a valid HTML5 document with semantic structure, meta tags, inline CSS, hyperlinked product references, and embedded images. The document includes product details and a neatly formatted review. It is suitable for immediate publishing.", "outputName": "final_html_output", "promptInstruction": "You are an HTML composer. Create a complete, valid HTML5 document using these inputs: (1) Product Info: {product_name, product_price, product_link, product_details}, (2) Review: {short_product_review}, and (3) Images: {product_image_urls}. Include a proper DOCTYPE, meta tags, embedded images, and a hyperlink for the product name pointing to the Amazon link. Provide the entire HTML as a single properly formatted string." } ]
Happy? Now Copy-Paste To Proceed...
BACK TO SUBAGENTS
COPY TO CLIPBOARD