gTLD Registration Trends
tld_trendsReturn registration trend data for a TLD over time, or compare multiple TLDs, in active-total or newly-registered mode.
Related: tld_rank, keywords_trends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tld | No | Single TLD for 'data' mode, gTLDs only (e.g., 'com', 'xyz'). Country-code TLDs are not covered and return an error. | |
| days | No | Time horizon | |
| tlds | No | Comma-separated TLDs for 'compare' mode (max 5, gTLDs only, e.g. 'xyz,online,shop,store'). Country-code TLDs such as io, ai, co are not covered by this dataset. | |
| type | No | 'newly' for daily new registrations, 'active' for total active domains | |
| action | No | 'data' for single TLD deep-dive, 'compare' for multi-TLD comparison |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tld | No | TLD name (data mode only) | |
| data | No | In 'data' mode: array of data points. In 'compare' mode: object keyed by TLD name, each value is an array of data points. | |
| days | No | ||
| type | No | 'newly' or 'active' | |
| error | No | ||
| notice | No | Compare mode only: present when some requested TLDs had no data; explains which and why. | |
| success | Yes | ||
| tlds_missing | No | Compare mode only: requested TLDs that returned no trend data. |