Skip to main content
Glama

ScrapeGraph MCP Server

Official

smartcrawler_fetch_results

Retrieve crawled data and metadata from a SmartCrawler operation by providing the request ID. Returns structured extraction or markdown content for processed pages.

Instructions

Fetch the results of a SmartCrawler operation. Args: request_id: The request ID returned by smartcrawler_initiate Returns: Dictionary containing the crawled data (structured extraction or markdown) and metadata about processed pages

Input Schema

NameRequiredDescriptionDefault
request_idYes

Input Schema (JSON Schema)

{ "properties": { "request_id": { "title": "Request Id", "type": "string" } }, "required": [ "request_id" ], "title": "smartcrawler_fetch_resultsArguments", "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