Skip to main content
Glama

ScrapeGraph MCP Server

Official

smartcrawler_fetch_results

Retrieve structured or markdown data from completed web scraping operations by specifying a request ID, enabling efficient extraction and analysis of crawled content.

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" }
Install Server

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