Webpage to Markdown Converter avatar

Webpage to Markdown Converter

Deprecated

Pricing

Pay per usage

Go to Apify Store
Webpage to Markdown Converter

Webpage to Markdown Converter

Deprecated

Webpage to Markdown converter - extract clean markdown from any URL

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Rey-An

Rey-An

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Categories

Share

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

FieldTypeDescription
urlStringWebpage URL to convert (required)
includeImagesBooleanInclude image markdown (default: false)
maxLengthIntegerMax characters (default: 50000, max: 200000)

Output

Each dataset item contains:

  • url - Source URL
  • title - Page title
  • content - Clean Markdown content
  • contentLength - Character count
  • domain - Source domain

Use Cases

  • AI training data preparation
  • Content analysis and research
  • Web scraping for LLM context
  • Article summarization