
Firecrawl by Mendable is a research tool that searches academic papers, reads relevant passages, finds related work, and explores associated GitHub repositories.
Literature review
Search paper abstracts with natural-language queries to find ranked papers by topic, method, or benchmark.
Paper verification
Read top full-text passages from a candidate paper to verify whether it contains a specific method, dataset, constraint, or result.
Related work discovery
Expand from one or more seed papers through semantic expansion to find related papers, citers, or references.
Implementation research
Search GitHub history and READMEs for implementation notes, bugs, and design discussions related to a paper.
Research agent integration
Give your agent access to the Research Index using the CLI or MCP, combined with the dedicated research skill.
Search papers
Query paper abstracts with natural language and get ranked results with canonical paperId, title, abstract, score, and optional filters like authors, categories, and date ranges.
Inspect a paper
Retrieve canonical paper metadata and source IDs using a paperId or source-specific primaryId.
Read paper passages
Add a query to the paper path to retrieve the top full-text passages that answer a specific question about the paper.
Find related papers
Expand from seed papers using semantic expansion and rank candidates against a natural-language intent, with modes like similar or co-.
Search GitHub
Search GitHub history and READMEs for implementation notes, bugs, and design discussions.
Research skill installation
Install the dedicated research skill with `npx skills add firecrawl/skills@firecrawl-research-index` for agent access.
No API key needed to start
Use the API without an API key for initial testing, or add an Authorization header for higher rate limits.
GET /search/research/papers) with a natural-language query to find papers. Inspect a specific paper with GET /search/research/papers/{id} using a canonical paperId or source-specific primaryId. To read relevant passages, add a query parameter to the same paper path. For related papers, use GET /search/research/papers/{id}/similar with an intent and mode. For GitHub searches, use GET /search/research/github. For agent integration, install the research skill via npx skills add firecrawl/skills@firecrawl-research-index and use the CLI or MCP.Firecrawl by Mendable is a research tool that searches academic papers, reads relevant passages, finds related work, and explores associated GitHub repositories.
Category:AI Search
Visit Link:https://docs.firecrawl.dev/features/research
Tags:academic research、paper search、GitHub integration、literature review、AI research tool