Domain Risk Screening API
Screen domains before onboarding vendors, partners, or clients. Privacy scores, tracker counts, stability trends — one API call per domain.
The Problem
Vendor risk teams manually check dozens of domains during procurement. Security teams lack continuous visibility into third-party privacy practices. Compliance officers can't prove due diligence without audit trails.
Manual domain checks don't scale, and point-in-time assessments miss behavioral changes between reviews.
What the API Provides
Privacy Score
Deterministic 0-100 score with letter grade, penalty breakdown by category, and percentile ranking.
Tracker Detection
Known trackers identified from EasyPrivacy and WhoTracks.me databases. Ad networks, analytics, and fingerprinting scripts.
Stability Metrics
Volatility index, trend classification, confidence tier, and historical scan data for continuous monitoring.
Change Detection
Score changes, tracker additions/removals, fingerprinting status changes with severity classification.
What You Can Do With It
Automate vendor screening
Integrate into procurement workflows to check vendor domains before contract signing.
Build compliance dashboards
Pull privacy data for internal compliance reporting and audit documentation.
Monitor vendor privacy drift
Track changes over time with daily scanning and change detection alerts.
Enrich security tools
Feed domain intelligence into SIEMs, SOAR platforms, and GRC tools via REST API.
Sample Response
{
"domain": "example.com",
"privacyScore": 72,
"scannedAt": "2026-02-19T09:00:00Z",
"stabilityTier": "FULL",
"volatilityIndex": 12.5,
"trend": "STABLE",
"scanConfidence": 0.71,
"trackerCount": 4,
"scanCount": 8,
"dataAge": "18h"
}Try Before You Buy
Enter any domain and get the full API response — free, no commitment, no credit card.
Pricing
Secure payment via LemonSqueezy. Keys provisioned instantly after checkout.
Already have an API key? View your usage dashboard
Coverage & Methodology
142K+
Domains monitored
Daily
Scanning frequency
100%
Published methodology
All scores are calculated using a published, deterministic methodology with penalty caps per category. Accuracy is tracked in monthly transparency reports.
Frequently Asked Questions
What data does the API return?
Each call returns a domain's privacy score (0-100), tracker count, stability tier, volatility index, trend direction, scan confidence, and data age. All derived from real network analysis, not self-reported data.
How fresh is the data?
Most domains in our index are rescanned weekly. The dataAge field in every response tells you exactly when the domain was last analyzed. Enterprise customers can request priority rescans.
Can I try before I buy?
Yes. Use the sample request form on this page to enter any domain and we'll send you the full JSON response within 24 hours. No commitment, no credit card.
How do I authenticate?
Include your API key as a Bearer token: Authorization: Bearer ga_your_key_here. Keys are provisioned automatically after payment. View your key and usage at /api-access/dashboard.
What domains are covered?
Our index covers 142K+ domains and grows daily. If a domain isn't in our index, you can request an on-demand scan. Enterprise plans include priority scanning for any domain.
How is the privacy score calculated?
Scores are deterministic and based on a published methodology: trackers, cookies, fingerprinting, security headers, and TLS configuration. Each category has penalty caps to prevent any single factor from dominating. Full details at /methodology.