AgisHub
🧹

Web Scraper

Turn any URL into clean Markdown

🌐 Web & SearchAPIMCPSDK

Overview

Fetch and render any page — including JavaScript-heavy sites — and return clean, token-efficient Markdown or structured JSON. Built for RAG ingestion and browsing agents.

Call it from any agent

curl https://api.agishub.com/v1/tools/scrape \
  -H "Authorization: Bearer $AGISHUB_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "url": "https://example.com", "format": "markdown" }'

Parameters

NameTypeRequiredDescription
urlstringYesURL to fetch.
formatstringNomarkdown | json | text.
renderbooleanNoExecute JS before extraction.

Related tools