Skip to main content
Back to registry

firecrawl-search

firecrawl/cli

Web search with optional content scraping. Returns search results as JSON, optionally with full page content.

Installs2
Install command
npx skills add https://github.com/firecrawl/cli --skill firecrawl-search
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Web search with optional content scraping. Returns search results as JSON, optionally with full page content. - You don't have a specific URL yet - You need to find pages, answer questions, or discover sources - First step in the workflow escalation pattern : search → scrape → map → crawl → browser - --scrape fetches full content — don't re-scrape URLs from search results. This saves credits and avoids redundant fetches. - Always write results to .firecrawl/ with -o to avoid context window bloat. - Use jq to extract URLs or titles: jq -r '.data.web[].url' .firecrawl/search.json - Naming convention: .firecrawl/search-{query}.json or .firecrawl/search-{query}-scraped.json - firecrawl-scrape — scrape a specific URL - firecrawl-map — discover URLs within a site - firecrawl-crawl — bulk extract from a site

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does firecrawl-search do?

Web search with optional content scraping. Returns search results as JSON, optionally with full page content.

Is firecrawl-search good?

firecrawl-search does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does firecrawl-search work with?

firecrawl-search currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to firecrawl-search?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install firecrawl-search?

npx skills add https://github.com/firecrawl/cli --skill firecrawl-search

Related skills

More from firecrawl/cli

Related skills

Alternatives in Software Engineering