List the most visited pages
Which paths AI crawlers and referrals read most, with the previous window’s count for comparison. Pass host to rank pages for that hostname and its subdomains before applying limit.
GET
List the most visited pages
Authorizations
Send your API key in the Authorization header as Bearer API_KEY.
Path Parameters
Minimum string length:
1Pattern:
^[A-Za-z0-9_-]{1,100}$Example:
"b1f2c3d4-0000-4000-8000-000000000000"
Query Parameters
Rolling window size in days. Ignored when from/to are set.
Required range:
1 <= x <= 365Pattern:
^\d{4}-\d{2}-\d{2}$Example:
"2026-01-31"
Pattern:
^\d{4}-\d{2}-\d{2}$Example:
"2026-01-31"
Required range:
1 <= x <= 500Available options:
crawler, ai_referral Hostname to filter on. Subdomains of this host are included. Omit for every host.
Maximum string length:
128Last modified on September 18, 2026