Url Markdown Rental avatar
Url Markdown Rental

Pricing

$16.00/month + usage

Go to Apify Store
Url Markdown Rental

Url Markdown Rental

Developed by

Maged

Maged

Maintained by Community

easy - simple - fast

5.0 (1)

Pricing

$16.00/month + usage

0

1

1

Last modified

2 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: