Output format

{
    "domainsCount": 10000,
    "domainsList": [
        "amazon.properties",
        "amazon.rentals",
        "amazon.tattoo",
        "amazon.top",
        "amazon.bayern",
        ...
    ],
    "nextPageSearchAfter": "amazon.co"
}

Output parameters

domainsCount
The number of domains matching the criteria.
domainsList
The list of domains matching the criteria.
nextPageSearchAfter
Pagination cursor for the next page. Pass it back as the searchAfter field to fetch the next page. An empty string ("") means there is no next page. Returned by the v2 endpoint only.