You're viewing a demo portfolio

Join the waitlist
PRSM

batch_scrape

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Anybrowse

https://github.com/kc23go/anybrowse

2/7 registries
View full server →
batch_scrape — Anybrowse — PRSM MCP