Master Scanner — green-energy scanning craft over the open web
Master Scanner

System Status

MasterScanner.cloud · Status & Developer Platform
All systems operational
System status

Every service, honestly reported.

The status of each Master Scanner service. We render only what is live and proven — capabilities still in engineering are marked plainly, never shown as running.

All systems operational
Last checked just now · refreshes automatically
Crawl & Search
Polite public-web crawling and multi-source search
99.97%30-day
Operational
Scan & Extract
Targeted page/endpoint scanning into structured records
99.98%30-day
Operational
Monitor
Watches pages and endpoints, alerts on change
99.95%30-day
Operational
Ranking Engine
Scores every finding by relevance and ROI
99.99%30-day
Operational
Public API Gateway
Authenticated REST access to scan, extract and monitor
99.96%30-day
Operational
Member Workspace
MasterScanner.net — where members enter job requests
99.94%30-day
Operational
Self-Improving Autoresearch
Top Secret — Coming Soon
Roadmap
Coming Soon
Resilient Capture
Top Secret — Coming Soon
Roadmap
Coming Soon
Uptime history

Ninety days of operation.

Daily availability across all live services. Each bar is one day — taller is healthier. We report dips as plainly as we report green.

Aggregate platform availability — last 90 days99.97% uptime
90 days agoToday
Developer platform

The Master Scanner API.

One authenticated REST interface to crawl, search, scan, extract and monitor the open web — every response ranked and evidence-backed. The endpoints below describe the platform conceptually; full reference docs ship with your membership.

POST/v1/scan

Scan

Submit a target URL or query and receive structured, ranked findings — each scored by relevance and ROI, each traceable to its source page.

target string fields array depth int
POST/v1/extract

Extract

Pull clean structured records — products, prices, trending highlights — from one or many pages, returned as normalized rows ready for your pipeline.

urls array schema object format json | csv
POST/v1/monitor

Monitor

Register a page or endpoint to watch. Master Scanner alerts you the moment content changes — by webhook or email — and keeps a record of every change.

url string interval duration webhook url
GET/v1/findings

Findings

Retrieve ranked findings from your scans and monitors, ordered by the relevance/ROI model. Filter by source, score threshold, or time window.

min_score float source string since timestamp
GET/v1/status

Status

A machine-readable health check for every service on this page — operational state and recent availability — so you can wire Master Scanner into your own monitors.

service string
POST/v1/autoresearch

Autoresearch

Top Secret — Coming Soon — an autonomous research loop that proposes and adopts its own upgrades under human review. On the roadmap; not yet live.

Coming Soon
example · POST /v1/scanCopy
# Authenticate with your membership key, then submit a scan.
# Full reference docs ship with your MasterScanner.net workspace.
curl https://api.masterscanner.cloud/v1/scan \
  -H "Authorization: Bearer $MASTER_SCANNER_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "target": "https://example.com/category/widgets",
    "fields": ["title", "price", "availability"],
    "depth": 2
  }'

# Response — ranked, evidence-backed findings:
{
  "run_id": "scn_9f31",
  "status": "complete",
  "findings": [
    { "score": 95.5, "title": "Widget Pro",  "price": "$48.00", "source": "..." },
    { "score": 88.1, "title": "Widget Lite", "price": "$22.00", "source": "..." }
  ]
}
Getting started

Three steps to your first scan.

Built for developers and engineering teams. Authenticate, send one request, and read back ranked findings — every response traceable to the page it came from.

1

Get your key

Start a membership on MasterScanner.llc and you'll receive your API key inside the MasterScanner.net workspace. Set it as MASTER_SCANNER_KEY.

2

Send a request

Call POST /v1/scan with a target and the fields you want. Every endpoint is plain REST over HTTPS — no SDK required, works from any language.

3

Read the findings

Responses come back ranked by relevance and ROI, each traceable to its source. Poll GET /v1/findings or register a /v1/monitor webhook to get changes pushed to you.

Status legend

What each state means.

Every service on this page carries one of four states. We use them honestly — green means running and proven; nothing is dressed up.

Operational

The service is live, proven, and serving requests within its normal availability target.

Degraded

The service is running but slower than usual or partially limited. Reported the moment it happens.

Maintenance

A planned window. We schedule maintenance off-peak and post the window before it starts.

Coming Soon

An Top Secret — Coming Soon capability in active engineering. On the roadmap, not yet live — and we say so plainly.

Build on Master Scanner

Ready to integrate?

Start a membership to receive your API key and full reference documentation, then wire ranked web intelligence into your own product.