Hi, guys. I’m trying to use Distill to track new Mercari listings. For example, if I search for “x” on Mercari, I only want to be notified when brand-new items of “x” are listed by different sellers. The problem is that I keep getting redundant alerts whenever an existing item changes slightly, like when the price shifts by just a cent. I want alerts for only new listings.
Here are the conditions I’ve set up so far
Only continue if:
- added text has a number less than 170 (170 being the maximum dollar amount I’m willing to pay)
On another monitor, I’ve set
Only continue if:
-
added text is not empty
-
net added text is greater than 9 (characters)
-
added text has a number greater than 1 (dollar)
-
added text has a number less than 170 (dollars)
I’ve even tried highlighting the existing listings to make Distill ignore them, but it still notifies me every time something trivial changes.