Web Autonomy Tools
Autonomous internet access for AI agents — fetch pages, search the web, extract content via CSS selectors, extract metadata and links, crawl websites. No API keys required.
6 toolsweb-autonomy
Web Fetch
Fetch a URL and return clean extracted text. Strips HTML tags, scripts, and styles. Returns page title, readable text, H
url
Web Search
Search the web using DuckDuckGo. No API key required. Returns titles, URLs, and snippets.
query
Web Extract
Extract content from a web page using a CSS selector. Fetches the URL, then returns all elements matching the selector a
urlselector
Web Links
Extract all links from a web page. Returns URLs, anchor text, and internal/external classification.
url
Web Metadata
Extract page metadata: title, description, OpenGraph tags, canonical URL, language, and keywords.
url
Web Crawl
Crawl a website from a seed URL. Breadth-first traversal with configurable depth, page limit, and same-domain filtering.
url