Domain WHOIS/RDAP Lookup — Registrar, Age & Registrant Data avatar

Domain WHOIS/RDAP Lookup — Registrar, Age & Registrant Data

Pricing

$2.00 / 1,000 company records

Go to Apify Store
Domain WHOIS/RDAP Lookup — Registrar, Age & Registrant Data

Domain WHOIS/RDAP Lookup — Registrar, Age & Registrant Data

Look up domain registration data over RDAP, the structured successor to WHOIS. Returns registrar and IANA ID, creation, expiry and last-changed dates, domain age, EPP status codes, nameservers, DNSSEC and any published registrant organization.

Pricing

$2.00 / 1,000 company records

Rating

0.0

(0)

Developer

Berkan Kaplan

Berkan Kaplan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Categories

Share

Domain age and registrar are two of the cheapest, most reliable signals in B2B data: a counterparty whose domain was registered three weeks ago is a different risk from one registered in 2004. This actor reads RDAP — the structured JSON replacement for WHOIS — so you get real dates and status codes instead of scraped free text, plus the registrant organization and country wherever the registry or registrar still discloses them.

No API key · Official source · Pay only for delivered rows · Same schema across the series

What data do you get?

FieldDescription
companyNameRegistrant organization where one is disclosed, otherwise the domain
registrantOrganizationRegistrant organization where disclosed — never a privacy service or a redaction placeholder
domainThe registrable domain that was looked up
registrarSponsoring registrar
registrarIanaIdRegistrar's IANA ID
incorporatedOnDomain creation date
expiresOnRegistration expiry date
lastChangedOnLast update to the registration
domainAgeDaysDays since registration — the field most risk rules key on
statusactive, or inactive when the domain is on hold or pending delete
eppStatusCodesRaw EPP status codes (clientTransferProhibited, serverHold …)
nameserversAuthoritative nameservers
nameserverProviderSecond-level domain of the nameservers — usually the DNS or hosting vendor
dnssecWhether DNSSEC is signed
registrantCountry, countryNameRegistrant country (ISO code and name) — most registrars keep it even when the rest is redacted
address, city, postalCodeRegistrant address, where disclosed
email, phoneThe registrant's contact when its identity is disclosed (and the email is not a privacy relay); otherwise the email and phone the domain's own website publishes
emailSource, phoneSourceRDAP registrant, or the website page and how the value was stated there (mailto link, tel link, JSON-LD)
websiteThe site the domain actually serves, checked live with redirects followed
privacyServiceThe privacy or proxy service registered in the owner's place, when there is one
isRedactedTrue when the registrant's identity is withheld — redacted, hidden behind a privacy service, or not published by the registry
sourceUrlThe RDAP record that was read

Every row also carries query (what you asked for), scrapedAt (ISO timestamp) and, when a lookup fails, error explaining why.

Not part of RDAP. taxNumber, legalForm, dissolvedOn, industry, industryCode, employees, capital and officers belong to the company schema shared across this series and stay null here.

Example output

A real row for shopify.ca, one of the registries that still publishes the registrant in full:

{
"country": "GLOBAL",
"registry": "RDAP",
"companyName": "Shopify Inc.",
"registrantOrganization": "Shopify Inc.",
"domain": "shopify.ca",
"registrar": "MarkMonitor International Canada Ltd.",
"incorporatedOn": "2006-02-20",
"expiresOn": "2028-02-20",
"lastChangedOn": "2026-01-19",
"domainAgeDays": 7521,
"status": "active",
"eppStatusCodes": ["client delete prohibited", "client transfer prohibited", "client update prohibited"],
"nameservers": ["blue.foundationdns.com", "blue.foundationdns.net", "blue.foundationdns.org"],
"nameserverProvider": "foundationdns.com",
"dnssec": false,
"address": "151 O'Connor Street, Ground Floor, Ottawa, ON, K1A2L8, Canada",
"city": "Ottawa",
"postalCode": "K1A2L8",
"countryName": "Canada",
"registrantCountry": "CA",
"email": "domains@shopify.com",
"phone": "+1.6132412828",
"website": "https://www.shopify.com",
"privacyService": null,
"isRedacted": false,
"sourceUrl": "https://rdap.ca.fury.ca/rdap/domain/shopify.ca"
}

For a .com behind a privacy service the same lookup reads, for example, "companyName": "notion.com", "privacyService": "c/o whoisproxy.com", "isRedacted": true.

Input

