How can I read data from web using IDE?

Please anyone help me?

I want to make a extension to read data from web and return result as string. I have followed many java example code. After all I can’t did it. If anyone can do it, Please help me?

1 Like

You mean website info? A paragraph etc?

Suppose, the website has some text, or large text, I want all text as string. If web page has Json too.

1 Like

Already included… You can do it by web component… First get website source code… Then you can use json tools extension if data in json form…

I have to do many operation with this, that’s not possible with web component