Retrieve data posted below today's date?

A page has data added to it every morning, with today’s date at the top of the added data. Previous dates’ data is still above it. I want to monitor the page for when the new data is posted, then alert me by email with the new data included … only the data below today’s date heading, to the end of the page.

I (1) don’t know how to find today’s date on the page, and (2) don’t know how to select the elements. When I hover over the data it seems to be split into blocks of data in separate elements.

Is it possible with distill?

it is usually possible to finetune xpath selector to match very specific elements on a page.

feel free to share the url and a screenshot to show what you need to monitor on that page. i will check that out and let you know.