mcp-omnisearch

by spences10
Verified
MIT License
74
34
  • Linux

firecrawl_actions_process

Process dynamic content from JavaScript-heavy sites and single-page applications by enabling page interactions like clicking, scrolling, or form filling before extraction. Ideal for accessing content requiring user navigation.

Instructions

Support for page interactions (clicking, scrolling, etc.) before extraction for dynamic content using Firecrawl. Enables extraction from JavaScript-heavy sites, single-page applications, and content behind user interactions. Best for accessing content that requires navigation, form filling, or other interactions.

Input Schema

NameRequiredDescriptionDefault
extract_depthNoThe depth of the extraction process. "advanced" retrieves more data but costs more credits.basic
urlYes

Input Schema (JSON Schema)

{ "properties": { "extract_depth": { "default": "basic", "description": "The depth of the extraction process. \"advanced\" retrieves more data but costs more credits.", "enum": [ "basic", "advanced" ], "type": "string" }, "url": { "oneOf": [ { "description": "Single URL to process", "type": "string" }, { "description": "Multiple URLs to process", "items": { "type": "string" }, "type": "array" } ] } }, "required": [ "url" ], "type": "object" }
ID: gz5wgmptd8