CW
Cracked Web Reader
/sitemap
Read sitemap
Fetch a site's sitemap.xml (following sitemap indexes) and return all URLs with lastmod.
liveverifieddegraded · 244ms
sitemapseocrawlurls
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run web /sitemap for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Sitemap URL or site root |
| limit | number | Max URLs default 2000 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"web","endpoint":"/sitemap","input":{"url":"...","limit":2000}}'cli
npx cracked-ai run -p web -e /sitemap -i '{"url":"...","limit":2000}'mcp
run_tool({ provider: "web", endpoint: "/sitemap", input: {"url":"...","limit":2000} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.