web_sitemap_walk
Find the canonical landing page for a topic on an authority domain by walking its sitemap or robots.txt. Falls back to site-restricted search if no sitemap exists.
Instructions
Locate the canonical landing page for a topic on an authority domain via /sitemap.xml or /robots.txt Sitemap: declarations. Falls back to Tavily site-restricted search if the domain doesn't expose a sitemap.
Args:
domain: e.g. "rbi.org.in".
topic: The topic to score sitemap entries against, e.g. "press releases".
max_candidates: 1-20.
Returns:
{domain, sitemap_urls[], candidates[], method, notes[]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| topic | Yes | ||
| max_candidates | No |