Is there an equivalent of the 'Extract only main content (no headers, navs, footers, etc.)' from the playground, that can be used in the API scrape call?
Join builders, developers, users and turn any website into LLM-ready data, enabling developers to power their AI applications with clean, structured information crawled from the web.
Hi @Jack , you might wanna try passing the below additional parameters to your firecrawl request for scraping - 'pageOptions': 'onlyMainContent': False # Only return the main content of the page excluding headers, navs, footers, etc.