HTML to text -> strange output

I use, after an “HTML get request” module an “HTML to text” parser to search for different info later. This worked great and delivers the desired output.

But now I have a website where the output is only “Text”.

I’ve then added a set variable and striped HTML to se the outcome. Basically, it is only the titel of the website and nothing more.
Input HTML Make request:


Output HTML Make request:

Output set variable with striped html:

Output HTML to text:

Can it be that the code of the website is something special and can’t be parsed into text?
BTW: The scraper on apify works perfect and found all the data on the side.

Any thoughts on this?

Cheers Daniel

@Daniel_Muller It’s Next.js based site. The default HTTP module will not work. You will have to use Apify or similar 3rd party services.

The content you see in the browser loads using the Javascript.

Thanks for your answer,
meanwhile, I came to the same conclusion.
I am working on the Link extraction using the data I have from Apify.

3 Likes