Provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
No reviews yet. Be the first to review!
Sign in to join the conversation
Fetch a website and return its raw HTML content.
Fetch a website and return its content converted to Markdown.
Fetch a website and return plain text with HTML tags, scripts, and styles removed.
Fetch a URL and return the JSON response.
Fetch a website and extract the main article content using Mozilla Readability, returned as Markdown.
Fetch a YouTube video's captions/transcript, with an additional 'lang' parameter to select the caption language.
Fetch a URL and return raw HTML.
Fetch a URL and return Markdown.
Fetch a URL and return article content as Markdown (via Readability).
Fetch a URL and return plain text.
Fetch a URL and return JSON.
Fetch a YouTube video transcript.