Url Markdown avatar
Url Markdown
Deprecated

Pricing

Pay per event

Go to Apify Store
Url Markdown

Url Markdown

Deprecated

easy - simple - fast - https://apify.com/maged120/url-markdown-rental

Pricing

Pay per event

Rating

5.0

(1)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

2

Monthly active users

24 days ago

Last modified

Share

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
}