platform.get_radar_sitemaps
List tracked sitemaps with domain, sync status, and page count.Parameters
None.Response
Usage
- MCP
- API
Call
platform.get_radar_sitemaps with no parameters.platform.get_radar_pages
Get discovered pages from tracked sitemaps with URL, title, keyword data, and tracking status.Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
sitemap_url_ids | string[] | No | [] | Filter by sitemap IDs (from get_radar_sitemaps). MCP only — not available via REST API. |
limit | integer | No | 200 | Maximum pages to return |
Response
Usage
- MCP
- API
May return
{"error": "Too many pages. Try filtering by sitemap or reducing the limit."} for large sites.