You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My primary use case is to monitor prices on amazon to see if/when I should purchase them. I do this by using a simple xpath filter to reliably extract the price of each item I am monitoring. Price is extracted as nnnn.nn. Right now, I accomplish this by selecting the Webpage Text/HTML, JSON and PDF changes and just monitor the delta between extracted output.
It would be really nice if there was a way to assign the extracted value to the price variable within changedetection so the built-in logic could track price changes over time for these items. ... not just for amazon.com but for other websites as well.
Was wondering if it is possible and if so, how can I accomplish this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My primary use case is to monitor prices on amazon to see if/when I should purchase them. I do this by using a simple xpath filter to reliably extract the price of each item I am monitoring. Price is extracted as
nnnn.nn
. Right now, I accomplish this by selecting theWebpage Text/HTML, JSON and PDF changes
and just monitor the delta between extracted output.It would be really nice if there was a way to assign the extracted value to the
price
variable within changedetection so the built-in logic could track price changes over time for these items. ... not just for amazon.com but for other websites as well.Was wondering if it is possible and if so, how can I accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions