Track Website Changes

PatJustPat

Senior Member
Joined
Apr 26, 2019
Messages
817
Reaction score
361
Hi,

looking for a service that can track websites changes. There seem to be several, but I am looking for the best one.

Thoughts?
 
Hi,
only for one website or a lot of pages ?
Your budget ?
One shot or every day ?
What is your OS ?
 
Distill Web Monitor on Chrome and Firefox. Free and simple.
I used it before.
I changed because I have almost 1600 pages to monitor every day : I need log, email, etc.
But for only one page, Distill Web Monitor make the job.
 
theres 1 on f-droid that a lot of my peers use

whenever theres several tools and u want the best one.. got to roll up ur sleeves and test em yourself
 
You can try Versionista.
 
Hi,

looking for a service that can track websites changes. There seem to be several, but I am looking for the best one.

Thoughts?

What do you mean by "changes"? If you want to check layout changes in specific pages, for me the easiest way is to have a scraper based on some HTML elements of the page. If they change the page layout good chance that one of your scraper will stop collecting data. Then you'll know the changed something in their website.
 
What do you mean by "changes"? If you want to check layout changes in specific pages, for me the easiest way is to have a scraper based on some HTML elements of the page. If they change the page layout good chance that one of your scraper will stop collecting data. Then you'll know the changed something in their website.
Sounds complicated. Is there an easy way to create a crawler?
 
Sounds complicated. Is there an easy way to create a crawler?
Not really. You can build something very basic even with Google Spreadsheet. Just Google it, you'll see it si not complicated at all. Also, there are lots of web scrapers (paid services) out there, that can serve for your purpose.
 
Back
Top