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 credits2
extract_content
2 creditsEstimated 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