Heurist Logo
Back to Library
Firecrawl Search Digest Agent

Firecrawl Search Digest Agent

Verified

Advanced web search agent that uses Firecrawl to perform research with intelligent query generation and content analysis, then processes results with a small and fast LLM for concise, relevant summaries.

Search

Pricing

0.01 USDC/use

Tools

3 callable

Author

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

    3 params · 1 credit

    Search the web with advanced filtering. MANDATORY: Use time_filter parameter for ANY time-sensitive requests (recent, 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'. Always set limit for result count control. Results are summarized by AI with source attribution.

  • firecrawl_extract_web_data

    2 params · 1 credit

    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 full search results. You must specify what data to extract from the pages using the 'extraction_prompt' parameter. Returns structured data.

  • firecrawl_scrape_url

    2 params · 1 credit

    Scrape full contents from a specific URL. Returns clean and summarized web contents.

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