TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Turn web search results into an LLM friendly downloadable Markdown file

3 点作者 timz5 个月前
The purpose of this tool is to make it easy collect seed information for use with LLM.<p>Just enter a query or a URL, it will search and scrape the web, to produce one markdown file with all the results.<p>Searching for a URL prefix to get result from a particular site only.<p>Example:<p>- <a href="https:&#x2F;&#x2F;llminer.deno.dev&#x2F;?q=https%3A%2F%2Fdocs.deno.com%2F" rel="nofollow">https:&#x2F;&#x2F;llminer.deno.dev&#x2F;?q=https%3A%2F%2Fdocs.deno.com%2F</a><p>- <a href="https:&#x2F;&#x2F;llminer.deno.dev&#x2F;?q=cocktail%20recipes" rel="nofollow">https:&#x2F;&#x2F;llminer.deno.dev&#x2F;?q=cocktail%20recipes</a><p>Once the markdown file has been downloaded, you can insert it into LLM of your choice.<p>WIP, looking for feedback, thank you.

1 comment

smcleod5 个月前
I&#x27;m seeing a lot of these pop up at the moment - but that&#x27;s a good thing.<p>Some feedback:<p>- Tables are not rendered properly, it places cells on new lines without clear relationships.<p>- There needs to be a &quot;concatenate and download all&quot; button that takes all results and downloads a single markdown file.<p>- Add a link to the source code on the main page, you&#x27;ll get people wanting to contribute and will be able to track bugs.