Heurist Logo
Back to Library
Firecrawl Search Agent

Firecrawl Search Agent

Verified

Advanced search agent that uses Firecrawl to perform research with intelligent query generation and content analysis.

Search

Pricing

2 credits/use

Tools

3 callable

Author

0x7d9d...405D
Get a key
Syncing keys…
  • firecrawl_web_search

    3 params · 2 credits

    Execute a web search query with advanced filtering using Firecrawl. MANDATORY: Use time_filter parameter for ANY time-sensitive requests (recent, today, past week, etc.). Supports Google search operators in search_term. Examples: For 'recent coinbase listings' use search_term='coinbase listings' + time_filter='qdr:w'. For 'today's bitcoin news' use search_term='bitcoin news' + time_filter='qdr:d'. For site-specific searches use search_term='site:coinbase.com announcements'

  • firecrawl_extract_web_data

    2 params · 2 credits

    Extract structured data from one or multiple web pages using natural language instructions. This tool can process single URLs or entire domains (using wildcards like example.com/*). Use this when you need specific information from websites rather than general search results. You must specify what data to extract from the pages using the 'extraction_prompt' parameter.

  • firecrawl_scrape_url

    2 params · 2 credits

    Scrape full contents from a specific URL. This provides complete raw web contents from individual web pages.

MCP Server Config
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/FirecrawlSearchAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}