How to get only the green marked sentence to the push notification?

I looking cars,and when distill notifies me it sends the whole list of the cars, but I need only the green marked which is the new car with the push notification, that I dont have to scroll that many cars to find the new one. Can someone help?

@martin2536 At the moment, Distill’s push notifications include the full selected content from the page when a change is detected. While the green-highlighted portion (new content) is visible in the visual diff view, the notification itself doesn’t isolate only the newly added line.
To narrow down the content in your push notification:

  • Try refining your selection area during setup to only cover the part of the page where new cars are listed (e.g. just the top item in the list).

  • If new cars always appear at the top, you could adjust your selector to monitor just the first listing — that way, Distill will only send updates when the top result changes.

  • This method reduces how much content gets sent and helps highlight just what’s new.

While push notifications don’t currently extract just the green-marked text, adjusting your selection can make notifications more focused and easier to scan.