extract h1 and show news on ssd1306

Hi

I wish to use my ssd1306 display to show news from the web. I will extract news from my local news page (http) and take the headlines h1 and show these on the display. But ican´t find any examples on doing this.

Is it possible, or are there any guidelines for this?

Thank you

Send an HTTP request to the server through your Internet connection, asking for the page. Look through the response for "

" and store the headline until you reach "

". Display the saved text.