Website to Markdown for LLMs and RAG
Pricing
from $5.00 / 1,000 extracted pages
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
a day ago
Last modified
Categories
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:
| Field | Description |
|---|---|
url | Original webpage URL |
title | Extracted page title |
content | Main page content as clean markdown |
wordCount | Approximate word count |
language | Detected page language, when available |
publishDate | Published 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.