firecrawl-search

Search the web via Firecrawl and extract full-page markdown into JSON results.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/daanteijema-beep/ai-gids-platform --skill firecrawl-search-daanteijema-beep
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: firecrawl-search
Source: https://github.com/daanteijema-beep/ai-gids-platform/tree/main/.agents/skills/firecrawl-search
Command: npx skills add https://github.com/daanteijema-beep/ai-gids-platform --skill firecrawl-search-daanteijema-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly find relevant web sources and get usable full-page content when search-result snippets are insufficient.

Core Features & Use Cases

  • Web search with full page extraction: Find articles, research topics, and discover sources, optionally scraping complete page markdown instead of returning only snippets.
  • Structured JSON results for downstream processing: Produces machine-readable output suitable for mapping, crawling, or answering questions based on real sources.
  • Use Case: You need credible background material for a topic, so you search the web, scrape the top results for full content, and then use that content to synthesize an evidence-based answer.

Quick Start

Run a web search for your query and output JSON results with scraped full-page markdown content to a file.

Frequently Asked Questions about firecrawl-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract full page content from web search results instead of just snippets?▼

Web search and content extraction tools retrieve relevant web pages for a query and optionally scrape complete page markdown, providing machine-readable results for analysis when search-result snippets are insufficient.

What is the best way to find credible web sources and get structured JSON output for downstream processing?▼

Structured JSON output from web scraping tools produces machine-readable data suitable for mapping, crawling, or answering questions based on real sources discovered during a web search.

How does web scraping work for discovering news articles and research topics?▼

Web scraping for news discovery performs a web search to find relevant articles and research topics, then optionally scrapes the top results to extract full-page content into machine-readable markdown.

Can I use scraped web content to synthesize evidence-based answers for background research?▼

Yes, you can search the web, scrape the top results for full content, and then use that extracted content to synthesize evidence-based answers for credible background material on a topic.

Does web scraping and content extraction require a known URL to start?▼

No, web scraping and content extraction can be applied to source identification when a URL is not yet known, performing a web search first to discover relevant pages before scraping full content.