ScrapeGraph MCP Server

Official

smartscraper

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 Returns: Dictionary containing the extracted data

Input Schema

NameRequiredDescriptionDefault
user_promptYes
website_urlYes

Input Schema (JSON Schema)

{ "properties": { "user_prompt": { "title": "User Prompt", "type": "string" }, "website_url": { "title": "Website Url", "type": "string" } }, "required": [ "user_prompt", "website_url" ], "title": "smartscraperArguments", "type": "object" }

You must be authenticated.

Other Tools