Website To Markdown avatar
Website To Markdown

Pricing

$3.00 / 1,000 results

Go to Apify Store
Website To Markdown

Website To Markdown

Convert any webpage to clean, readable Markdown format. Perfect for content extraction and readability.

Pricing

$3.00 / 1,000 results

Rating

0.0

(0)

Developer

Hmza

Hmza

Maintained by Community

Actor stats

2

Bookmarked

35

Total users

9

Monthly active users

12 days

Issues response

4 months ago

Last modified

Categories

Share

Website to Markdown Converter

Convert any webpage into clean, readable Markdown format. This simple Apify actor takes a URL and provides well-formatted Markdown content with smart content detection and cleaning.

Features

  • One-click conversion - Just provide a URL, get Markdown
  • Smart content detection - Automatically finds the main content area
  • Clean formatting - Removes ads, navigation, sidebars and other non-content elements
  • Preservation of links - Links are properly formatted in Markdown syntax
  • Default proxy handling - Uses Apify's proxy system automatically

Input

The actor accepts a single parameter:

{
"url": "https://example.com"
}

Output

The actor returns a JSON object with:

{
"url": "https://example.com",
"title": "Example page title",
"content": "# Main Heading\n\nThis is the markdown content..."
}

Use cases

  • Extract article content for reading or archiving
  • Import blog content into a Markdown-based CMS
  • Create clean documentation from web pages
  • Extract content for AI training or analysis
  • Create accessible, readable versions of complex web pages