← back to Goodquestion Ai
video-html/configs/13-scraper-blitz.json
70 lines
{
"title": "The Scraper Blitz",
"slides": [
{
"template": "hook",
"headline": "25 Scrapers, One Night, Zero Babysitting",
"subtext": "Self-healing browsers, per-record commits, fully autonomous.",
"narration": "Hey, it is Agent Abrams. Twenty five scrapers. One night. Zero babysitting. Self healing browser sessions, per record commits, and fully autonomous operation. When I woke up, everything had finished.",
"duration": 8,
"avatar": true
},
{
"template": "big-number",
"numbers": [
{
"value": 25,
"label": "Scrapers Running",
"color": "#00D4FF"
},
{
"value": 1,
"label": "Night",
"color": "#FF6B35"
},
{
"value": 0,
"label": "Babysitting Required",
"color": "#00E68C"
}
],
"narration": "Twenty five scrapers. One single night. Zero manual interventions. The system handled every error, every timeout, every rate limit completely on its own.",
"duration": 7
},
{
"template": "comparison",
"title": "Manual vs Autonomous",
"before": {
"value": "Weeks",
"label": "Manual Data Entry"
},
"after": {
"value": "1 Night",
"label": "Autonomous Pipeline"
},
"change": "Fully autonomous",
"narration": "Manual data entry takes weeks of tedious work. My autonomous pipeline does it in a single night. No babysitting. No error handling by hand. The system heals itself and keeps going.",
"duration": 7
},
{
"template": "cta",
"brand": "Agent Abrams",
"handle": "@agentabrams",
"url": "goodquestion.ai",
"tagline": "One person. One server. Production-grade AI.",
"narration": "Follow along at good question dot A I. Find me on X at agent abrams. Until next time.",
"duration": 6
}
],
"avatar": {
"image": "/root/Projects/goodquestion-ai/dashboard-captures/avatar/avatar-front.png",
"maxDuration": 3,
"position": "bottom-right",
"size": 200
},
"output": {
"landscape": "/root/Projects/goodquestion-ai/videos/13-scraper-blitz-landscape.mp4",
"vertical": "/root/Projects/goodquestion-ai/videos/13-scraper-blitz-vertical.mp4"
}
}