Extracting text from a website

Hello,
I need that when the user clicks on “Button1” then what is written in “Label1” will change to text from a website

Welcome @navkuh11
yes you can do it but you have also to use web component

  1. When Button1.Click
    call Web1.Get URL (set URL of the website from which you want to get text)

  2. When Web1.GotText
    set Label1.Text to (get responseContent)

1 Like

Thanks,
But I don’t understand because of the language and I have a hard time with it.

Can you show me visually?

blocks

Thanks, but it doesn’t work

It would really help if you provided a screenshot your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun

צילום מסך 2024-06-17 003545

Well, you better change the url to that webpage you like to take the text from…

Taifun

I’m sorry, I forgot to mention this, but it’s common sense that he should use the URL he wants. By the way, thanks for the correction.

Thanks, but I figured it out - and changed the site from which I want the text,
But it shows nothing.

Can you create a AIA file for me and I will change the site in it?!

Thank you!

what about providing the url you are using?
do you get a result in a browser?

Taifun

you may check this out:

Try to get the scrapped text and then do whatever you need with it

First of all, thank you all for the help.

  1. (Taifun) Indeed, I checked the address and it works, it’s an address that when you open it, some individual numbers [taken from API] are displayed on the screen

  2. (pical) I did find this extension.

But I didn’t find the right block because I don’t understand the language very well.

Would appreciate help
Thank you!

these blocks are found in web component

I mean the blocks from the expansion mentioned above

you can PM me.

if your doubt not resolved i can help you !

Thanks,
Would appreciate help

sorry for the jump,
But I would appreciate it if you could help me.