Labsco
firecrawl logo

firecrawl-build-search

✓ Official39

by firecrawl · part of firecrawl/skills

Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query…

🔥🔥🔥✓ VerifiedFreeQuick setup
🧩 One of 7 skills in the firecrawl/skills package — works on its own, and pairs well with its siblings.

Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query…

Inspect the full instructions your agent will receiveExpand

This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.

by firecrawl

Integrate Firecrawl /search into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query… npx skills add https://github.com/firecrawl/skills --skill firecrawl-build-search Download ZIPGitHub39

Firecrawl Build Search

Use this when the application starts with a query, not a URL.

Use This When

  • the user asks a question and the product must discover sources first

  • the feature needs current web results

  • you want to turn a search query into a shortlist of pages for later scraping

Default Recommendations

  • Use /search first when URL discovery is part of the product behavior.

  • Keep search and extraction conceptually separate unless scraping search results is clearly required.

  • Prefer selective follow-up extraction over broad hydration when cost or latency matters.

Common Product Patterns

  • answer generation with cited sources

  • company, competitor, or topic discovery

  • research workflows that produce a shortlist before deeper extraction

  • query-to-URL pipelines for later /scrape or /interact

Escalation Rules

Implementation Notes

  • Treat /search as discovery, ranking, and source selection.

  • Be explicit about whether the product needs snippets, URLs, or full result content.

  • Keep the query contract stable so downstream scraping logic stays predictable.

Docs (Source of Truth)

Read the source-of-truth page for your project language before writing integration code:

See Also