Hi HN,<p>I wanted to share a tool I've been working on called WebList.<p>I've often found myself repeatedly checking certain websites for updates, also watching some keywords in few website. . . Many of these sites don'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'll get an in-app notification.<p>I'm curious if others have faced the same issue and if this solution would be helpful ? I'd really appreciate any feedback, suggestions, or questions you might have.<p>try it out.<p>— Saran
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.