Company Domain Tech, DNS & Security Audit avatar

Company Domain Tech, DNS & Security Audit

Pricing

Pay per event

Go to Apify Store
Company Domain Tech, DNS & Security Audit

Company Domain Tech, DNS & Security Audit

Turn company domains into structured website, tech stack, DNS, SPF, DMARC, RDAP, TLS certificate, robots.txt, and sitemap audit records. Public, keyless sources only: the company's own website plus public registries. Pay per audited domain.

Pricing

Pay per event

Rating

0.0

(0)

Developer

naoki anzai

naoki anzai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Audit company domains for public website metadata, tech stack, DNS, TLS, RDAP, robots.txt, and sitemap signals. Enter company domains or URLs and get a source-linked domain audit row for vendor research, market mapping, and portfolio hygiene. No login, no paid API key, no private pages, and no person-targeting output.

Store Quickstart

Run one audited domain:

{
"domains": ["stripe.com"],
"auditLevel": "techstack_report",
"dryRun": false
}

Run a lighter DNS/TLS check:

{
"domains": ["notion.so", "shopify.com"],
"auditLevel": "security_audit",
"dryRun": false
}

Preview the output shape without live requests or billing:

{
"dryRun": true
}

What You Get

  • Website reachability, final URL, page title, and meta description.
  • Tech stack hints from public HTML and response headers.
  • DNS posture: A, MX, NS, SPF, DMARC, and derived mail provider.
  • RDAP registration age, registrar, expiry, and status flags.
  • TLS certificate issuer, validity window, days to expiry, and SAN domains.
  • robots.txt / sitemap presence and approximate sitemap URL count.
  • A completeness score and signalsResolved count for filtering weak records.

Input Fields

FieldDescription
domainsCompany domains or URLs. URLs are reduced to hostnames; www. and duplicates are removed.
auditLevelbasic, security_audit, or techstack_report. This selects the value event used for billing.
proxyOptional. Public sources usually work without a proxy; use only for large compliant runs.
dryRunWhen true, emits one illustrative sample row without live calls or billing.

Sample Output

{
"rowType": "company",
"billingEventName": "company-full",
"domain": "notion.so",
"companyName": "Notion",
"description": "A connected workspace for docs, wikis, and projects.",
"website": {
"reachable": true,
"finalUrl": "https://notion.so/",
"title": "Notion - One workspace. Every team."
},
"dns": {
"mx": ["aspmx.l.google.com"],
"mailProvider": "Google Workspace",
"spf": "v=spf1 include:_spf.google.com ~all",
"dmarc": "v=DMARC1; p=reject;"
},
"rdap": {
"registrar": "MarkMonitor Inc.",
"createdDate": "2013-03-13T00:00:00Z",
"ageYears": 13.2
},
"ssl": {
"issuer": "Google Trust Services",
"daysToExpiry": 60,
"sans": ["notion.so", "*.notion.so"]
},
"techStack": ["Next.js", "React", "Segment", "Google Analytics / GTM"],
"schemaOrg": {
"name": "Notion",
"sameAs": ["https://www.linkedin.com/company/notionhq"]
},
"site": {
"hasRobots": true,
"hasSitemap": true,
"sitemapUrlCount": 1200
},
"completeness": 1,
"signalsResolved": 7
}

Output Fields

FieldDescription
billingEventNamePPE event: company-basic or company-full.
websitePublic page reachability and final URL.
dnsDNS and mail posture from public DNS records.
rdapPublic registration metadata from RDAP.
sslTLS certificate metadata from a direct public TLS handshake.
techStackDetected public technology hints.
schemaOrgOrganization metadata published in page structured data.
siterobots.txt and sitemap signals.
completeness0-1 score based on signal groups resolved.

Pricing

EventPriceWhen
company-basic$0.02DNS, TLS, RDAP, firmographics, and site signals.
company-full$0.08Full report including tech stack and schema.org signals.

Domains that resolve no usable signals are skipped and not charged.

Compliance Guardrails

  • Uses public, non-authenticated sources only: company website, DNS, RDAP, TLS, robots.txt, and sitemap.
  • Blocks localhost, private network ranges, metadata hosts, non-HTTP(S) URLs, and redirects into private addresses.
  • Stops on login walls, CAPTCHA, access-block pages, oversized responses, and repeated redirects.
  • Does not access private dashboards, paid databases, account-only pages, or bypass controls.
  • Output is not a legal, security, procurement, or vendor-certification opinion.

See Also