Every domain that changed yesterday, in one batch.

Every domain name with Whois or DNS changes in the previous 24 hours. Delivered as a daily batch with the diff signals that trigger downstream investigation.

WHAT'S IN THIS FEED

One row per domain whose state moved.

The Daily Updated Domain Names Feed surfaces movement, not just existence. Every domain where the underlying Whois or DNS record changed in the past 24 hours, in a single file delivered each day.

Each record is the domain itself. Movement is detected against the previous day's snapshot across registrar, name servers, registrant block, expiry date, domain status codes, and the resolved DNS records most workflows care about. A registrar transfer, a name-server swap, an ownership change, an expiry-date jump, all trigger inclusion.

The feed is the upstream signal for any system that monitors domain churn at scale. Pair with the Whois Lookup or Whois History APIs to get the before-and-after state for any record in the file.

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. HTTPS by default; S3 and SFTP available.

Format

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

Refresh cadence

Daily. Built once per day against the previous 24-hour change window.

Authentication

API token in the request header. Per-feed scoping; rotate from the dashboard. 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-updated-domains/2026-05-02/daily-updated-domains.json.gz?...",
  "file_format": "json",
  "file_size": 36918473,
  "file_update_time": "2026-05-02T03:14:27Z",
  "line_count": 1842731
}

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

{"domain":"acme.com"}
{"domain":"contoso.io"}
{"domain":"deepinfo.com"}
{"domain":"example-corp.net"}
{"domain":"shop.example.shop"}

“Domain-change signal at scale is what drives our investigation prioritization. Daily diffs across ownership and DNS replaced a manual delta-tracking process that never kept up with the volume.”

— Threat Intel Lead, Government CERT
GET STARTED

Track domain churn at internet scale.

We'll set up token access and answer schema questions on a call so your team can validate fit before integrating.

Talk to us Browse API docs