Skip to main content
Glama

FetchSERP MCP Server

Official
by fetchSERP

scrape_webpage_js_proxy

Extract data from web pages by executing JavaScript and using proxies, tailored for specific countries, to enhance web scraping accuracy and functionality.

Instructions

Scrape a web page with JS and proxy

Input Schema

NameRequiredDescriptionDefault
countryYesThe country to use for the proxy
js_scriptYesThe javascript code to execute on the page
urlYesThe url to scrape

Input Schema (JSON Schema)

{ "properties": { "country": { "description": "The country to use for the proxy", "type": "string" }, "js_script": { "description": "The javascript code to execute on the page", "type": "string" }, "url": { "description": "The url to scrape", "type": "string" } }, "required": [ "url", "country", "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