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.
Daily availability across all live services. Each bar is one day — taller is healthier. We report dips as plainly as we report green.
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.
Submit a target URL or query and receive structured, ranked findings — each scored by relevance and ROI, each traceable to its source page.
Pull clean structured records — products, prices, trending highlights — from one or many pages, returned as normalized rows ready for your pipeline.
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.
Retrieve ranked findings from your scans and monitors, ordered by the relevance/ROI model. Filter by source, score threshold, or time window.
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.
Top Secret — Coming Soon — an autonomous research loop that proposes and adopts its own upgrades under human review. On the roadmap; not yet live.
# 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": "..." }
]
}
Built for developers and engineering teams. Authenticate, send one request, and read back ranked findings — every response traceable to the page it came from.
Start a membership on MasterScanner.llc and you'll receive your API key inside the MasterScanner.net workspace. Set it as MASTER_SCANNER_KEY.
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.
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.
Every service on this page carries one of four states. We use them honestly — green means running and proven; nothing is dressed up.
The service is live, proven, and serving requests within its normal availability target.
The service is running but slower than usual or partially limited. Reported the moment it happens.
A planned window. We schedule maintenance off-peak and post the window before it starts.
An Top Secret — Coming Soon capability in active engineering. On the roadmap, not yet live — and we say so plainly.
Start a membership to receive your API key and full reference documentation, then wire ranked web intelligence into your own product.