I would like to know if it is possible to grab text from a website for example http://example.com
let's say there is paragraphs there
.............Hello234................................
So I want to grab the "Hello" text on my website http://mywebsite.com
so even if the hello changes I want to grab that.
thank you.