There seem to be a lot of these services ("scrape X in order to generate an RSS/webhook/etc. change feed for X"), but I feel that I can't rely on any of them. For anything that I would need this particular service for, my highest-concern requirement is that I'm able able to "set and forget" the service for literal years at a time. But almost always, services like this just drop dead eventually; or they tweak their sc…
Show HN: Changedetection.io detect changes in websites and JSON feeds
11–20 of 33 posts
Re: Show HN: Changedetection.io detect changes in websites and JSON feeds
#12Re: Show HN: Changedetection.io detect changes in websites and JSON feeds
#13There seem to be a lot of these services ("scrape X in order to generate an RSS/webhook/etc. change feed for X"), but I feel that I can't rely on any of them. For anything that I would need this particular service for, my highest-concern requirement is that I'm able able to "set and forget" the service for literal years at a time. But almost always, services like this just drop dead eventually; or they tweak their sc…
Re: Show HN: Changedetection.io detect changes in websites and JSON feeds
#14There seem to be a lot of these services ("scrape X in order to generate an RSS/webhook/etc. change feed for X"), but I feel that I can't rely on any of them. For anything that I would need this particular service for, my highest-concern requirement is that I'm able able to "set and forget" the service for literal years at a time. But almost always, services like this just drop dead eventually; or they tweak their sc…
> Is there a change-detection service like this, being provided with stable SLAs by one of the cloud IaaS providers? You're looking for Zyte (formerly ScrapingHub).
Are you sure? it seems focused on scraping/crawling/data extraction, and I'm not seeing any built-in capabilities to (for example) simply trigger a callback when a resource changes.
Re: Show HN: Changedetection.io detect changes in websites and JSON feeds
#15I used this to replace Visualping.io. The only features it lacks compared to VisualPing is a GUI for selecting page elements to monitor and fully rendered diff results. It either monitors the whole page or you can add a CSS selector manually.
Re: Show HN: Changedetection.io detect changes in websites and JSON feeds
#16Nice and easy to self-host with Docker, thanks. Might save me more than a few bookmarks that I check every couple weeks manually. Small feature wish: optionally fetch and display favicons next to the URLs or s in the website list.
Re: Show HN: Changedetection.io detect changes in websites and JSON feeds
#17Re: Show HN: Changedetection.io detect changes in websites and JSON feeds
#18How did you create the screenshot difference? https://raw.githubusercontent.com/dgtlmoon/changedetection.i...
Re: Show HN: Changedetection.io detect changes in websites and JSON feeds
#19There seem to be a lot of these services ("scrape X in order to generate an RSS/webhook/etc. change feed for X"), but I feel that I can't rely on any of them. For anything that I would need this particular service for, my highest-concern requirement is that I'm able able to "set and forget" the service for literal years at a time. But almost always, services like this just drop dead eventually; or they tweak their sc…
I think that also points to why what you propose would be very hard to do: in HTML pages, even if the page structure (a new div level) changes, it's hard to say if that's actually a fundamental change to how they've architected the information hierarchy you're trying to get notified out, or if that is indeed the information itself. It's ambiguous.
Maybe that's okay? Like, if all you want is a notification about every time a thing changes, regardless of the meaning of the change, then what you're describing is possible. But I think the meaning of the change is important, and that's ultimately what shifts over time in ways computers cannot grok.
Re: Show HN: Changedetection.io detect changes in websites and JSON feeds
#20Nice! Does it have an API for adding URLs to monitor? Would be nice to have a browser extension to do that easily.