URL to Clean Markdown avatar

URL to Clean Markdown

Pricing

$0.002 / actor start

Go to Apify Store
URL to Clean Markdown

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

Bruno Finger

Maintained by Community

Actor 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

FieldTypeRequiredDefaultDescription
urlstringyesThe URL of the webpage to extract markdown from.

Output

Each dataset item contains:

  • url — the input URL
  • title — extracted page title
  • content — clean Markdown content (up to 500KB)
  • charCount — character count of extracted content
  • error — error message (only present on failure)
  • warning — warning message (e.g., no extractable content found)

Usage

{
"url": "https://en.wikipedia.org/wiki/Web_scraping"
}