I am trying to copy text from a granola transcript into a google doc. I can obtain the granola url successfully, but the output is a giant block of html, tags, javascript, etc. I’ve tried scrapeninja to pull the text from the html, as well as the stripHTML function. This typically yields a blank output return.
This seems like a basic scenario, but granola hides the transcript in a javascript/css window or frame making it difficult to get the text.
Appreciate your suggestions!