GET
firecrawl_research_papers_search.py
from charter.packs import firecrawl
result = await firecrawl.research_papers_search.ainvoke({"query": ...})
Query parameters
| Field | Type | Description |
|---|---|---|
query * | string | Natural-language paper search query. min length 1 |
k | integer | Maximum number of ranked papers to return. The server applies 40 when this is absent. ≥ 1; ≤ 500 |
authors | string | Author substring filter. Repeat or pass a comma-separated value. |
categories | string | Paper category filter. Repeat or pass a comma-separated value. |
to | string | Inclusive upper bound on created/updated date. |
Body
| Field | Type | Description |
|---|---|---|
from | string | Inclusive lower bound on created/updated date. |