one_map
Discover URLs from a starting point by parsing sitemaps and HTML links. Filter results with search terms, limit, and subdomain options.
Instructions
Discover URLs from a starting point. Can use both sitemap.xml and HTML link discovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Starting URL for URL discovery | |
| limit | No | Maximum number of URLs to return | |
| search | No | Optional search term to filter URLs | |
| sitemapOnly | No | Only use sitemap.xml for discovery, ignore HTML links | |
| ignoreSitemap | No | Skip sitemap.xml discovery and only use HTML links | |
| includeSubdomains | No | Include URLs from subdomains in results |