Beta. This endpoint is new and its response shape may still change. It is
the page-level companion to
Export Crawl Analytics:
same authentication and time windows, but broken down by page instead of
aggregated per domain.
verified / declared / unknown tier split, a per-bot breakdown, and (by default) a bucketed time series. Because a domain can have thousands of crawled paths, this endpoint is single-domain and cursor-paginated — it does not have an account-wide mode.
Programmatic (API key) access requires the Pro plan and above — requests
from Starter accounts return
403 plan_upgrade_required.Page-level crawl data begins on 2026-07-09 (
legacyCutover). Windows that
start earlier are automatically clamped to that date (the response echoes your
original start as requestedStartDate); windows that end before it return
400 invalid_request.Request
Headers
Body Parameters
Window rules (same as the other export endpoints):
period and startDate/endDate are mutually exclusive, dates must be real YYYY-MM-DD calendar dates, neither may be in the future, startDate ≤ endDate, and the span is capped at 365 days.
Example Request
First page:Response
Success (200)
Fields
Buckets are anchored to your window, not the calendar. With
week
granularity, buckets advance in 7-day steps from startDate, so the first and
last bucket may be partial — check bucketStart/bucketEnd rather than
assuming full weeks. Aggregates (total, tiers, bots) are always exact
window sums regardless of granularity.