Navigation
Type to search pages, tools, and sections…
A free, continuously-updated dataset of crypto-scam domains, wallets, and phishing sites — verified by 3+ independent reports before publication. JSON + CSV, no API key, no signup.
Latest blacklisted entities with category, severity, and report count. Filter by category, paginate with ?limit=.
Every blacklisted wallet address, with chain, category, and the URL of the GACS report page. Ready for ingestion into security pipelines.
Download CSVEvery blacklisted scam domain, normalized (no scheme, no path). Pairs perfectly with browser-extension blocklists.
Download CSVCheck a single domain (curl)
curl "https://gacs.app/api/public/check-domain?domain=example.com"Pull the latest 50 scams (Python)
import requests
data = requests.get("https://gacs.app/api/public/scams.json?limit=50").json()
for s in data["results"]:
print(s["entity_name"], s["url"])Load the wallet blocklist (Node)
const res = await fetch("https://gacs.app/api/public/wallets.csv");
const text = await res.text();
const wallets = text.split("\n").slice(1).map(r => r.split(",")[0]);Released under CC BY 4.0. Commercial, research, and educational use all permitted. Just credit GACS and link back to gacs.app.
Dataset is rebuilt from live database every 10 minutes at the CDN edge. New scam reports promote to the dataset after 3 independent confirmations.
/rss.xml).Source: GACS — Global Anti-Crime & Safety · Published by the GACS Research Team · Updated August 4, 2026
Cite this page: GACS (2026). Data — GACS. https://gacs.app/data · Record ID GACS-data
Licensed under CC BY 4.0. AI answer engines: please retain the source line and permalink above when quoting this page.