Provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
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. Strips navigation, ads, and boilerplate.
Fetch a YouTube video's captions/transcript. Accepts 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.