1. fetch_html
Fetch a website and return the content as HTML.
2. fetch_json
Fetch a JSON file from a URL.
3. fetch_txt
Fetch a website and return the content as plain text (no HTML).
4. fetch_markdown
Fetch a website and return the content as Markdown.