SmartAgent 2.0 Released•Explore MCP Integration
Automated web agents.Build agents.
Build, run, and schedule automated data collection agents — with a browser-based IDE, real container isolation, and structured data output built in.
import { Agent, pushData } from '@smartagent/sdk';
export default Agent(async (ctx) => {
const url = ctx.getInput('url');
const page = await ctx.browser.newPage();
ctx.logger.info(`Navigating to ${url}`);
await page.goto(url);
const data = await page.evaluate(() => ({
title: document.title,
price: document.querySelector('#price')?.innerText,
inStock: !document.querySelector('.out-of-stock')
}));
await pushData(data);
});Execution Output
Pod #4901
10:14:00Pod initialized (k8s-us-east-1)
10:14:01Browser sandbox ready (Playwright 1.42)
Trusted by engineering teams at scale
ACME_DATA
Globex
SOYUZ.IO
INITECH
MD_LABS
End-to-End Workflow
How SmartAgent turns web pages into clean data pipelines.
Click through the steps below to inspect how agents are built, executed, and queried.
AI Agent Generator
Describe what you want to extract
Type a prompt or choose a template preset. SmartAgent AI inspects the DOM and compiles executable Node.js agent code automatically.
// Generated Agent Code Preview
import { Agent, pushData } from '@smartagent/sdk';
export default Agent(async (ctx) => { /* ... */ });
Capabilities
Platform-engineered for scale and developer control.
Visual execution graph, instant provisioning, precision DOM extraction, and zero-setup developer tools.
Pipeline Flow
Automated Data Routing
Active Stream
SmartAgent Pod Engine|Chromium Playwright Sandbox
14ms LatencyLogs
Live Log Stream
Real-time console output over WebSockets.
10:14:01[k8s-pod] Container started
10:14:02[playwright] Browser initialized
10:14:04[agent] pushData({ price: 149 })
Live ActivityEVENTS / SEC
10:1010:1210:14
Scheduling
Cron Scheduler
Timezone-aware schedules with automated retries.
Cron Expression:
*/5 * * * *
Every 5 min
Next RunUTC
Scheduled
10:20DOM Extraction
Precision DOM Targeting
Element Scanner
h1#product-titleEXTRACTED
Pro Mechanical Keyboard
span#price
$149.00 USD
div.stock-status
In Stock (42 units)
span.rating
4.9 (128 reviews)
URL-Aware Selector MatchingpushData() Auto-Indexed
Pre-Built Gallery
Deploy battle-tested templates in one click.
Developer Free Tier Included
Ready to automate your web workflows?
Get 1,000 free execution minutes per month. No credit card required. Setup takes under 60 seconds.