Searching Domains with ZoneFeeds
This guide explains how to search for domains using the ZoneFeeds platform. You will learn how to filter results, understand the API response, and handle pagination effectively.
Search Options
Users can:
- Select a TLD from the available list or manually type one
- Enter domain names or keywords in the search field
- Specify the number of records to return
Date Range Filtering
Users may optionally apply a date filter to narrow results.
Date Constraints
- The maximum allowed date range is 10 days
- If the selected range exceeds 10 days, an out of range error is displayed
Understanding the API Response
Search results are displayed in structured JSON format and can be:
- Viewed directly in the UI
- Copied
- Downloaded using the download icon in the top right corner
⚠️ Important: UI vs API Download Behavior
- Using the UI: downloaded data is limited to the currently loaded results.
If additional pages exist, users must manually load all results to get the complete dataset by clicking the Load more button. - Using the API: allows retrieval of all matching records in a single request.
Recommended for large datasets, automation, and bulk analysis.
💡 Best Practice:
Use the UI for exploration and quick inspection.
Use the API for complete data extraction and production workflows.
API Response Fields
| Field | Description |
|---|---|
domain |
Fully qualified domain name |
status |
Current state of the domain |
data |
Associated DNS record data |
timestamp |
Time the record was observed |
pit |
Point In Time identifier used for pagination |
next_cursor |
Cursor used to retrieve the next page of results |


