Website Content Crawler & Markdown Extractor
Pricing
from $4.00 / 1,000 results
Go to Apify Store
Website Content Crawler & Markdown Extractor
Crawls a website and extracts clean, boilerplate-free text/Markdown from every page -- ready for RAG pipelines, LLM context, or content research. Respects robots.txt.
Pricing
from $4.00 / 1,000 results
Rating
0.0
(0)
Developer
victor
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Crawl a website and get back clean, boilerplate-free text or Markdown from every page — ready to feed into a RAG pipeline, an LLM's context window, or a content audit. No API key needed.
Features
- Website to Markdown converter — strips nav, footers, ads and cookie banners, keeps the actual content
- RAG data extraction — the exact clean-text format retrieval pipelines and LLM ingestion need, no HTML noise
- Respects robots.txt — checked per URL before fetching, not an afterthought
- Same-domain crawling with configurable depth and page limits, so you can't accidentally crawl the entire internet from one start URL
- Works on any public website — no login, no API key, no per-platform setup
Input
{"startUrls": ["https://example.com/"],"maxPagesPerDomain": 20,"maxDepth": 2,"outputFormat": "markdown"}
Output
{"url": "https://example.com/blog/post-1","title": "Post title","content": "# Post title\n\nClean article text in Markdown...","wordCount": 842,"depth": 1}
Who this is for
- Teams building a RAG knowledge base from their own docs or a client's website
- Anyone feeding a website into an LLM's context and tired of copy-pasting HTML cruft
- Content researchers and competitive analysts who need many pages of a site as clean text, fast
Pricing
Pay per use — no subscription:
- $0.01 per run
- $0.004 per page crawled