Is spambog.com a disposable email domain?
Last updated 2025-08-17T18:12:10.436Z
Quick answer: Likely disposable based on common patterns and signals.
Demo score reference (Top list): 94.
For production‑grade evaluation, use the API which combines Certificate Transparency deltas, MX heuristics, and more.
cURL example
curl -s "https://api.disposableintel.com/v1/domain/check?domain=spambog.com"
-H "X-RapidAPI-Proxy-Secret: YOUR_SECRET"
JavaScript example
const res = await fetch("https://api.disposableintel.com/v1/domain/check?domain=spambog.com", {
headers: { "X-RapidAPI-Proxy-Secret": "YOUR_SECRET" }
});
const data = await res.json();
About DisposableIntel
DisposableIntel provides early detection of disposable email domains via Certificate Transparency logs and MX heuristics. Free tier available; pay as you scale via RapidAPI.