---
id: gh-firecrawl-deep-research
name: "firecrawl-deep-research"
url: https://skills.yangsir.net/skill/gh-firecrawl-deep-research
author: firecrawl
domain: science
tags: ["research", "web-scraping", "data-synthesis", "information-retrieval", "report-generation"]
install_count: 3300
rating: 4.40 (120 reviews)
github: https://github.com/firecrawl/firecrawl-workflows/tree/main/skills/firecrawl-deep-research
---

# firecrawl-deep-research

> 利用 Firecrawl 进行多源深度研究，综合网络证据，生成带来源的简报，回答技术或市场问题，提供全面洞察。

**Stats**: 3,300 installs · 4.4/5 (120 reviews)

## Before / After 对比

### 深度研究报告生成效率

**Before**:

手动进行多源深度研究，需要耗费大量时间搜索、阅读、筛选和整合信息，报告生成周期长，且容易遗漏关键信息。

**After**:

自动利用 Firecrawl 进行多源数据抓取和智能分析，快速生成结构化、带来源的深度研究报告，大幅缩短研究周期。

| Metric | Before | After | Change |
|---|---|---|---|
| 研究报告生成时间 | 480分钟 | 60分钟 | -87% |

## Readme

# Firecrawl Deep Research

Use this when the user wants a sourced research report, not raw search results.

## Onboarding Interview

Infer the topic, depth, and output format from context. If the topic is clear, proceed immediately.

Ask at most 1-3 concise questions only if blocked, such as the research topic, required depth, or a critical angle/source constraint.

## Firecrawl Collection Plan

Use Firecrawl search and scrape through the CLI or equivalent tool surface.

- Quick: search 3-5 queries and scrape 5-10 high-quality sources.
- Thorough: search 5-10 queries from different angles and scrape 15-25 sources.
- Exhaustive: search 10+ queries and scrape 25+ sources, including primary sources, research papers, expert views, and contrarian sources.

Avoid re-scraping URLs already returned with full content from a search-with-scrape result.

## Parallel Work

If appropriate, use sub-agents or equivalent parallel task runners by research angle:

- overview and definitions
- technical or implementation details
- market and industry context
- contrarian views, risks, and limitations
- primary sources and official docs

Each researcher should return claims, source URLs, source quality notes, and uncertainty.

## Final Deliverable

Default structure:

```markdown
# Deep Research: [Topic]

## Executive Summary
[2-3 paragraphs]

## Key Findings
[Numbered findings with source links]

## Detailed Analysis
[Themes, evidence, and synthesis]

## Contrarian Views And Risks
[Counterarguments, limitations, failure modes]

## Open Questions
[What remains uncertain]

## Sources
[Every URL used with a one-line note]

## Rerun Inputs
workflow: firecrawl-deep-research
topic: [topic]
depth: [quick/thorough/exhaustive]
output: [markdown/json/brief]
```

## Quality Bar

- Cite sources for factual claims.
- Prefer primary sources when available.
- Flag uncertainty and conflicting evidence.
- Synthesize instead of listing scrape summaries.


---
*Source: https://skills.yangsir.net/skill/gh-firecrawl-deep-research*
*Markdown mirror: https://skills.yangsir.net/api/skill/gh-firecrawl-deep-research/markdown*