dataterm console  ·  how it works
CLOSED BETA
// ─── how it works ──────────────────────────────────
// step 1 — search any company on the web
> dataterm search
--tech "stripe payments"
--country US
⟳ Querying 400M domain index...
✓ Found 20 results in 0.3s
stripe.com, paddle.com...
// step 2 — fetch live pricing HTML
> dataterm fetch-pricing
--domain stripe.com
✓ Retrieved /pricing
3 tiers: Starter · Growth
· Enterprise
// step 3 — plug into your AI agent
use_mcp_tool(
"dataterm",
"search",
{"tech": "stripe"}
)
// returns structured JSON
// ready for outreach
dataterm-0 >_search for any company on the web…TAB autocomplete  ·  CTRL+K commands