🧹
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
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | URL to fetch. |
| format | string | No | markdown | json | text. |
| render | boolean | No | Execute JS before extraction. |