free website moniering but not donwtime

ksharma

Regular Member
Joined
Nov 29, 2022
Messages
324
Reaction score
43
I want to moniter website for content chnage
but not downtime and free service
any idea?
keyword monitering also wont help
 
I want to moniter website for content chnage
but not downtime and free service
any idea?
keyword monitering also wont help
Something that does what you want or something that is free, choose one.

The only way you can do this is by building a scraper that keeps scraping the content of the site regularly.
 
Make your own bot? Should be straight-forward. The bot visits a page (or an array of pages), records content if not exists. If content exists, it compares the new content with old content, if changed it triggers some kind of alert.

You could do it with node/python/php.
 
Make your own bot? Should be straight-forward. The bot visits a page (or an array of pages), records content if not exists. If content exists, it compares the new content with old content, if changed it triggers some kind of alert.

You could do it with node/python/php.
low resorces
 
Back
Top