Skip to main content
Glama

ReviewWebsite MCP Server

extract_data

Extract structured JSON data from web pages using AI, guided by custom instructions and JSON templates. Integrates with ReviewWebsite API for precise data retrieval and formatting.

Instructions

Extract structured data (JSON) from a web page URL using AI via ReviewWeb.site API.

Input Schema

NameRequiredDescriptionDefault
api_keyNoYour ReviewWebsite API key
debugNoEnable debug mode for detailed logging
delayAfterLoadNoOptional delay after page load in milliseconds
instructionsYesInstructions for the AI on what data to extract
jsonTemplateYesJSON template for structuring the extracted data
modelNoAI model to use for extraction
recursiveNoIf true, recursively scrape all internal URLs and extract data from each
systemPromptNoOptional system prompt to guide the AI
urlYesThe URL to extract data from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "api_key": { "description": "Your ReviewWebsite API key", "type": "string" }, "debug": { "description": "Enable debug mode for detailed logging", "type": "boolean" }, "delayAfterLoad": { "description": "Optional delay after page load in milliseconds", "type": "number" }, "instructions": { "description": "Instructions for the AI on what data to extract", "type": "string" }, "jsonTemplate": { "description": "JSON template for structuring the extracted data", "type": "string" }, "model": { "description": "AI model to use for extraction", "type": "string" }, "recursive": { "description": "If true, recursively scrape all internal URLs and extract data from each", "type": "boolean" }, "systemPrompt": { "description": "Optional system prompt to guide the AI", "type": "string" }, "url": { "description": "The URL to extract data from", "type": "string" } }, "required": [ "url", "instructions", "jsonTemplate" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrgoonie/reviewwebsite-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server