Webpage to Markdown Converter
DeprecatedPricing
Pay per usage
Go to Apify Store
Webpage to Markdown Converter
DeprecatedWebpage to Markdown converter - extract clean markdown from any URL
Converts any webpage to clean Markdown. Strips scripts, navigation, and ads. Perfect for AI training data and content analysis.
Features
- Strips scripts, styles, nav, footer, header, aside elements
- Extracts main content (article/body)
- Converts HTML to clean Markdown
- Configurable content length limit
- Optional image inclusion
Input
| Field | Type | Description |
|---|---|---|
| url | String | Webpage URL to convert (required) |
| includeImages | Boolean | Include image markdown (default: false) |
| maxLength | Integer | Max characters (default: 50000, max: 200000) |
Output
Each dataset item contains:
url- Source URLtitle- Page titlecontent- Clean Markdown contentcontentLength- Character countdomain- Source domain
Use Cases
- AI training data preparation
- Content analysis and research
- Web scraping for LLM context
- Article summarization