Scout is in active development. Public launch: 1 December 2026. Until then, explore the live sandboxes and docs — public signup and API keys are not open yet.
Website Inspection API

Getscreenshotsas API.

Scout opens pages in a real browser and returns raw data: screenshots, DOM extracts, a11y facts, and journeys. No SEO scores — just reproducible evidence.

Real browser execution Structured raw outputs OpenAPI-first
https://example.com/pricing
desktop · 1280×720
mobile

POST /v1/screenshot/json · live

Call it your way

HTTP, TypeScript SDK, or CLI — same API underneath.

TypeScript SDK

Typed Node.js client for screenshots, asserts, journeys, and jobs.

@macrocontent/scout
Install
pnpm add @macrocontent/scout
Example
import { Scout } from '@macrocontent/scout'

const scout = new Scout({ apiKey: process.env.SCOUT_API_KEY! })
await scout.screenshot({ url: 'https://example.com', mode: 'viewport' })
SDK docs

CLI

Terminal client for scripts and CI — built on the SDK.

@macrocontent/scout-cli
Install
pnpm add -g @macrocontent/scout-cli
Screenshot
scout screenshot https://example.com -o shot.jpg
Assert
scout assert https://example.com/pricing \
  --rule '#buy|visible' \
  --rule '.price|contains:29'
CLI docs

One API, three jobs

Capture evidence, verify expectations, then automate and monitor — each surface has its own landing page and sandbox.

Capture and extract

Pull screenshots, DOM, and raw browser state from a real page load.

Test and verify

Run focused checks, multi-rule assertions, accessibility, and performance.

Automate and monitor

Multi-step journeys, scheduled jobs, and crawl-driven URL discovery.

Self-hosted

Run Scout in your infrastructure

Inspect private applications, internal environments, and sensitive workflows with annual licensing and no usage credits.

  • Private networks, staging, and intranet — without cloud egress of page content.
  • Same API surface as cloud — license by workers, not per-request credits.
  • Docs: self-hosted install

Ready for real browser evidence?

Public keys open on 1 December 2026. Until then, try the sandboxes and read the docs.