Skip to main content
Glama

Browserless MCP Server

get_content

Extract fully rendered HTML content from webpages. Specify a URL and optional parameters like waitForSelector or waitForFunction to ensure accurate content retrieval for automation or web scraping tasks.

Instructions

Extract rendered HTML content from a webpage

Input Schema

NameRequiredDescriptionDefault
urlYes
waitForFunctionNo
waitForSelectorNo

Input Schema (JSON Schema)

{ "properties": { "url": { "type": "string" }, "waitForFunction": { "properties": { "fn": { "type": "string" }, "timeout": { "type": "number" } }, "type": "object" }, "waitForSelector": { "properties": { "selector": { "type": "string" }, "timeout": { "type": "number" } }, "type": "object" } }, "required": [ "url" ], "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/Lizzard-Solutions/browserless-mcp'

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