WHOIS Database API
Daily Bulk WHOIS Data, Delivered as ZIP via API
Automate your WHOIS data pipeline. One API call downloads the full day's WHOIS dataset as a compressed ZIP file - millions of records including registrant details, nameservers, registration dates, and expiry. No manual downloads, no dashboard logins.
- One request delivers the full daily dataset
- Global, India, US, and Australia coverage
- ZIP-compressed CSV, instant delivery
- Up to 4 days of historical access
One Request, Full Daily WHOIS Dataset
Pass your API key and the product ID for your chosen region. The response is a direct ZIP file download containing millions of WHOIS records in CSV format.
Request (cURL)
# Global daily WHOIS database (pid=3) curl -L -o whois-global-today.zip \ "https://get.whoisextractor.com/?api=YOUR_API_KEY&pid=3" # India WHOIS (pid=1) curl -L -o whois-india-today.zip \ "https://get.whoisextractor.com/?api=YOUR_API_KEY&pid=1" # US WHOIS (pid=7) | Australia WHOIS (pid=8) # Add &date=YYYY-MM-DD for up to 4 days back
Use -L to follow redirects. Full parameter reference in the API documentation.
What You Receive
# ZIP archive downloaded immediately:
whois-global-today.zip
whois-2026-04-10.csv (millions of rows)
# CSV column headers:
domain_name, registrar, created_date, updated_date,
expiry_date, status, nameservers,
registrant_name, registrant_org,
registrant_email, registrant_country, dnssec
# On error, JSON body returned:
{ "error": "Invalid API key" } # 401
{ "error": "Access denied" } # 403
{ "error": "No data for this date" } # 404
CSV Fields Inside Each ZIP
Each row in the downloaded CSV contains the following WHOIS fields where available from the registry.
domain
Queried domain name
registrar
Registrar name and IANA ID
created_date
Original registration date
updated_date
Last updated date
expiry_date
Expiration / renewal date
status
Domain status codes (array)
nameservers
Authoritative nameservers (array)
registrant.name
Registrant contact name
registrant.organization
Registrant company
registrant.email
Registrant email (if public)
registrant.country
Registrant country code
dnssec
DNSSEC signing status
Who Uses the WHOIS API
Cybersecurity Platforms
Enrich alerts with registrant data. Correlate malicious domains back to threat actors via registrar, nameserver, or registrant patterns.
Legal & Brand Protection
Download daily WHOIS database files and scan for newly registered lookalike domains. Identify brand infringement early before it escalates.
SaaS & Platform Tools
Integrate WHOIS database downloads into your product to enrich domain data records at scale inside your platform.
Domain Research Tools
Power your domain intelligence, expiry tracking, or registrant analysis tools with structured daily WHOIS database files.
Compliance & Due Diligence
Validate domain ownership claims. Pull registrant data as part of KYB / AML checks for financial institutions.
Domain Expiry Monitoring
Download WHOIS databases on a schedule and parse expiry dates across your domain watchlist. Alert your team before valuable domains lapse.
Prefer manual downloads?
Download the same WHOIS database from your client dashboard
The API and the manual download both deliver the same ZIP file. The API automates it - schedule a cron job and never log in again. The client dashboard is available if you prefer manual control.
Explore WHOIS Download PlansWHOIS API - FAQ
Common questions about the WHOIS Lookup REST API
Start Querying WHOIS via API
Full documentation, instant API key, 1,570+ TLDs. Get started in minutes.
Instant activation · No setup fee · Cancel any time