Your GMC Scanner — Agency Plan is active. The key below is rate-limited to 1000 scans per calendar month. Save it now — we won't show it again.
POST a domain. Response includes a full GMC risk report with score 0-100 and a categorised issue list.
curl -X POST https://api.useful-patch.com/api/gmc-scan \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_KEY_HERE" \
-d '{"domain": "exampleclient.myshopify.com"}'
Response shape:
{
"ok": true,
"report": {
"domain": "exampleclient.myshopify.com",
"score": 78,
"issues": [
"Missing refund policy page",
"robots.txt blocks crawlers",
"..."
],
"checks": { ... 40+ named checks ... }
}
}
Three common patterns:
Email usefulpatch@proton.me with your account email and we will reply within 1 business day.