Domains ranked by successful, non-crawler requests over a trailing window. Safe to publish: a domain is left out if it is not serving, has a malware finding, or is denylisted in any way (directly, by pattern, or through its identity, space, record or serving CID). Counts can lag by up to ten minutes.
Parameters
Output
application/jsonsites
array
Required
No description available.
Errors
AnalyticsDisabled
No analytics store is configured, so no traffic was recorded. An empty list means something else: the window had no traffic worth ranking. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AnalyticsDisabled",
"description": "No analytics store is configured, so no traffic was recorded. An empty list means something else: the window had no traffic worth ranking."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"sites"
],
"properties": {
"sites": {
"type": "array",
"items": {
"ref": "#topSite",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"days": {
"type": "integer",
"default": 7,
"maximum": 30,
"minimum": 1,
"description": "How many days back the window reaches from now."
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Maximum sites to return. Fewer come back if not enough domains qualify."
},
"minRequests": {
"type": "integer",
"default": 0,
"minimum": 0,
"description": "Minimum requests a domain needs to be ranked, so near-dead domains do not rank in a quiet window."
}
}
},
"description": "Domains ranked by successful, non-crawler requests over a trailing window. Safe to publish: a domain is left out if it is not serving, has a malware finding, or is denylisted in any way (directly, by pattern, or through its identity, space, record or serving CID). Counts can lag by up to ten minutes."
}