Bulk Data API

Newly Registered Domains API
Daily Domain ZIP Download - 240K+ New Domains, 1,570+ TLDs

Automate your daily domain monitoring with a single API call. Each request delivers the complete list of newly registered domains for that day as a compressed ZIP file. No pagination, no JSON parsing - just schedule a cron job, unzip, and feed your pipeline.

  • One request downloads today's full file
  • 240K+ new domains daily, 1,570+ TLDs
  • ZIP delivery - no JSON parsing overhead
  • Up to 4 days of historical access

One Request. Instant ZIP Delivery.

Call the endpoint with your API key and product ID. The full day's domain list downloads immediately as a compressed ZIP file. Schedule it with cron for hands-off automation.

Request (cURL)

# Download today's newly registered domains (pid=10)
curl -L -o domains-today.zip \
  "https://get.whoisextractor.com/?api=YOUR_API_KEY&pid=10"

# Download a specific date (up to 4 days back)
curl -L -o domains-2026-04-08.zip \
  "https://get.whoisextractor.com/?api=YOUR_API_KEY&pid=10&date=2026-04-08"

Replace YOUR_API_KEY with your key from the API documentation page. pid=10 is the product ID for this dataset.

What You Receive

# ZIP archive downloaded immediately:
domains-2026-04-10.zip
  domains-2026-04-10.csv  (240K+ rows)

# CSV content (domain names, one per row):
domain_name
newly-registered-brand.com
startup247.io
techlaunch.ai
...

# On error, JSON body is returned:
{ "error": "Invalid API key" }       # 401
{ "error": "Access denied" }         # 403
{ "error": "No data for this date" } # 404

Data refreshes daily at 6:00 AM IST. Use -L in curl to follow redirects for the file download.

Built for Automation

Daily Updates

New data is available each morning at 6:00 AM IST. Schedule your pipeline to run after the daily refresh - no manual steps needed.

1,570+ TLDs

Each daily file covers all major gTLDs, new gTLDs, and country codes. The full dataset is in one file - filter by TLD in your own processing step.

Instant ZIP Delivery

The API delivers the file immediately as a ZIP download. No JSON pagination needed - one request, one file, full data.

Simple Key Auth

Pass your API key as a query parameter. No OAuth, no token refresh. One key unlocks all product IDs in your plan.

Any Language or Tool

curl, wget, Python requests, PHP cURL - if it can follow an HTTP redirect, it downloads the file automatically. No SDK needed.

Up to 4 Days Back

Use the date parameter to re-download any of the last 4 days. Useful when your pipeline misses a day or you need to reprocess data.

Prefer manual downloads?

Same data available from your client dashboard

The API delivers the same ZIP file you can download manually from the client area. Use the API when you want full automation and no logins. Use the manual download when you want to review the file first.

See Download Plans

Newly Registered Domains API - FAQ

Questions about the daily domain feed REST API

Start Your Domain Discovery Pipeline

Instant API key. Full docs. Daily domain feeds across 1,570+ TLDs.

Instant activation · No setup fee · 7-day refund guarantee