firecrawl-search

Search the web and extract page content as JSON or markdown.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/1thirteeng3/greenmoire --skill firecrawl-search-1thirteeng3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-search
Source: https://github.com/1thirteeng3/greenmoire/tree/main/integrations/firecrawl/cli/skills/firecrawl-search
Command: npx skills add https://github.com/1thirteeng3/greenmoire --skill firecrawl-search-1thirteeng3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web search with full page content extraction. Use this skill whenever the user asks to search the web, find articles, research a topic, look something up, find recent news, discover sources, or says "search for", "find me", "look up", "what are people saying about", or "find articles about". Returns real search results with optional full-page markdown — not just snippets. Provides capabilities beyond Claude's built-in WebSearch.

Core Features & Use Cases

  • Real search results with optional full-page content from results.
  • Supports time-based filters, source types, and output formats (JSON or Markdown).
  • Use case: quickly locate articles or research sources and capture full-page content when needed.

Quick Start

Search the web for your query and return real results with optional full-page content.

Frequently Asked Questions about firecrawl-search

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

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

Web scraping with full-page content extraction fetches real search results and optionally captures the complete page content as markdown. This goes beyond standard snippets by returning the full text from the source articles for downstream workflows.

Can I filter web search results by time or source type?

Yes, web search supports configurable options including time-based filters (tbs) and source types. You can apply these parameters to narrow down results to recent news or specific article categories before extracting page content.

What is the best way to return web scraping results in a structured format for automation?

Web scraping results can be output in either JSON or markdown format. JSON provides structured data with key details summarized for downstream automation workflows, while markdown preserves the readable full-page content layout.

Does this web search approach work for researching recent news and articles?

Web search with content extraction is designed for tasks requiring sources, articles, or recent information across topics. It identifies relevant web results and summarizes key details, making it suitable for research and news discovery.

How do I limit the number of search results returned during web scraping?

You can use the configurable limit option to control the number of web search results returned. This restricts the volume of fetched pages, allowing you to manage the scope of content extraction and processing.

What are the limitations of using web scraping for search results compared to built-in search?

Web scraping full-page content depends on the target websites allowing access and may encounter extraction limits on complex pages. It provides capabilities beyond built-in search by capturing full content, but page structure variations can affect output consistency.