Domain Inspector avatar

Domain Inspector

Pricing

from $1.50 / 1,000 per domain processeds

Go to Apify Store
Domain Inspector

Domain Inspector

A powerful, all-in-one tool to perform DNS lookups, WHOIS queries, HTTP status checks, and SSL certificate validation for a list of domains. It can clean full URLs down to the bare domain (e.g., https://www.apify.com/store → apify.com) and run all checks in a single batch.

Pricing

from $1.50 / 1,000 per domain processeds

Rating

5.0

(1)

Developer

Visita Intelligence

Visita Intelligence

Maintained by Community

Actor stats

2

Bookmarked

180

Total users

3

Monthly active users

11 days ago

Last modified

Share

🕵️‍♂️ Domain Inspector

A powerful, all-in-one tool to perform DNS lookups, WHOIS queries, HTTP status checks, and SSL certificate validation for a list of domains. It can clean full URLs down to the bare domain (e.g., https://www.apify.com/store → pify.com) and run all checks in a single batch.


✨ Features

  • Batch Processing: Process a whole list of domains in a single run.
  • Smart URL Cleaning: Automatically extracts the correct domain (pify.com) from full URLs (https://www.apify.com/store?q=new).
  • Custom DNS Lookups: Choose exactly which DNS records to query (A, AAAA, MX, TXT, CNAME, NS, SOA).
  • Comprehensive Checks: Every domain automatically runs through WHOIS queries, HTTP status checks, and SSL certificate validation.

📥 Input

The Actor's input is defined by the .actor/input_schema.json file.

FieldEmojiDescription
Domains to Look Up🌐A list of domains or full URLs to inspect. The tool will automatically clean them.
Record Types to Query🔍A multi-select dropdown to choose which DNS record types to query.

📤 Output

The Actor saves its results as one item per domain in the Actor's default dataset.

Example Output

json [ { "domain": "apify.com", "records": { "A": ["104.18.23.133", "104.18.22.133"], "MX": [ { "preference": 1, "exchange": "aspmx.l.google.com." } ], "TXT": ["google-site-verification=..."], "NS": ["ns-1032.awsdns-01.org."], "SOA": [ { "mname": "ns-1032.awsdns-01.org.", "rname": "awsdns-hostmaster.amazon.com.", "serial": 1, "refresh": 7200, "retry": 900, "expire": 1209600, "minimum": 86400 } ] }, "whois": { "domain_name": ["APIFY.COM", "apify.com"], "registrar": "Amazon Registrar, Inc.", "creation_date": "2015-02-12T15:35:14+00:00", "expiration_date": "2027-02-12T15:35:14+00:00", "emails": [ "abuse@amazonaws.com", "proxy-contact@registrar.amazon.com" ] }, "http_status": { "https": { "status_code": 200, "url": "https://apify.com" }, "http": { "status_code": 301, "url": "http://apify.com" } }, "ssl_info": { "issuer": "GTS CA 1P5", "expires": "2025-12-15T08:50:39+00:00", "error": null } } ]


💸 Monetization

This Actor uses the Pay-Per-Event (PPE) model.

Start date: March 4, 2026

Pricing

CategoryEvent / TierPrice
Actor Startapify-actor-start$0.00005
Per Domain Processeddomain_processed
No discount$0.002
Bronze discount$0.0018
Silver discount$0.0017
Gold discount$0.0015

⚠️ Note: The default apify-default-dataset-item event (for saving results) is disabled to avoid double-charging you for results. All services (WHOIS, HTTP, SSL) are included in the per-domain fee.