Back to skills

firecrawl-search

workflows

Runs web searches and returns results as JSON, with an option to fetch full page content from each result in the same call. Covers web, news, and image sources with filters for recency, category, coun

Setup & Installation

npx skills add https://github.com/firecrawl/firecrawl-search --skill firecrawl-search
or paste the link and ask your coding assistant to install it
https://github.com/firecrawl/firecrawl-search
View on GitHub

What This Skill Does

Runs web searches and returns results as JSON, with an option to fetch full page content from each result in the same call. Covers web, news, and image sources with filters for recency, category, country, and more. Combining search and full-page scraping in one command avoids a second round-trip and saves API credits compared to searching then scraping each URL separately.

When to use it

  • Working with firecrawl search functionality
  • Implementing firecrawl search features
  • Debugging firecrawl search related issues