firecrawl-build-search

Integrate Firecrawl's search endpoint into workflows for pre-extraction discovery.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/ironkid90/lucky5-v8 --skill firecrawl-build-search-ironkid90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-build-search
Source: https://github.com/ironkid90/lucky5-v8/tree/main/plugins/skills/firecrawl-build-search
Command: npx skills add https://github.com/ironkid90/lucky5-v8 --skill firecrawl-build-search-ironkid90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firecrawl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit solves the challenge of integrating Firecrawl's /search endpoint into product code and agent workflows, allowing for effective discovery before extraction and handling search queries efficiently.

Core Features & Use Cases

  • Query-Driven Discovery: Enables product features that begin with a search query, not a URL.
  • Current Web Results: Provides access to the latest web content to support decision-making.
  • Selective Extraction: Offers the option to search and optionally hydrate result content, allowing for tailored scraping.

Quick Start

To initiate a search and retrieve results, execute the following command: search_for 'example query'.

Frequently Asked Questions about firecrawl-build-search

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

FAQPage Schema
How do I use Firecrawl search for web scraping discovery before extraction?

You can use Firecrawl search to query the web for relevant URLs before scraping. This pre-extraction discovery approach allows you to find sources dynamically and optionally hydrate the result content for selective extraction.

Can I use a self-hosted Firecrawl base URL with this search endpoint integration?

Yes, you can use a self-hosted Firecrawl base URL. The integration supports an optional base URL parameter alongside the required API key, allowing you to route search queries to your own deployment instead of the default service.

What's the best way to build a query-to-URL pipeline for content selection?

The best way to build a query-to-URL pipeline is to integrate the Firecrawl search endpoint to retrieve current web results based on a query. You can then use those discovered URLs to selectively scrape and hydrate the specific content you need.

Do I need an API key to perform web searches with Firecrawl?

Yes, an API key is required to perform web searches with Firecrawl. The integration necessitates this key for authenticating requests to the search endpoint, whether you are using the default cloud service or a self-hosted deployment.

Does Firecrawl search provide access to the latest web content for decision-making?

Yes, Firecrawl search provides access to current web results. This ensures that your query-driven discovery and pre-extraction workflows are based on the latest available web content, supporting accurate and timely decision-making.