VOOZH about

URL: https://apify.com/crawland/subdomain-discovery-api

โ‡ฑ Subdomain Finder & Discovery API ยท Apify


Pricing

from $1.00 / 1,000 subdomain discoveries

Go to Apify Store

Subdomain Discovery API

Paginated subdomain enumeration for any registered domain โ€” DNS records, registrar, WHOIS, vendor reputation, and category labels per subdomain, served from the Crawland threat-intelligence backend.

Pricing

from $1.00 / 1,000 subdomain discoveries

Rating

0.0

(0)

Developer

๐Ÿ‘ Crawland

Crawland

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

18 days ago

Last modified

Share

Paginated subdomain enumeration for any registered domain โ€” DNS records, registrar, WHOIS, vendor reputation, and category labels per subdomain.

API Overview

Subdomain Discovery API answers a single, high-value question: "What does this domain's attack surface actually look like?"

Send a registered domain โ€” example.com โ€” and get back the discovered subdomains along with the per-subdomain context you need to triage exposure: DNS records, registrar, WHOIS, popularity ranks, vendor reputation stats, tags, and category labels.

What you get on every request

  • subdomains โ€” an array of per-subdomain objects, each with:
    • subdomain โ€” the FQDN (e.g. staging-api.example.com).
    • dns_records โ€” A / AAAA / CNAME / MX records with TTLs.
    • registrar, whois โ€” registrar string and the raw WHOIS block.
    • popularity_ranks โ€” Alexa / Cisco Umbrella / Cloudflare Radar / Majestic ranks where available.
    • reputation, security_vendor_analysis_stats โ€” vendor verdict tally so you can spot the subdomain that flipped malicious without re-enriching.
    • tags, categories, tld, modification_date, dns_records_update_date.
  • cursor โ€” opaque pagination token. Pass it back as the cursor query parameter to fetch the next page. Empty / missing cursor means "no more results".

Page size is fixed at 10 subdomains per request.

Pagination pattern

  1. First request: GET /scan?query=example.com โ€” returns the first 10 subdomains plus a cursor.
  2. Subsequent requests: GET /scan?query=example.com&cursor=<cursor> โ€” returns the next 10 subdomains plus the next cursor.
  3. Stop when the response carries no cursor (or an empty one).

Cursors are tied to the query they were issued for โ€” do not mix cursors across different domains.

What can you do with this API?

  • ๐ŸŽฏ Attack surface in one call โ€” no juggling between DNS, WHOIS, and reputation APIs. One request, full per-subdomain context.
  • ๐Ÿง  Reputation built in โ€” every subdomain already comes with security_vendor_analysis_stats, so you can flag a leaked staging subdomain on the first pass.
  • ๐Ÿ“š Cursor pagination โ€” bounded payloads, simple to integrate into any ASM crawl pipeline.
  • ๐Ÿ”’ Battle-tested โ€” used in production by ASM platforms, pentest teams, and bug-bounty hunters.

Response model

Every successful request returns:

{
"is_success":true,
"response_code":200,
"message":"Success",
"data":{
"search_type":"domain",
"subdomains":[
{
"subdomain":"staging-api.example.com",
"tld":"com",
"registrar":"MarkMonitor Inc.",
"dns_records":[{"type":"A","value":"1.2.3.4","ttl":300}],
"security_vendor_analysis_stats":{"harmless":0,"malicious":0,"undetected":91}
}
],
"cursor":"eyJsaW1pdCI6IDEwLCAib2Zmc2V0IjogMTB9"
}
}

Always inspect is_success rather than relying on the HTTP status โ€” invalid inputs and lookup misses are also returned with HTTP 200 and is_success: false.

Use cases

  • Attack surface management (ASM) โ€” continuously enumerate an organisation's external footprint and flag staging / preproduction / forgotten subdomains.
  • Penetration testing reconnaissance โ€” fast pivot from a single domain to the full subdomain inventory.
  • Subdomain takeover detection โ€” surface dangling subdomains pointing at unclaimed cloud resources.
  • Brand protection โ€” catch lookalike subdomains and verify ownership.
  • Bug bounty scoping โ€” quickly understand what targets are in scope.

How is this different from IoC Lookup / IoC Enrichment?

Subdomain Discovery takes one domain and returns its subdomains. IoC Lookup takes one indicator and returns reputation + vendor verdicts. IoC Enrichment takes one indicator and returns OSINT context (adversary, malware family, MITRE ATT&CK). They are complementary โ€” discovery finds the subdomains, then enrichment / lookup tells you which matter.

Need something custom or need support?

Looking for bulk / streaming / on-prem, a different response format, or help with setup? Send us a DM and we'll be happy to help you find the best setup for your use case.

You might also like

Real Subdomain Finder

onescales/real-subdomain-finder

Discover every subdomain for any domain. Queries 40+ OSINT sources including cert transparency, DNS archives & web scanners. Results enriched with DNS validation, HTTP probing, and subdomain takeover detection. Simple Subdomain Lookup that works!

51

5.0

Subdomain Finder - Discover Subdomains via CT Logs

logiover/subdomain-finder

Discover every subdomain of any domain using Certificate Transparency logs (crt.sh). Fast bulk subdomain enumeration for security recon, attack-surface mapping, asset discovery and SEO. No API key โ€” export to CSV or JSON.

Subdomain Finder - Discover Every Subdomain Of A Domain

thirdwatch/subdomain-finder

Discover every subdomain for any apex domain. Merges 4 sources: certificate transparency (crt.sh), HackerTarget, RapidDNS, plus DNS bruteforcing of common names. Verifies each is live via DNS + HTTP probe.

Subdomains Finder API - Realtime DNS Subdomain Scanner

dev00/subdomains-finder-api-realtime-dns-subdomain-scanner

High-performance subdomain scanner that retrieves all registered subdomains, IP addresses, and Cloudflare protection status for any given domain.

dev00

2

Domain Intelligence Scraper | $10/1K | WHOIS+DNS+SSL

apivault_labs/domain-intelligence-scraper

WHOIS + DNS + SSL + subdomain lookup for any domain. Perfect for OSINT, security audits, SEO research, lead generation.

4

IoC Lookup

crawland/ioc-lookup

Real-time IoC reputation lookups (URL, hash, IP, domain) served from the Crawland threat-intelligence backend.

Subdomain Intelligence OSINT Scanner & Monitor

thescrapelab/subdomain-intelligence-osint

Subdomain finder and OSINT exposure monitor for authorized domains. Discover subdomains, validate DNS, classify live/auth-gated/DNS-only assets, detect technologies and providers, monitor changes, and generate reports.

Subdomain Finder

happitap/subdomain-finder

Subdomain Finder is a high-speed intelligence tool that uncovers subdomains for any target domain using Certificate Transparency (CT) logs. Unlike traditional brute-force tools, it requires no heavy traffic and provides results in seconds.