Skills
在 Duaer 里检索论文
在 Duaer 里检索已发表论文。一次成功查询用 1 额度。
能拿到什么
每篇论文有标题、链接和摘要。可按词语、标题、摘要、作者、年份、类型、开放获取、被引次数、语言、DOI、期刊、机构或主题检索。
密钥
调用前先获取 Duaer 密钥.
调用技能
下面这段是给智能体复制的英文技能,和数据市场里的复制内容相同。
---
name: duaer-papers
description: >-
Search published papers through Duaer. One successful search uses 1 Duaer credit.
---
# Duaer papers
Search published papers through Duaer. One successful search uses 1 Duaer credit.
## Call
`GET https://api.duaer.com/v1/data/papers?title=lithium&author=Zhang&yearFrom=2020&yearTo=2024&limit=10`
Header: `Authorization: Bearer <Duaer key>`
Use an account key or a model API key.
Get a Duaer key: https://skills.duaer.com/keys.md
- `q` — words in the title, abstract, or full text.
- `title` — words in the title.
- `abstract` — words in the abstract.
- `author` — author name.
- `yearFrom`, `yearTo` — publication year. Leave a year out, or send `0`, for any year. A set year is from 1000 to 2100.
- `type` — work type, such as `article`, `preprint`, or `review`.
- `openAccess` — `yes` or `no`.
- `citationsFrom`, `citationsTo` — citation count. `0` means no bound.
- `language` — code such as `en` or `zh`.
- `doi` — digital object identifier.
- `journal`, `institution`, `topic` — names. Duaer uses the closest match.
- `sort` — `citations` orders by most cited. Omit it for relevance.
- `limit` — optional. From 1 to 20. Default 10.
## Result
Each item includes `source`, `title`, `url`, and `summary`, plus the fields named on this skill.
## Credits
One successful search uses 1 credit.
An empty search, a failed search, a compound that matches nothing, or no remaining credits uses 0.
No remaining credits returns 402 and does not search.
A missing key returns 401.