๐ŸŒ WHOIS Domain Lookup โ€” Bulk Domain Intel avatar

๐ŸŒ WHOIS Domain Lookup โ€” Bulk Domain Intel

Pricing

from $20.00 / 1,000 domain lookups

Go to Apify Store
๐ŸŒ WHOIS Domain Lookup โ€” Bulk Domain Intel

๐ŸŒ WHOIS Domain Lookup โ€” Bulk Domain Intel

Bulk WHOIS lookup for domain registration data โ€” owner, registrar, creation date, expiry, name servers. Monitor domain portfolios, detect expired domains, and research competitor web properties.

Pricing

from $20.00 / 1,000 domain lookups

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

3

Monthly active users

10 hours ago

Last modified

Share

๐ŸŒ WHOIS Domain Lookup โ€” Bulk Registration, Owner, Expiry & Name Server Records

Bulk WHOIS lookup for any list of domains. Returns owner, registrar, creation date, expiration date, name servers, and EPP status codes in one JSON schema. Built as a drop-in alternative to DomainTools, WhoisXML API, RapidAPI WHOIS, and who.is for portfolio monitoring, expired-domain hunting, and competitor research.

Why WHOIS Domain Lookup Beats DomainTools, WhoisXML API, RapidAPI WHOIS & who.is

FeatureNexGenData WHOIS Domain LookupDomainToolsWhoisXML APIRapidAPI WHOISwho.is
Cost$0.002 per domain, pay-per-event$99+ / month base$19+ / month (500 lookups)$10+ / month (500/mo)Free (rate-limited)
Bulk inputThousands per runPlan-gatedPlan-gatedPlan-gatedOne per page
RDAP supportYes (RFC 7480 native)YesYesMixedNo
GDPR-aware nullsExplicit null fieldsYesYesInconsistentInconsistent
Output formatsJSON, CSV, Excel, RSSJSON / proprietaryJSON / XMLJSONHTML page
Schedule + webhooksNativeAccount-levelAccount-levelNoneNone
Monthly minimumNone$99+$19+$10+None
API authApify tokenLicense + accountAPI keyRapidAPI keyNone
Drop-in for whois CLIYes, JSON-normalizedNoPartialPartialNo

Most teams pick this actor because it is cheaper than WhoisXML's monthly tiers, has no plan cap like RapidAPI's 500-lookup ceiling, and bypasses the CAPTCHA + rate limit on free WHOIS sites. A true drop-in alternative to DomainTools and WhoisXML for domain investors, brand protection teams, and security ops.

What You Get

Each record contains:

  • domain โ€” normalized lowercase domain
  • registrar_name
  • registrar_iana_id โ€” IANA registrar ID (RDAP only)
  • created_date โ€” ISO-8601 registration date
  • updated_date
  • expires_date
  • status โ€” array of EPP status codes
  • nameservers โ€” lowercased authoritative NS list
  • registrant_organization โ€” where not GDPR-redacted
  • registrant_country
  • admin_email โ€” typically a privacy-proxy address
  • source โ€” rdap or whois
  • lookup_timestamp

Output streams to an Apify dataset โ€” export CSV, JSON, Excel, RSS, or pull via the dataset API into BigQuery / Snowflake / Looker.

Use Cases

  • Domain investors โ€” watchlist of 10k+ domains scored by expiry date for backorder targeting
  • Brand protection โ€” daily scan of trademark-typo domains across all gTLDs
  • Security / threat-intel โ€” bulk-classify a phishing-feed by registrar + creation date
  • Compliance / vendor management โ€” quarterly audit of every domain a vendor uses
  • SEO agencies โ€” pre-launch verification that client name servers + expiry are correct
  • M&A diligence โ€” pull WHOIS snapshots on every domain a target owns

Quick Start (Python)

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/whois-domain-lookup").call(run_input={
"domains": ["openai.com", "anthropic.com", "github.com"]
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["domain"], item["registrar_name"], item["expires_date"])

Pricing โ€” Pay Per Domain

  • Actor start: $0.005
  • Domain lookup: $0.002

A 1,000-domain batch costs $2.00. No monthly minimum, no API key juggling.

Use caseActor
RDAP-powered WHOIS replacement (any TLD)whois-replacement
Bulk DNS A / MX / NS / TXT / CAA recordsdns-records-lookup
Real-time global DNS propagationdns-propagation-checker
Bulk IP-to-country / city / ISP / ASNip-geolocation-replacement
SPF / DKIM / DMARC bulk auditordmarc-bulk-auditor
Email RBL / blacklist checkeremail-rbl-checker
Wappalyzer / BuiltWith tech-stack detectorwappalyzer-replacement
Lighthouse + Core Web Vitals bulk auditorpage-speed-analyzer

FAQ

Q: How is this different from domain-whois-lookup or whois-replacement? A: All three share the same RDAP backend. whois-domain-lookup is the simplest interface (just pass domains, get records). whois-replacement exposes the raw RDAP plus richer fields. domain-whois-lookup is the legacy interface for older integrations.

Q: Why are some registrant fields null? A: Post-GDPR (2018), almost every gTLD registrar redacts personal registrant fields. We return explicit null rather than fabricating values.

Q: Does it support .cn, .ru, .jp, .de, .io? A: Yes โ€” gTLDs go through RDAP, ccTLDs that haven't migrated yet go through a legacy WHOIS fallback. Output schema is identical.

Q: Is bulk WHOIS legal? A: Yes. WHOIS / RDAP is published by ICANN-accredited registries for exactly this purpose.

Q: How fresh is the data? A: Live โ€” every lookup hits the authoritative RDAP / WHOIS server in real time.

Q: Output formats? A: JSON by default, with one-click export to CSV, Excel, or RSS via the Apify dataset UI. Push to Google Sheets / Slack / any webhook with built-in integrations.

About NexGenData

NexGenData publishes 260+ buyer-intent actors covering SEC filings, YC alumni, lead generation, competitive intelligence, stock fundamentals across 30+ exchanges, domain / DNS infrastructure replacements, and MCP servers. All pay-per-result. Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b


How NexGenData Pricing Works

Every NexGenData actor uses pay-per-event pricing โ€” you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.

  • Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
  • Result: charged per item written to the default dataset
  • No charge for retries, internal proxy rotation, or failed sub-requests โ€” those are absorbed by the platform

Apify Platform Bonus

New to Apify? Sign up with the NexGenData referral link โ€” you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.

Integration Surface

Every actor in the NexGenData catalog can be triggered from:

  • Apify console โ€” point-and-click run
  • Apify API โ€” REST + webhooks
  • Apify Python / JS SDKs โ€” programmatic batch
  • Zapier, Make.com, n8n โ€” official integrations
  • MCP โ€” many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
  • Schedules โ€” built-in cron for daily / weekly / monthly runs
  • Webhooks โ€” POST results to any HTTPS endpoint on dataset write

Support

NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome โ€” high-demand features ship in the next version.

Home: thenextgennexus.com Full catalog: apify.com/nexgendata