Skip to main content
Glama
crawl4ai-extract-handler.ts593 B
/** * Crawl4AI Extract Handler * * Handler for the extract tool that extracts structured information from web pages */ import { createHandler, createArrayValidator } from '../utils/handler-factory'; /** * Handler for extracting structured data */ export const handleCrawl4aiExtract = createHandler('extract', { validateParams: createArrayValidator('urls', 'URLs are required and must be an array'), emptyResponseMessage: () => `No data could be extracted from the provided URLs.`, errorContext: () => `Error extracting data from URLs`, }); export default handleCrawl4aiExtract;

Latest Blog Posts

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/BjornMelin/crawl4ai-mcp-server'

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