Exact request sent to the run panel.
{
"source": "retrieve",
"template": {
"id": "amazon_price_tracker",
"slug": "price-watch",
"name": "Amazon Price Tracker",
"categoryId": "DEALS"
},
"inputs": {
"productUrl": "",
"targetPrice": ""
},
"agentHint": "Navigate to .\n\nExtract product pricing data:\n- Product name\n- Current price\n- Original/list price (if shown)\n- Discount percentage\n- Prime eligible?\n- Stock status (\"In Stock\", \"Only X left\", etc.)\n- Seller information\n- Rating and review count\n\nReturn JSON:\n{\n \"product\": {\n \"name\": \"\",\n \"currentPrice\": 0,\n \"originalPrice\": 0,\n \"discount\": 0,\n \"inStock\": true,\n \"prime\": true,\n \"rating\": 0,\n \"reviews\": 0\n },\n \"tracking\": {\n \"targetPrice\": ,\n \"shouldAlert\": false,\n \"priceDropAmount\": 0\n }\n}\n\nSet shouldAlert = true if current price <= target price.",
"userInput": "Navigate to .\n\nExtract product pricing data:\n- Product name\n- Current price\n- Original/list price (if shown)\n- Discount percentage\n- Prime eligible?\n- Stock status (\"In Stock\", \"Only X left\", etc.)\n- Seller information\n- Rating and review count\n\nReturn JSON:\n{\n \"product\": {\n \"name\": \"\",\n \"currentPrice\": 0,\n \"originalPrice\": 0,\n \"discount\": 0,\n \"inStock\": true,\n \"prime\": true,\n \"rating\": 0,\n \"reviews\": 0\n },\n \"tracking\": {\n \"targetPrice\": ,\n \"shouldAlert\": false,\n \"priceDropAmount\": 0\n }\n}\n\nSet shouldAlert = true if current price <= target price.",
"urls": [],
"meta": {
"createdAt": "",
"userAgent": ""
}
}