Dadcrawl
Endpoints
Ungrouped Endpoints 2
What is the Dadcrawl API?
A domain intelligence API for retrieving known subdomains and checking their HTTP status. Useful for attack surface mapping, infrastructure visibility, and reconnaissance automation. Returns clean JSON results for direct integration into analysis pipelines or dashboards.
Dadcrawl API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.
Dadcrawl API endpoints
- GET
/only-subdomainsGetSubdomains
Returns a list of publicly discovered subdomains associated with the given domain name. No active network requests or status checks are performed.
- GET
/with-statusGetSubdomainsWithStatus
Returns a list of publicly known subdomains for the specified domain, along with their current HTTP response status codes. Each subdomain is probed via HTTP and HTTPS to determine availability and response type (e.g. 200, 403, 404).