FirecrawlF
Firecrawl3mo ago
10 replies
ash4cord

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
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;\">&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\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.
Was this page helpful?