Webpage to Markdown Converter
Under maintenancePricing
Pay per usage
Go to Apify Store
Webpage to Markdown Converter
Under maintenanceConvert any webpage to clean markdown. Extracts main content, removes clutter, and outputs structured markdown for LLM ingestion, RAG pipelines, and content analysis.
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