The Dom-Verify API lets you analyze expired domains programmatically — directly from your scripts, internal tools, or automated workflows — without going through the web interface.
Base URL
https://dom-verify.com/api
Format
JSON
Required plan
Business (€99/month)
Authentication
Every request must include your API key in the X-API-Key header. Keys follow the format dv_sk_... and are generated from your dashboard.
# Required header on all requests
X-API-Key: dv_sk_your_key_here
⚠️ Never share your API key. Store it in an environment variable, never hardcoded in your source code.
Get your API key
API keys are reserved for the Business plan. To get one:
Copy and store your key — it will only be shown in full once
POST/analyze
Analyzes an expired domain through 5 modules: Wayback Machine, VirusTotal, WHOIS, PageSpeed, and Moz. Returns a global score out of 100 and detailed data from each module.
Body parameters (JSON)
ParameterTypeDescription
domainstringDomain name to analyze (e.g. example.com). No http/https prefix.