Website to Markdown for LLMs and RAG avatar

Website to Markdown for LLMs and RAG

Pricing

from $5.00 / 1,000 extracted pages

Go to Apify Store
Website to Markdown for LLMs and RAG

Website to Markdown for LLMs and RAG

Convert webpages into clean markdown for LLMs, RAG pipelines, AI datasets, archives, and content extraction. Simple pay-per-page pricing.

Pricing

from $5.00 / 1,000 extracted pages

Rating

0.0

(0)

Developer

Rodrigo Dias

Rodrigo Dias

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a day ago

Last modified

Share

Turn webpages into clean, LLM-ready markdown. Give the Actor one or more URLs and it extracts the main readable content while removing navigation, sidebars, cookie banners, ads, and layout noise.

Use it when raw HTML is too messy and a full website crawler is overkill.

What you can use it for

  • Build small RAG datasets from documentation pages, articles, blogs, and knowledge-base pages
  • Feed clean webpage content into LLM prompts, agents, or summarization pipelines
  • Archive articles as readable markdown instead of noisy HTML
  • Collect text content for AI datasets without writing a custom scraper
  • Convert pages to markdown from an API, scheduled run, webhook, or Apify integration

What data do you get?

Each extracted page is saved to the default dataset with:

FieldDescription
urlOriginal webpage URL
titleExtracted page title
contentMain page content as clean markdown
wordCountApproximate word count
languageDetected page language, when available
publishDatePublished timestamp, when available

Input

Add one or more URLs:

{
"urls": [
"https://en.wikipedia.org/wiki/Web_scraping",
"https://docs.apify.com/platform/actors"
]
}

Example use cases

Extract documentation for a chatbot

Run the Actor on documentation URLs, export the markdown, then index it in your vector database or RAG pipeline.

Save articles as markdown

Use it as a lightweight readability/API layer for articles, blogs, and newsletters.

Clean pages before sending them to an LLM

Instead of spending tokens on menus, cookie banners, recommendations, and layout text, send only the useful content.

Pricing

Pay per extracted page. No subscription, no monthly fee.

This Actor is intentionally simple: URL in, clean markdown out.