Convert webpage to markdown

From LemonWiki共筆
Revision as of 12:14, 29 May 2026 by Planetoid (talk | contribs) (→‎Convert webpage to markdown)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


icon_scale_pencil.png This article "Convert webpage to markdown" is still being written. If there are any incomplete parts, you are welcome to directly edit them. 這篇文章「Convert webpage to markdown」內容還在撰寫中,如果有不完整的部分,歡迎你直接動手修改


Convert webpage to markdown

1. deathau/markdownload: "A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file." Good.gif Automatically identify and extract the primary content area of a webpage (integration of mozilla/readability.js)

2. Jina Reader API

Bookmarklet

javascript:(function(){location.href='https://r.jina.ai/'+location.href})();

3. $ Firecrawl - The API to search, scrape, and interact with the web at scale. 🔥

You may define the scrape result format, such as `markdown`, `rawHtml`, or `json`. For example, Firecrawl’s scrape endpoint supports body formats like those documented here.