Every domain registered yesterday, in one batch.

Every domain name registered in the previous 24 hours across all monitored TLDs. Delivered as a daily batch from registry zone files, CZDS feeds, and partner sources.

WHAT'S IN THIS FEED

One row per newly registered domain.

The Daily Registered Domain Names Feed surfaces the front edge of the registration system. Every new domain that appeared in registry data since the previous snapshot, in a single file delivered each day.

Each record is the registered domain itself. The feed merges entries observed in registry zone files (where available), ICANN CZDS for gTLDs, ccTLD partner feeds, and Deepinfo's own continuous discovery pipeline. The window is the previous 24 hours; the cutover happens once per day at the same UTC offset.

This is the right input for brand-protection workflows, lookalike-domain monitoring, and any system that needs to react to new registrations within a day. Pair with the Whois Lookup API to enrich each record with registrar, registrant, and dating information.

HOW IT'S DELIVERED

Daily batch, delivered as a download.

A single API call returns the metadata for the day's snapshot. Authenticate with an API token scoped to the feed.

Delivery

Bulk download. The API call returns metadata plus a signed download_url. Download via HTTPS; S3 and SFTP available for existing customers.

Format

JSON or CSV. The response payload reports the format, file size in bytes, line count, and last update timestamp.

Refresh cadence

Daily. The snapshot for the previous 24 hours is built once per day at the same UTC offset. Use file_update_time to track.

Authentication

API token in the request header. Tokens are scoped per feed. Full integration reference at docs.deepinfo.com.

SAMPLE RECORD

What you actually get.

The API response, with the metadata for the latest daily batch:

{
  "download_url": "https://feeds.deepinfo.com/daily-registered-domains/2026-05-02/daily-registered-domains.json.gz?...",
  "file_format": "json",
  "file_size": 6248137,
  "file_update_time": "2026-05-02T03:14:27Z",
  "line_count": 312847
}

A few representative lines from the JSON-formatted file at download_url:

{"domain":"new-customer-portal.com"}
{"domain":"acmebrand-secure-login.net"}
{"domain":"verify-account-update.io"}
{"domain":"shopdomain.shop"}
{"domain":"my-fresh-startup.co"}

“Daily new registrations land in our typosquat detection job at midnight UTC. The CZDS plus partner-source coverage catches gTLD and ccTLD activity that single-source feeds miss by margin.”

— Lead Engineer, Anti-Phishing Platform
GET STARTED

Get yesterday's registrations, then every day after.

We'll set up token access and walk through how teams plug this feed into brand-protection or hunt workflows.

Talk to us Browse API docs