Main content extraction using API
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?

2 Replies
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.
more info on the firecrawl parameters can be found here - https://docs.firecrawl.dev/api-reference/endpoint/scrape
thank you @Sachin