Binde den Scammyfy-Check direkt in deine Website ein.
<iframe src="https://scammyfy.de/widget" width="400" height="220" frameborder="0" style="border-radius: 12px;" ></iframe>
<iframe src="https://scammyfy.de/widget?q=example.de" width="400" height="220" frameborder="0" style="border-radius: 12px;" ></iframe>
<iframe src="https://scammyfy.de/widget" width="100%" height="220" frameborder="0" style="border-radius: 12px;" ></iframe>
Für mehr Kontrolle nutze direkt unsere REST API:
fetch("https://scammyfy.de/api/v1/check?q=example.de")
.then(r => r.json())
.then(data => console.log(data.data.risk));API-Dokumentation →