CrawlForge MCP
HomePlaygroundUse CasesIntegrationsPricingDocumentationBlog
  1. Home/
  2. Templates/
  3. AI Training Data Collector
AI & LLMIntermediate

AI Training Data Collector

Feed a known URL list through batch_scrape and turn the results into clean training text. Strips navigation and boilerplate so every document is ready for fine-tuning.

MCP Configuration

{
  "tools": [
    {
      "name": "batch_scrape",
      "params": {
        "urls": [
          "https://docs.example.com/page-1",
          "https://docs.example.com/page-2"
        ],
        "format": "markdown"
      }
    },
    {
      "name": "extract_content",
      "params": {
        "format": "text",
        "remove_navigation": true
      }
    }
  ]
}

How It Works

1
batch_scrape
5 credits
2
extract_content
2 credits

Estimated total: ~7 credits per run

Tags

AItraining-datamachine-learningdatasets

Ready to Use This Template?

Every new account gets 1,000 free credits. No credit card required.

Start Free with 1,000 Credits

Related Templates

AI & LLMIntermediate
Documentation Knowledge Base
Crawl documentation sites and build a structured knowledge base for AI-powered search. Outputs clean Markdown chunks ready for RAG and vector embedding.
crawl_deep (4 cr)extract_content (2 cr)summarize_content (4 cr)

Footer

CrawlForge MCP

Enterprise web scraping for AI Agents. 30 specialized MCP tools designed for modern developers building intelligent systems.

Product

  • Features
  • Playground
  • Pricing
  • Use Cases
  • Integrations
  • Alternatives
  • Changelog

Resources

  • Getting Started
  • API Reference
  • Templates
  • Guides
  • Blog
  • Glossary
  • FAQ
  • Sitemap

Developers

  • MCP Protocol
  • Claude Desktop
  • Cursor IDE
  • LangChain
  • LlamaIndex

Company

  • About
  • Contact
  • Privacy
  • Terms
  • Acceptable Use
  • Security
  • Cookies

Stay updated

Get the latest updates on new tools and features.

Built with Next.js and MCP protocol

© 2025-2026 CrawlForge. All rights reserved.