scrape_webpage
Extract raw webpage content without JavaScript execution using the FetchSERP MCP Server, enabling precise web scraping for SEO, data analysis, or keyword research tasks.
Instructions
Scrape a web page without JS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | The url to scrape |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "The url to scrape",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}