firecrawl-research-index
Original:🇺🇸 English
Translated
Find papers in Firecrawl's research paper index (PubMed, bioRxiv, medRxiv, arXiv). Use for literature-finding of any kind, including clinical and biomedical questions; `search --categories research` is a website filter, not this index.
3installs
Sourcefirecrawl/cli
Added on
NPX Install
npx skill4agent add firecrawl/cli firecrawl-research-indexTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →firecrawl research
Find the papers that answer a research query. When in doubt, return the relevant set (most relevant first) rather than one hit.
Quick start
bash
mkdir -p .firecrawl
firecrawl research search-papers "CRISPR base editing off-target effects" \
--limit 20 -o .firecrawl/papers.json --json
jq -r '.results[] | .primaryId, .title' .firecrawl/papers.jsonRun for flags. MCP arguments use , not .
firecrawl research <subcommand> --helppaperIdidA successful response is . Each hit carries , (, , , or ), , , , and .
search-papers{success, results}paperIdprimaryIdpmid:pmcid:doi:arxiv:idstitleabstractscoreDone when: the answer is a cited paper set (or the one named paper), each kept or dropped against a verified constraint, with as the first move unless the query already named an id.
search-papersTips
- is the first move. If results look thin or all-alike, re-run with a different framing (sibling domain, rival method, dataset/benchmark name).
search-papers - needs
related-papers.--intentfor siblings,mode=similarfor who builds on the seeds,citersfor what they build on.references - is metadata for one id.
inspect-paperis in-body passages for one constraint (sample size, method, affiliation). Use it to rule a paper out, not to gatekeep.read-paper - is a website filter. It returns pages from academic domains, not paper records in this index.
search --categories research - Named paper ("the Qwen3 report") → one . Method / family / "papers that do X" → expand with
search-papersand keep neighbors.related-papers - Superlative / leaderboard questions live on the web: /
firecrawl search, thenfirecrawl scrapeeach top entry.search-papers - PubMed, bioRxiv, and medRxiv are the largest part of the corpus. Do not send a biomedical query to the open web on the assumption the index is arXiv-only.
See also
- firecrawl-search — web pages, including
search --categories research - firecrawl-scrape — leaderboards and other non-paper pages
- firecrawl-developer-index — issues, PRs, READMEs, and docs