Skip to main content
Glama

DataForSEO MCP Server

Apache 2.0
627

on_page_content_parsing

Extract structured content from any specified webpage, including link URLs, anchors, headings, and textual data, with options for JavaScript rendering and custom headers.

Instructions

This endpoint allows parsing the content on any page you specify and will return the structured content of the target page, including link URLs, anchors, headings, and textual content.

Input Schema

NameRequiredDescriptionDefault
accept_languageNoAccept-Language header value
custom_jsNoCustom JavaScript code to execute
custom_user_agentNoCustom User-Agent header
enable_javascriptNoEnable JavaScript rendering
urlYesURL of the page to parse

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accept_language": { "description": "Accept-Language header value", "type": "string" }, "custom_js": { "description": "Custom JavaScript code to execute", "type": "string" }, "custom_user_agent": { "description": "Custom User-Agent header", "type": "string" }, "enable_javascript": { "description": "Enable JavaScript rendering", "type": "boolean" }, "url": { "description": "URL of the page to parse", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from DataForSEO 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/ravinwebsurgeon/seo-mcp'

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