Exact request sent to the run panel.
{
"source": "retrieve",
"template": {
"id": "twitter_trend_tracker",
"slug": "twitter-viral-tracker",
"name": "Twitter Viral Tweet Tracker",
"categoryId": "SOCIAL_INTEL"
},
"inputs": {
"query": "",
"minLikes": 100,
"limit": 50
},
"agentHint": "Search Twitter/X for: \"\". Filter for tweets with at least 100 likes.\n\nExtract up to 50 tweets that match criteria:\n- Tweet text\n- Author handle and name\n- Engagement (likes, retweets, replies)\n- Tweet URL\n- Posted timestamp\n- Has media? (images/videos)\n\nReturn JSON sorted by engagement:\n{\n \"query\": \"\",\n \"tweets\": [\n {\n \"author\": \"\",\n \"text\": \"\",\n \"likes\": 0,\n \"retweets\": 0,\n \"replies\": 0,\n \"url\": \"\",\n \"timestamp\": \"\",\n \"viralScore\": 0\n }\n ]\n}\n\nCalculate viralScore = (likes + retweets*2 + replies*3) to identify momentum.",
"userInput": "Search Twitter/X for: \"\". Filter for tweets with at least 100 likes.\n\nExtract up to 50 tweets that match criteria:\n- Tweet text\n- Author handle and name\n- Engagement (likes, retweets, replies)\n- Tweet URL\n- Posted timestamp\n- Has media? (images/videos)\n\nReturn JSON sorted by engagement:\n{\n \"query\": \"\",\n \"tweets\": [\n {\n \"author\": \"\",\n \"text\": \"\",\n \"likes\": 0,\n \"retweets\": 0,\n \"replies\": 0,\n \"url\": \"\",\n \"timestamp\": \"\",\n \"viralScore\": 0\n }\n ]\n}\n\nCalculate viralScore = (likes + retweets*2 + replies*3) to identify momentum.",
"urls": [],
"meta": {
"createdAt": "",
"userAgent": ""
},
"execution": {
"mode": "device",
"deviceIds": []
}
}