> For the complete documentation index, see [llms.txt](https://doc.duaer.com/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/zh/getting-started/europe-pmc-annotations.md).

# 在 Duaer 里检索 Europe PMC Annotations

在 Duaer 里按 PubMed/PMC 文章编号取 Europe PMC 文本挖掘标注。一次成功查询用 1 额度。
## 能拿到什么

Duaer 数据市场里的「Europe PMC Annotations」一次成功查询 1 额度。

从节点创建器选「Europe PMC Annotations」，或打开 [数据市场](/zh/getting-started/data-market.md)。相关见 [europe-pmc](/zh/getting-started/europe-pmc.md)。

## 在画布里检索

1. 打开节点创建器，选 Duaer 数据 → Europe PMC Annotations。
2. 填 Words（默认 23193287）或 ID。
3. Limit 默认 10，最大 20。执行。

成功扣 1 额度。

## 用 API 调用

- GET https://api.duaer.com/v1/data/europe-pmc-annotations?...
- Authorization: Bearer <Duaer key>

下方是与「复制技能」相同的英文技能。

## 调用技能（英文）

与数据市场「复制技能」一致。

```
---
name: duaer-europe-pmc-annotations
description: >-
  Fetch Europe PMC text-mined annotations for a PubMed or PMC article through Duaer.
  One successful search uses 1 Duaer credit.
---

# Duaer Europe PMC Annotations

Fetch Europe PMC text-mined annotations for a PubMed or PMC article through Duaer with a Duaer key.

## Call

`GET https://api.duaer.com/v1/data/europe-pmc-annotations?words=23193287&limit=10`

Provide `words` or `id`.
- `words` — search words, such as 23193287.
- `id` — optional. Id such as PMC3531190.
- `limit` — optional. From 1 to 20. Default 10.

## Result

Each item has `source`, `title`, `url`, `summary`, `articleId`, `annotationType`, `exact`, and `tag`.

```
## Questions

### Duaer 的 Europe PMC Annotations 检索扣多少额度？

一次成功扣 1 额度。

