URL to Clean Markdown
Pricing
$0.002 / actor start
Go to Apify Store
URL to Clean Markdown
Extract clean, readable Markdown content from any URL. Strips ads, navigation, and clutter. Perfect for feeding web content into AI agents, RAG pipelines, or LLM training data.
Pricing
$0.002 / actor start
Rating
0.0
(0)
Developer
Bruno Finger
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Fetches a URL and extracts clean, readable Markdown content using trafilatura. Strips ads, navigation, and clutter — ideal for feeding web content into AI agents, RAG pipelines, or LLM training data.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | yes | — | The URL of the webpage to extract markdown from. |
Output
Each dataset item contains:
url— the input URLtitle— extracted page titlecontent— clean Markdown content (up to 500KB)charCount— character count of extracted contenterror— error message (only present on failure)warning— warning message (e.g., no extractable content found)
Usage
{"url": "https://en.wikipedia.org/wiki/Web_scraping"}