MCP Server Firecrawl

search_content

Retrieve targeted content from websites using specific queries, languages, and locations with customizable output formats and result limits via the Firecrawl API.

Instructions

Search content using Firecrawl API

Input Schema

NameRequiredDescriptionDefault
countryNoCountry codeus
langNoLanguage codeen
limitNoMaximum number of results
locationNoLocation parameter
queryYesSearch query
scrapeOptionsNo
timeoutNoRequest timeout in milliseconds

Input Schema (JSON Schema)

{ "properties": { "country": { "default": "us", "description": "Country code", "type": "string" }, "lang": { "default": "en", "description": "Language code", "type": "string" }, "limit": { "description": "Maximum number of results", "maximum": 100, "minimum": 1, "type": "number" }, "location": { "description": "Location parameter", "type": "string" }, "query": { "description": "Search query", "type": "string" }, "scrapeOptions": { "properties": { "formats": { "description": "Output formats", "items": { "enum": [ "markdown" ], "type": "string" }, "type": "array" } }, "type": "object" }, "timeout": { "default": 60000, "description": "Request timeout in milliseconds", "type": "number" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Firecrawl

Related Tools

ID: th4nzh22ea