ToolAssay

Scan a URL for phishing or malware using heuristic signals (Google Safe Browsing

Scan a URL for phishing or malware using heuristic signals (Google Safe Browsing, RDAP domain age, known IOC corpus) plus VirusTotal multi-engine analysis. Returns an async analysis ID to poll. Call before an agent clicks, fetches, or shares a link from an untrusted source.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
559 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.relayshield.net/v1/payg/scan-url

CategoryEverything else
Provider hostapi.relayshield.net
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 559 ms

Example input (from the provider)

{
  "body": {
    "url": "https://suspicious-site.example.com"
  },
  "bodyType": "json",
  "discoverable": true,
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "input": {
      "properties": {
        "body": {
          "properties": {
            "url": {
              "description": "URL to scan (must start with http:// or https://)",
              "type": "string"
            }
          },
          "required": [
            "url"
          ],
          "type": "object"
        }
      },
      "required": [
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data": {
              "properties": {
                "analysis_id": {
                  "type": "string"
                },
                "note": {
                  "type": "string"
                },
                "poll_endpoint": {
                  "type": "string"
                },
                "status": {
                  "type": "string"
                },
                "target": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "ok": {
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON