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