Url Markdown avatar
Url Markdown

Pricing

Pay per event

Go to Apify Store
Url Markdown

Url Markdown

Developed by

Maged

Maged

Maintained by Community

easy - simple - fast

5.0 (1)

Pricing

Pay per event

0

2

2

Last modified

5 days ago

URL to Markdown Actor

Convert web pages to clean markdown format using.

Input

{
"urls": [
{
"url": "https://www.youtube.com/watch?v=7gtc1DW2Tgo",
"title": true,
"clean": true,
"links": true
},
{
"url": "https://github.com/Puliczek/CVE-2022-0337-PoC-Google-Chrome-Microsoft-Edge-Opera",
"title": false,
"clean": false,
"links": true
}
]
}

Output

{
"url": "https://www.youtube.com/watch?v=7gtc1DW2Tgo",
"markdown": "# YouTube Video Title\n\nVideo description and content converted to markdown...",
"status": "success",
"error": null
}
{
"url": "https://github.com/Puliczek/CVE-2022-0337-PoC-Google-Chrome-Microsoft-Edge-Opera",
"markdown": "CVE-2022-0337 PoC\n\nRepository content in markdown format...",
"status": "success",
"error": null
}

On this page

Share Actor: