Skip JS rendering and get raw content
Hi, it seems like Firecrawl cloud always runs JS rendering. Is there a way to skip/disable it per request?
Also, if a XML/RSS document URL is requested and
Is there a way to return raw XML instead of HTML, and if not what's the best way to extract the XML (decoded) from the returned HTML?
Thank you.
Also, if a XML/RSS document URL is requested and
formats is set to only [ "rawHtml" ] then the response content is enclosed in HTML instead of raw XML. For example:Is there a way to return raw XML instead of HTML, and if not what's the best way to extract the XML (decoded) from the returned HTML?
Thank you.