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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Monitor Any List Page Without RSS Feeds

2 点作者 saran9457 个月前
Hi HN,<p>I wanted to share a tool I&#x27;ve been working on called WebList.<p>I&#x27;ve often found myself repeatedly checking certain websites for updates, also watching some keywords in few website. . . Many of these sites don&#x27;t offer RSS feeds, and setting up custom scrapers or alerts felt like a hassle.<p>WebList lets you monitor any webpage that displays a list of items. You just enter the URL of the page you want to track, and it automatically detects the main list on that page. Whenever new items are added, you&#x27;ll get an in-app notification.<p>I&#x27;m curious if others have faced the same issue and if this solution would be helpful ? I&#x27;d really appreciate any feedback, suggestions, or questions you might have.<p>try it out.<p>— Saran

1 comment

saran9457 个月前
Extracting a list page using an LLM costs $1, so I reused the selectors when extracting data from the same page in subsequent operations to optimize costs. the extraction works well for search result pages as well. As far I know none of the websites provide as an RSS feed for search results.