Skip to main content
Glama

ReviewWebsite MCP Server

extract_links

Extract web, image, or file links from a webpage URL using ReviewWebsite API. Specify link type, max links, delay, and get HTTP status codes or auto-scrape internal links for detailed data extraction.

Instructions

Extract all links from a HTML content of web page URL using ReviewWeb.site API.

Input Schema

NameRequiredDescriptionDefault
api_keyNoYour ReviewWebsite API key
autoScrapeInternalLinksNoWhether to automatically scrape internal links
debugNoWhether to enable debug mode
delayAfterLoadNoDelay in milliseconds after page load before extracting links
getStatusCodeNoWhether to get HTTP status codes for each link
maxLinksNoMaximum number of links to return
typeNoType of links to extract
urlYesThe target URL to extract links 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" }, "autoScrapeInternalLinks": { "description": "Whether to automatically scrape internal links", "type": "boolean" }, "debug": { "description": "Whether to enable debug mode", "type": "boolean" }, "delayAfterLoad": { "description": "Delay in milliseconds after page load before extracting links", "type": "number" }, "getStatusCode": { "description": "Whether to get HTTP status codes for each link", "type": "boolean" }, "maxLinks": { "description": "Maximum number of links to return", "type": "number" }, "type": { "description": "Type of links to extract", "enum": [ "web", "image", "file", "all" ], "type": "string" }, "url": { "description": "The target URL to extract links from", "type": "string" } }, "required": [ "url" ], "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