Fetch URLs from website sitemap
Price: 1 credit
💡 AI Hint: Discover and extract all URLs from a website sitemap. Supports include/exclude pattern filters. Some sites block sitemap access (e.g. reddit.com) — returns 0 URLs in that case.
⚠️ Common errors: 412: No sitemap found for the given URL., 422: Invalid URL format.
API token from the dashboard
Website URL to fetch sitemap from
1 - 2083"https://www.example.com"
"https://blog.example.com"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Regex patterns for URL paths to include (all URLs if not specified)
["^/blog/", "^/docs/"]Regex patterns for URL paths to exclude
["\\.pdf$", "/admin/"]Only include URLs from the same host as the base URL
Check robots.txt and respect disallowed URLs
Maximum number of URLs to return
x >= 1Return detailed sitemap entries (lastmod, changefreq, priority) instead of just URLs
Successful Response