Duaer

入门

在 Duaer 里检索预印本

在 Duaer 里用 Duaer Data 检索 bioRxiv / medRxiv 预印本(Europe PMC)。一次成功查询 1 额度。本页含完整英文调用技能。

能拿到什么

Duaer 数据市场里的「预印本」检索 bioRxiv 与 medRxiv。一次成功查询 1 额度。

从节点创建器的 Duaer 数据分类 选「预印本」,或打开 数据市场 复制技能。正式发表论文见 论文。

在画布里检索

  1. 打开节点创建器,点「Duaer 数据」,再选「预印本」。
  2. 用 Words 即可(新节点默认 insulin)。Title、Author、DOI、Server、Year From/To 可选。
  3. Limit 默认 10,最大 20。点执行此步骤。

成功扣 1 额度。正式运行的交付进 数据池。

用 API 调用

  • GET https://api.duaer.com/v1/data/preprints?...
  • Authorization: Bearer <Duaer key>
  • 字段可组合;至少填一个检索字段(不能只填 Server)。

密钥见 Duaer 公开 API 的身份验证。下方是与「复制技能」相同的英文技能。

调用技能(英文)

与数据市场「复制技能」一致。正文保持英文。

---
name: duaer-preprints
description: >-
  Search bioRxiv and medRxiv preprints through Duaer (Europe PMC).
  One successful search uses 1 Duaer credit.
---

# Duaer preprints

Search bioRxiv and medRxiv preprints through Duaer with a Duaer key.

## Call

`GET https://api.duaer.com/v1/data/preprints?q=insulin&limit=10`

Header: `Authorization: Bearer <Duaer key>`

Use an account key or a model API key.

At least one search field is required (not `server` alone). Fields combine.

- `q` — words in the title or abstract.
- `title` — optional. Words in the title.
- `author` — optional. Author name.
- `doi` — optional. Digital object identifier.
- `server` — optional. `bioRxiv` or `medRxiv`. Omit for both.
- `yearFrom` — optional. First publication year (1000–2100).
- `yearTo` — optional. Last publication year (1000–2100).
- `limit` — optional. From 1 to 20. Default 10.

## Result

Each item has `source`, `title`, `url`, `summary`, `preprintId`, `doi`, `server`, `authors`, `published`, and `year`.

## 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.

常见问题

预印本和论文有什么区别?

Duaer 预印本检索 bioRxiv / medRxiv;Duaer 论文检索已发表文献(OpenAlex)。

同组