ai_map
Discover a site's structure by mapping all URLs from a starting link. Apply keyword filters, set crawl depth, enable JavaScript, and include subdomains for complete site coverage.
Instructions
Tool useful for mapping website's URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL from which URLs mapping will be started. | |
| limit | No | The maximum number of URLs to return. | |
| user_prompt | No | What kind of URLs user wants to find. Can be used together with 'search_keywords'. | |
| geo_location | No | Two letter ISO country code to use for the mapping proxy. | |
| max_crawl_depth | No | The maximum depth of the crawl. | |
| search_keywords | No | The keywords to use for URLs paths filtering. Keywords are matched as OR condition. Meaning, one keyword is enough to match the url path. | |
| allow_subdomains | No | Whether to map subdomains URLs as well. | |
| render_javascript | No | Whether to render the HTML of the page using javascript. Much slower, therefore use it only for websites that require javascript to render the page. Unless user asks to use it, first try to crawl the page without it. If results are unsatisfactory, try to use it. | |
| allow_external_domains | No | Whether to include external domains URLs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |