WatchURL scans merchant websites, flags mismatches against declared categories, and delivers compliance verdicts — automatically.
Three steps from URL to verdict. No setup, no SDK, no maintenance.
Register any merchant URL with its declared business category. Pin specific pages like About or Contact for deeper compliance extraction.
Our AI reads the site like a compliance analyst — understanding context, extracting contact info, detecting risk signals across multiple pages.
PASS, REVIEW, or FAIL — with full reasoning. Webhook fires to your system. Alert sent. Permanent audit trail stored.
Built for payment platforms, banks, and operators who need to know what their merchants actually sell.
Reads site structure, extracts business info, and understands context — not just keyword matching. Detects gambling, adult content, counterfeit goods and 200+ risk signals.
Every check captures a timestamped HTML snapshot stored permanently. Immutable evidence for compliance audits, disputes, and regulatory reviews.
6-layer access strategy learns the best approach per domain and remembers it. Chrome, Googlebot, Firefox, cache, Microlink, headless browser. Blocked checks are never billed.
Instant webhook on check.failed, check.review_required, check.passed. HMAC-signed payload with full analysis. WhatsApp and email notifications per alert type.
Create custom verdict rules with AND/OR conditions and velocity checks. System suggests rules based on your check history and labelled profiles.
Tracks changes in company info, contact details, and business description between checks. Flags when a clean merchant suddenly changes their phone number or address.
One check = one full scan of a merchant URL profile, regardless of pages.
Trigger checks, receive webhooks, and integrate verdicts directly into your compliance workflow. Full REST API with consistent JSON responses.
View full API documentation// Webhook payload
{
"event": "check.failed",
"data": {
"verdict": "FAIL",
"confidence_score": 89,
"risk_signals": [
{ "keyword": "Online betting",
"category": "gambling" }
],
"pages_scanned": 2,
"merchant": {
"name": "████████",
"url": "████████████.com"
}
}
}