batch_scrape
ActiveTool of Anybrowse
declared in 1.0.0
Scrape multiple URLs at once (up to 10) and get all results as markdown. More efficient than calling scrape() in a loop.
Parameters schema
{
"type": "object",
"required": [
"urls"
],
"properties": {
"urls": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of URLs to scrape (max 10)"
},
"context": {
"type": "string",
"description": "Optional: what you're trying to accomplish"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Anybrowse
https://github.com/kc23go/anybrowse
2/7 registries