Turn public internet signals into decisions
Use one API to collect web content, understand domains and infrastructure, assess security and identity signals, and keep important changes under watch.
Start free, then use the published credit cost and execution limits for each operation.
Used by people at amazing companies
What do you need to accomplish?
Start with the decision you need to make. DomScan connects related products into a practical path.
Fetch public web pages as HTML, Markdown, or text with synchronous and asynchronous options.
POST/v1/scrape
Redirect Chain
Trace the full redirect chain for a URL.
GET/v1/redirects
Tech Stack Detection
Detect the technology stack used by a website including CMS, frameworks, and services.
GET/v1/tech
Website Categorization
Categorize a website by industry, content type, and topics.
GET/v1/categorize
Unified URL Intelligence
Extract normalized page metadata, preview fields, structured data, and public identity signals from a URL.
GET/v1/url-intelligence
Check Domain Availability
Check if a domain name is available across one or more TLDs.
GET/v1/status
Domain Finder Recipe
Queue many supported API requests and collect their results without keeping a client connection open.
POST/v1/domain-discovery/jobs
TLD Coverage
Get the list of supported TLDs and RDAP endpoint health.
GET/v1/coverage
Domain Suggestions
Get AI-powered domain name suggestions based on your keywords, brand, or business description.
GET/v1/suggest
Domain Valuation
Estimate the market value of a domain based on multiple factors including length, keywords, TLD, and market trends.
GET/v1/value
Domain Health
Comprehensive health check for a domain including DNS, SSL, website reachability, and security headers.
GET/v1/health
Domain Lifecycle
Get detailed lifecycle information for a domain including registration, expiration, and status history.
GET/v1/lifecycle
Domain Compare
Compare multiple domains side by side on various metrics including valuation, health, and SEO factors.
GET/v1/compare
TLD Intelligence
Get detailed intelligence about a TLD including pricing, restrictions, registrar support, and usage statistics.
GET/v1/tlds
Domain Pricing
Get registration and renewal prices for domains across registrars.
GET/v1/prices
Domain Score
Get a comprehensive quality score for a domain based on multiple factors.
GET/v1/score
WHOIS Lookup
Get WHOIS information for a domain including registrar, dates, and status.
GET/v1/whois
RDAP Lookup
Instant RDAP lookup for domains. Pull registrar, status, and expiry data in seconds.
GET/v1/rdap
Domain Profile
Get a comprehensive profile of a domain including WHOIS, DNS, and hosting information.
GET/v1/profile
DNS Lookup
Perform DNS lookups for any record type.
GET/v1/dns
DNS Security Analysis
Analyze DNS security configuration including DNSSEC, SPF, DKIM, DMARC, and other security records.
GET/v1/dns/security
DNS Resolver Comparison
Compare answers from the Cloudflare and Google public recursive resolvers. These are two global-anycast DoH providers, not geographic probes or authoritative nameservers.
GET/v1/dns/propagation
Subdomain Finder
Discover subdomains for a domain using various enumeration techniques.
GET/v1/subdomains
IP Geolocation
Get geolocation data for an IP address including country, city, and ISP.
GET/v1/ip
MAC Address Lookup
Look up manufacturer information for a MAC address.
GET/v1/mac
Domain Similarity
Find domains similar to a given domain based on name patterns and keywords.
GET/v1/similarity
Typosquatting Detection
Detect typosquatting threats and similar domains that could be used for phishing or brand abuse.
GET/v1/typos
SSL Certificates
Get SSL certificate information including issuer, validity, and security grade.
GET/v1/certificates
Website Vulnerability Scanner
Find exposed software, risky configurations, and known affected versions across a public website. Every result explains what was checked, why it matched, and how strong the evidence is.
GET/v1/vulnerabilities
Domain Reputation
Check domain reputation across multiple threat intelligence sources.
GET/v1/reputation
Email Authentication
Analyze email authentication records including SPF, DKIM, and DMARC.
GET/v1/email-auth
Email Compliance
Analyze email authentication records including SPF, DKIM, and DMARC.
GET/v1/email/compliance
Email Blacklist
Check if a domain or IP is listed on email blacklists.
GET/v1/email/check
Social Handle Availability
Check if a username is available across major social media platforms.
GET/v1/social
Email Verification
Assess email syntax, domain mail setup, disposable-address signals, and delivery risk without claiming mailbox existence.
GET/v1/email/verify
Phone Number Intelligence
Parse, validate, classify, and format global phone numbers, then add offline location, time zone, original prefix carrier, dialing, short-code, and regulator allocation context when available.
POST/v1/phone/validate
Company Lookup
Look up company information associated with a domain.
GET/v1/company
Website Identity Assets
Extract source-backed logos, favicons, preview assets, theme colors, and declared profiles from public websites.
GET/v1/identity-assets
Internet Identity Resolution
Resolve a company domain into public identities explicitly declared by its website.
GET/v1/identity-resolution
Domain Watchlist
Manage your domain watchlist. Get notified when domains become available or change status.
GET/v1/watchlist
Brand Monitor
Monitor domains for brand infringement and typosquatting threats.
GET/v1/brand-monitor
Asynchronous API batches
Queue many supported API requests and collect their results without keeping a client connection open.
POST/v1/batches
Workflow Recipes
Pre-built API workflows for common domain intelligence tasks. Each recipe combines multiple endpoints to accomplish a specific goal.
GET/v1/recipes/due-diligence
Collect public web data
Fetch bounded public pages, trace destinations, and add content, category, technology, or URL context.
Research a domain
Check status, records, lifecycle, health, value, pricing, and related candidates with uncertainty visible.
Assess digital identity inputs
Evaluate public email, phone, company, social, and website-declared signals without claiming KYC or ownership.
Investigate security and trust risk
Connect naming, domain, DNS, certificate, reputation, email, and passive website evidence for review.
Monitor change and automate review
Use watchlists, brand baselines, batches, asynchronous jobs, and documented workflows where supported.
Six connected product suites
Choose a focused product for one question, or combine suites when a decision needs broader evidence.
Web Data
Collect page content and turn public websites and URLs into structured, usable data.
5 ProductsDomain Intelligence
Research domain availability, ownership, lifecycle, quality, and commercial context.
14 ProductsDNS & Infrastructure
Map DNS, subdomains, addresses, providers, and the infrastructure behind a domain.
6 ProductsSecurity & Trust
Assess exposure, reputation, certificates, impersonation risk, and email security.
8 ProductsIdentity & Verification
Check public contact, organization, social-handle, and website-declared identity signals. This suite does not perform KYC or prove legal identity.
6 ProductsMonitoring & Automation
Monitor changes and run repeatable checks through batches, alerts, and workflows.
4 ProductsSee the evidence you can work with
Responses keep observed data, uncertainty, timestamps, and relevant limits visible so downstream logic can make a deliberate choice.
Web Data
Collect page content and turn public websites and URLs into structured, usable data.
curl -X POST "https://domscan.net/v1/scrape" -H "X-API-Key: $DOMSCAN_API_KEY" -H "Content-Type: application/json" -d '{"url":"https://example.com","output":"markdown"}'
{
"data": {
"url": "https://example.com",
"outcome": "success",
"content": "# Example Domain",
"truncated": false
},
"billing": { "credits_charged": 1, "credits_refunded": 0 }
}
Domain Intelligence
Research domain availability, ownership, lifecycle, quality, and commercial context.
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/whois?domain=example.com"
{
"domain": "example.com",
"registered": true,
"registrar": "Example Registrar",
"expiry_date": "2027-08-13T00:00:00Z"
}
DNS & Infrastructure
Map DNS, subdomains, addresses, providers, and the infrastructure behind a domain.
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/dns?domain=example.com&type=A"
{
"domain": "example.com",
"record_type": "A",
"records": [{ "type": "A", "name": "example.com", "data": "93.184.216.34", "ttl": 300 }],
"status": "success"
}
Security & Trust
Assess exposure, reputation, certificates, impersonation risk, and email security.
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/reputation?domain=example.com"
{
"domain": "example.com",
"reputation_score": 92,
"grade": "A",
"risk_level": "low",
"recommendations": []
}
Identity & Verification
Check public contact, organization, social-handle, and website-declared identity signals. This suite does not perform KYC or prove legal identity.
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/company?domain=stripe.com"
{
"domain": "stripe.com",
"company": {
"name": "Stripe",
"industry": "Financial technology"
},
"confidence": 0.92
}
Monitoring & Automation
Monitor changes and run repeatable checks through batches, alerts, and workflows.
curl -X POST "https://domscan.net/v1/watchlist" -H "X-API-Key: $DOMSCAN_API_KEY" -H "Content-Type: application/json" -d '{"domain":"example.com"}'
{
"success": true,
"domain": "example.com"
}
One platform, several ways to use it
Move from exploration to production without rebuilding the decision model around separate catalogs.
One API key
Use one account and authentication model across the public product catalog.
Usage-based credits
Each operation publishes its credit cost. Multi-step and high-depth work can cost more than a basic check.
REST APIs
Call focused endpoints with documented inputs, response shapes, errors, and credit behavior.
MCP tools
Let compatible agents discover and call supported DomScan operations with structured inputs.
SDK-ready contracts
Use maintained contracts and examples to integrate from common application environments.
Bulk and asynchronous options
Queue supported GET requests in batches of up to 100, or use product-specific bulk and job endpoints where listed.
Give your AI domain expertise
Connect DomScan to Claude, ChatGPT, Cursor, or any MCP-compatible AI. One config, instant domain intelligence.
{
"mcpServers": {
"domscan": {
"command": "npx",
"args": ["mcp-remote", "https://domscan.net/mcp"]
}
}
}
Evidence before certainty
DomScan distinguishes observed, absent, unknown, not requested, and unsupported outcomes when the product contract supports them.
Stable product contracts
Product and endpoint pages publish the supported inputs, response shapes, execution modes, and credit behavior.
Examples tied to the docs
Marketing examples lead to the exact API documentation instead of substituting for the contract.
Limits stay visible
Redacted records, incomplete sources, blocked checks, and mode-specific coverage are reported as limitations rather than hidden.
Unknown stays unknown
Inconclusive, rate-limited, timeout, unsupported, or unavailable checks are not presented as absent, safe, or claimable.
Built for teams that need explainable internet evidence
Choose a product or workflow based on the decision your team owns.
Developers
Add focused internet data to product flows with stable endpoints and machine-readable responses.
Security teams
Triage brand, domain, DNS, certificate, reputation, email-control, and passive vulnerability signals.
Growth and research teams
Collect public pages, understand websites and companies, compare domains, and build review queues.
Domain professionals
Research availability, records, lifecycle, pricing, valuation, portfolio health, and related candidates.
Agent builders
Give agents bounded web and internet context through REST or supported MCP tools.
Start with the decision, then price the operations
A focused check can cost one credit. Rendering, deep analysis, multi-product recipes, and larger jobs consume the published cost of the work requested.

