Custom Web Crawling Result Format

Is there any method to customize the web crawling result. For example, if the output format is markdown, can I skip the image urls / hyperlinks in markdown ? Besides, I also wonder the difference between raw HTML and HTML in result
1 Reply
Gaurav Chadha
Gaurav Chadha5w ago
"rawHtml" contains things like script tags while the "html" format does not. No, we don't have a way to customize the format of the markdown, unless you wanted to use JSON mode

Did you find this page helpful?