Skip to main content
Glama

ScrapeGraph MCP Server

Official

smartscraper

Extract structured data from webpages using AI by specifying user prompts and URLs. Ideal for automating data retrieval and transforming web content into markdown or processed formats.

Instructions

Extract structured data from a webpage using AI.

Args:
    user_prompt: Instructions for what data to extract
    website_url: URL of the webpage to scrape
    number_of_scrolls: Number of infinite scrolls to perform (optional)
    markdown_only: Whether to return only markdown content without AI processing (optional)

Returns:
    Dictionary containing the extracted data or markdown content

Input Schema

NameRequiredDescriptionDefault
markdown_onlyNo
number_of_scrollsNo
user_promptYes
website_urlYes

Input Schema (JSON Schema)

{ "properties": { "markdown_only": { "default": null, "title": "Markdown Only", "type": "boolean" }, "number_of_scrolls": { "default": null, "title": "Number Of Scrolls", "type": "integer" }, "user_prompt": { "title": "User Prompt", "type": "string" }, "website_url": { "title": "Website Url", "type": "string" } }, "required": [ "user_prompt", "website_url" ], "title": "smartscraperArguments", "type": "object" }

Other Tools from ScrapeGraph 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/ScrapeGraphAI/scrapegraph-mcp'

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