How can I monitor changes for certain columns on this website?

Hello,
I would like to receive notifications whenever new stock transactions by Nancy Pelosi are posted on this page:

Specifically, I need an alert whenever a new row is added at the top of the table. However, I only want to track the stock transactions themselves, without including the percentages from the last column.

Can anyone advise on how I can set this up? Thank you in advance!

hi @trangdong - it is possible to monitor changes to the first row and ignore changes to the “trend” column showing percentage changes.

this can be done using the visual selector. check out https://distill.io/docs/web-monitor/what-is-visual-selector/#how-to-monitor-parts-of-a-web-page-using-visual-selector

select the first row in the table. once done, click the content within the selected row to visually deselect the trend column displaying the percentages. following screenshot shows selection in black and deselection in a red box.

you could also choose to monitor very specific cell in the table too.