Https://unblocker.whitespider.gq/

resp = requests.post(f"SAFE_BROWSING_API?key=API_KEY", json=payload) data = resp.json() return bool(data.get("matches")) # True if a threat was found