Skip to main content
Glama

ReviewWebsite MCP Server

extract_data_multiple

Transform multiple web page URLs into structured JSON data using AI with the ReviewWebsite API. Define instructions, specify JSON templates, and extract precise data efficiently.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
api_keyNoYour ReviewWebsite API key
debugNoWhether to enable debug mode
delayAfterLoadNoOptional delay after page load in milliseconds
instructionsYesInstructions for the AI to extract data from the websites
jsonTemplateYesJSON schema template for the extracted data output
modelNoAI model to use for extraction
systemPromptNoSystem prompt for the AI
urlsYesList of URLs 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": "Whether to enable debug mode", "type": "boolean" }, "delayAfterLoad": { "description": "Optional delay after page load in milliseconds", "type": "number" }, "instructions": { "description": "Instructions for the AI to extract data from the websites", "type": "string" }, "jsonTemplate": { "description": "JSON schema template for the extracted data output", "type": "string" }, "model": { "description": "AI model to use for extraction", "type": "string" }, "systemPrompt": { "description": "System prompt for the AI", "type": "string" }, "urls": { "description": "List of URLs to extract data from", "items": { "type": "string" }, "type": "array" } }, "required": [ "urls", "instructions", "jsonTemplate" ], "type": "object" }

Other Tools from ReviewWebsite MCP Server

Related Tools

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