Subdomains Finder API - Realtime DNS Subdomain Scanner avatar

Subdomains Finder API - Realtime DNS Subdomain Scanner

Pricing

$5.00 / 1,000 subdomains finder - per queries

Go to Apify Store
Subdomains Finder API - Realtime DNS Subdomain Scanner

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.

Pricing

$5.00 / 1,000 subdomains finder - per queries

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

🔗 Subdomains Finder & DNS Scanner Actor

Instantly scan and find all registered subdomains, Cloudflare protection status, and IP addresses for any target domain.

This Actor integrates with a high-performance Cloudflare Worker edge reverse-proxy to query and retrieve subdomain mapping in real time.


🌟 Key Features

  • Realtime Subdomain Discovery: Scans and uncovers hidden subdomains instantly.
  • Resolved IP Mapping: Identifies the IP address for each discovered subdomain.
  • Cloudflare Protection Audit: Detects whether each subdomain is proxied behind Cloudflare.
  • Deep Auditing: Saves the full raw response payload to the default Key-Value Store under the OUTPUT key.

📥 Input Parameters

FieldTypeDescriptionPrefill Example
Target DomainstringThe target domain name to scan for subdomains.facebook.com

Input JSON Example

{
"domain": "facebook.com"
}

📤 Output Data Structure

The dataset outputs the complete JSON response returned by the subdomain scanner:

Output JSON Example

{
"success": true,
"data": {
"status": "success",
"message": "Success",
"count": 333,
"data": [
{
"cloudflare": false,
"ip": "N/A",
"subdomain": "facebook.com"
},
{
"cloudflare": false,
"ip": "N/A",
"subdomain": "m.facebook.com"
}
]
}
}

💳 Monetization & Cost

This Actor utilizes the Pay-Per-Event (PPE) pricing model on the Apify Store:

  • Event Name: subdomain-scan
  • Price per event: $0.005 per successful domain scan.