Scrape a website on a schedule, email yourself the header text
@dylburger
code:
data:privatelast updated:4 years ago
@dylburger/
Scrape a website on a schedule, email yourself the header text

How this works

This workflow scrapes a website on a schedule. You can extract any content you'd like from the HTML that's returned using the Cheerio library.

It also sends an email to the workflow owner (you) with the content of the first h1 tag on the page. You can use Cheerio selectors to grab a specific element and email yourself whatever content you want.

Please reach out if you have any questions!