Get Text from a specific class

Hi

I'm not really into programming - so sorry for the maybe stupid/easy question....

What I need is the name of the organisation "Abai Freunde - Vida Para Todos" on a Page like the following, to be grabbed and put into a cell.

https://www.zewo.ch/Für-Spendende/hilfswerke-suchen/zertifizierte-hilfswerke-finden#detail&key=46

Since it is not marked as an hx, I fail with my knowledge, to do so.

is there a formula to get the content from a name oder a class such as
name="organisation_de" class="x-form-display-field organisation_de-value"

Pls check in Brwoser
view-source:data:text/html;charset=utf-8,%3Cdiv%20class%3D%22x-form-item%20organisation_de-item%20x-hide-label%22%20tabindex%3D%22-1%22%20id%3D%22ext-gen47%22%3E%3Clabel%20for%3D%22ext-comp-1013%22%20style%3D%22width%3A135px%3B%22%20class%3D%22x-form-item-label%22%20id%3D%22ext-gen48%22%3E%3C%2Flabel%3E%3Cdiv%20class%3D%22x-form-element%22%20id%3D%22x-form-el-ext-comp-1013%22%20style%3D%22padding-left%3A140px%22%3E%EF%B7%90%3Cdiv%20id%3D%22ext-comp-1013%22%20name%3D%22organisation_de%22%20class%3D%22x-form-display-field%20organisation_de-value%22%3EAbai%20Freunde%20-%20Vida%20Para%20Todos%3C%2Fdiv%3E%3C%2Fdiv%3E%3Cdiv%20class%3D%22x-form-clear-left%22%3E%EF%B7%AF%3C%2Fdiv%3E%3C%2Fdiv%3E

Thank you for your help

Paul

The content you're trying to scrape are loaded with Javascript. One way to solve this is to use the PhantomJs Connector which allows you to make XPath requets after the site has loaded.