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 formats is set to only [ "rawHtml" ] then the response content is enclosed in HTML instead of raw XML. For example:
{
"rawHtml": "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta name=\"color-scheme\" content=\"light dark\"></head><body><pre style=\"word-wrap: break-word; white-space: pre-wrap;\"><?xml version=\"1.0\" encoding=\"UTF-8\"?>\n</pre></body></html>"
}
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.