{
"queries": ["stripe.com","shopify.com","https://www.notion.com/pricing"],
"maxResultsPerQuery": 1,
"maxConcurrency": 5,
"includeRaw": false
}
InputWhat it does
queriesDomain names or URLs (stripe.com, https://shopify.com/pricing). Subdomains are reduced to the registrable domain.
maxResultsPerQueryCaps how many rows one query may produce.
maxConcurrencyHow many queries run at once. Lower it if the source starts throttling.
includeRawAttaches the source's untouched record under raw, for fields this actor does not map.
requestDelayMsPoliteness delay between requests.
proxyConfigurationOptional. RDAP servers answer datacenter IPs, though some registries rate-limit by IP.

What people use it for

  • Fraud and risk screening — domain age is one of the strongest single signals in vendor and merchant onboarding.
  • Lead qualification — a registrar like MarkMonitor or CSC means a corporate legal team; a $9 reseller means a small business.
  • Portfolio monitoring — expiry dates across a domain portfolio, in one table.

Notes and limits

  • Website contacts are only what the site states explicitly: mailto: and tel: links (Cloudflare-protected addresses included) and schema.org JSON-LD, on the homepage or the contact page it links. Nothing is guessed out of running text. An email must be on the domain itself (info@acme.com for acme.com; a web agency's or a provider's address never qualifies), role mailboxes (info@, contact@, sales@…) are preferred over a person's, and template placeholders (example.com, 555-01xx, 123-456-7890) are dropped. On 30 randomly drawn small-company domains, 22 homepages answered; 13 gave an email and 12 a phone, and a manual check found all 25 values to be the company's own published contact.
  • Since GDPR, most registries and registrars redact the registrant's name and address. isRedacted tells you when that has happened, so a companyName that is just the domain is explained rather than mysterious. Only disclosed values are returned: redaction placeholders, privacy-service details and email relays are never passed off as the owner's.
  • When the registry names no registrant — .com and .net never do — the actor follows the registry's link to the registrar's own RDAP server, where the registrant lives: one more request per domain. A few registrar servers fail on some TLDs (Tucows on .app); such rows keep the registry fields and isRedacted is null.
  • Some registries are missing from IANA's RDAP directory — the one rdap.org routes by. .io, .me, .co, .us, .de, .ch and .so run RDAP anyway and are queried directly (.de and .ch publish little beyond status and nameservers). Others, among them .se, .jp, .es, .it, .eu and .cn, have no RDAP server this actor can use; such a query returns a free row that says so.

Where the data comes from

RDAP is the IETF-standard registration data protocol that every gTLD registry is required to serve. The actor finds the authoritative server for each TLD in IANA's RDAP directory (plus the few registries missing from it) and queries it directly, with no key. Sources: IANA RDAP bootstrap, About RDAP

FAQ

Is this domain RDAP lookup scraper free?

The data source is free and needs no API key — you pay only for the rows the run delivers ($0.002 each). Failed or empty lookups are never charged.

Do I need an API key or a login?

No. RDAP is the IETF-standard registration data protocol that every gTLD registry is required to serve, and registries and registrars answer it without a key.

What can I search by?

By domain name or any URL containing one — stripe.com, https://www.stripe.com/pricing and WWW.STRIPE.COM all resolve to the same lookup.

How current is the data?

Every run queries the source live, so results are as fresh as the source itself. RDAP answers live from the authoritative registry.

How fast is it, and how many queries can I run?

Queries run concurrently (5 at a time by default, tunable in the input). A .com or .net lookup costs one more request, to the registrar, and every domain one request to its website, plus one to its contact page when the homepage lacks an email or phone. A prefilled run finishes in seconds; large lists scale roughly linearly and stay well inside a normal run timeout.

Can I export the results to CSV, Excel or JSON?

Yes. Apify datasets export to CSV, Excel, JSON, XML and HTML, and can be pulled through the API or pushed to your own storage.

What happens when a query returns nothing?

You still get a row, carrying your original query and an error field explaining why. Nothing is silently dropped, and you are not charged for it.

Yes. RDAP is the registration data registries are required to publish. Since GDPR most registrant contact details are redacted at source — this actor returns what the registry or registrar publishes and never attempts to unmask redacted data.

Changelog

0.1.10 — 2026-09-25 — contact from the website

  • email and phone are filled from the domain's own website when the registrant's are withheld — which, since GDPR, is most domains. Only mailto:/tel: links and schema.org JSON-LD count, an email must be on the domain itself, and placeholders are dropped. On 30 random small-company domains: 13 emails and 12 phones, every one checked by hand to be the company's own published contact.
  • New emailSource and phoneSource say where each came from: the RDAP registrant, or the website page and how it was stated.
  • Up to one more request per domain (the contact page, only when the homepage lacks an email or phone). No pricing change.

0.1.9 — 2026-09-25 — live website

  • website is filled with the site the domain actually serves: one request to the domain, redirects followed, so a rebrand or consolidation shows up — angel.co → https://wellfound.com, vercel.app → https://vercel.com, shopify.ca → https://www.shopify.com. A server that refuses bots still counts as a site; a domain where nothing answers gets none. 24 of 25 domains in a test.
  • One more request per domain. No pricing change.

0.1.8 — 2026-09-25 — registrant data filled; .io, .co, .de and more now resolve

  • Registrant organization and country are filled wherever the registry or registrar discloses them. .com and .net keep no registrant at the registry, so the registrar's own RDAP record is now read as well. On the 20 domains of the pre-release audit: registrant organization 2 → 9 (OpenAI, Canva, GitHub, Booking.com …), registrant country 0 → 10, failed lookups 5 → 2.
  • registrantCountry was empty in practice (0 of 15 audit rows): it read the country-name slot of the vCard address, which registrars leave blank in favour of the cc code.
  • Redaction is no longer passed off as data. companyName could read REDACTED FOR PRIVACY (zalando.nl). Redaction placeholders, privacy services (now named in privacyService) and email relays are recognised, and isRedacted covers all three — it used to say false for .com domains whose registrant simply sat at the registrar.
  • .io, .me, .co, .us, .de, .ch and .so domains now resolve. Their registries are missing from IANA's RDAP directory, so every such lookup failed as "No RDAP registration found". TLDs with no usable RDAP server (.se, .jp …) now say exactly that.
  • New fields registrantOrganization and privacyService; address, city, postalCode, countryName, email and phone are filled where disclosed. sourceUrl now points at the RDAP server that answered.
  • README example replaced with a real row — the old one showed a registrar and dates stripe.com does not have.
  • No pricing change.

Built by Fox Labs — B2B company intelligence from public sources, as clean JSON.