Convert Web Page to Markdown
An example request that uses Gaffa to convert a web page page to markdown. This could be used to export web page reports or to print the content of a page in a readable format.
API Request
{
"url": "https://demo.gaffa.dev/simulate/article?loadTime=3¶graphs=10&images=3",
"proxy_location": null,
"async": false,
"max_cache_age": 0,
"settings": {
"record_request": false,
"actions": [
{
"type": "wait",
"selector": "article"
},
{
"type": "generate_markdown"
}
]
}
}Actions
WaitGenerate MarkdownResponse
Last updated