Skip to main content
Glama

FetchSERP MCP Server

Official
by fetchSERP

scrape_webpage_js

Extract data from webpages by executing custom JavaScript code for precise and dynamic scraping. Ideal for tailored data collection from complex or interactive sites.

Instructions

Scrape a web page with custom JS

Input Schema

NameRequiredDescriptionDefault
js_scriptYesThe javascript code to execute on the page
urlYesThe url to scrape

Input Schema (JSON Schema)

{ "properties": { "js_script": { "description": "The javascript code to execute on the page", "type": "string" }, "url": { "description": "The url to scrape", "type": "string" } }, "required": [ "url", "js_script" ], "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/fetchSERP/fetchserp-mcp-server-node'

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