one_extract
Extract structured data from web pages using LLMs. Configure prompts, schemas, and extraction parameters to retrieve targeted information from URLs or web searches via the OneSearch MCP Server.
Instructions
Extract structured information from web pages using LLM. Supports both cloud AI and self-hosted LLM extraction.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allowExternalLinks | No | Allow extraction from external links | |
enableWebSearch | No | Enable web search for additional context | |
includeSubdomains | No | Include subdomains in extraction | |
prompt | No | Prompt for the LLM extraction | |
schema | No | JSON schema for structured data extraction | |
systemPrompt | No | System prompt for LLM extraction | |
urls | Yes | List of URLs to extract information from |