Crawler
A naive crawler for website. Return raw content in markdwon format.
Last updated
A naive crawler for website. Return raw content in markdwon format.
Last updated
Click this to try this widget and copy the Pro Config template.
Given the target website url, return the markdown string of the content
Input Parameters
url
string
The target website url
Output Parameters
markdown_string
string
The raw content of given url
Output Example