ReviewWebsite MCP Server

MIT License
27
2

scrape_url

Scrape web content from any URL using ReviewWebsite API, enabling data extraction, URL-to-markdown conversion, and web content interaction for AI-powered tasks.

Instructions

Scrape a URL using ReviewWebsite API.

Input Schema

NameRequiredDescriptionDefault
api_keyNoYour ReviewWebsite API key
delayAfterLoadNoOptional delay after page load in milliseconds
urlYesThe URL to scrape

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "api_key": { "description": "Your ReviewWebsite API key", "type": "string" }, "delayAfterLoad": { "description": "Optional delay after page load in milliseconds", "type": "number" }, "url": { "description": "The URL to scrape", "type": "string" } }, "required": [ "url" ], "type": "object" }
ID: hww6ztx29c