HTTP: get meta value from HTML body of website

Brass Contributor

Hi,

I'm trying to build a flow which checks if a website has been updated within the last x days.

For this I use a HTTP connector:

FabvE_0-1637064791522.png

I searched the sites source code and found this under the meta data:

 

 

<meta name="lastModifiedDate" content="2021-10-13T17:42:22.686Z"/>

 

 

 

Is there a chance to get the content value of the meta "lastModifiedDate" with the HTTP connector?

The rest of the Flow would be a conversion to a date/time format and check if the date is younger than x days.

Greetings

0 Replies