I think this is a stretch of what webchangemonitor does, as it won't dig into and render/process the webpage, but what are some ways to successfully track changes on a webpage that has ajax/xhr calls to grab additional information to be displayed?
Some sites I can point webchangemonitor directly at the json/xml request url, but some doesn't allow direct GET of those information.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think this is a stretch of what webchangemonitor does, as it won't dig into and render/process the webpage, but what are some ways to successfully track changes on a webpage that has ajax/xhr calls to grab additional information to be displayed?
Some sites I can point webchangemonitor directly at the json/xml request url, but some doesn't allow direct GET of those information.
Thanks.
I can' t give a general answer as it depends on the use-case. Can you give an example or reference?
For example, I'm trying to track change in price of this tablet:
https://www.lenovo.com/ca/members/en/p/tablets/android-tablets/lenovo-tab-series/tab-p11-pro-gen-2/zab50101us
Looking with DevTools from Chrome, I found the price comes from this:
https://openapi.lenovo.com/ca/members/en/detail/price/batch/get?preSelect=1&mcode=ZAB50101US&configId=&enteredCode=
But I can't directly GET that.