Download every page matching the supplied filters as CSV or XLSX. Uses the same filters as the list endpoint but skips pagination.
With include_metrics=true (the default), each row also includes totals over the selected date range for agent_traffic, citations, and ai_referrals, plus a percent-change column comparing the first and last buckets of the range — matching the totals and trend percentages shown in the sitemap UI.
Limits:
start_date/end_date.The response sets Content-Disposition with a sitemap-{brand_id}-{YYYY-MM-DD}.{csv|xlsx} filename.
Documentation Index
Fetch the complete documentation index at: https://developers.scrunch.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier for the brand.
Output format. csv returns a UTF-8 (BOM) CSV stream. xlsx returns a binary Excel workbook.
csv, xlsx Explicit sitemap (mapped site) identifier to export. Defaults to the latest finished crawl for the brand and optional domain.
Filter to a specific domain when the brand has multiple registered sites.
Maximum URL path depth to include. 0 returns root pages only.
x >= 0Filter by segment-aligned URL path prefix.
Filter to (or exclude) priority pages.
Filter to (or exclude) pages with active AXP optimized content.
Case-insensitive substring match against the page URL or title.
Include per-page totals and percent-change columns for agent_traffic, citations, and ai_referrals over the selected date range.
Metrics start date (YYYY-MM-DD). Defaults to 30 days ago.
Metrics end date (YYYY-MM-DD). Defaults to today.
Streamed export file.
UTF-8 (BOM) CSV. First row is the column header.