Dataset · opinion

People's Daily Commentary Index API

人民日报评论语料

人民时评、人民论坛、评论员观察等栏目的结构化索引,面向申论素材检索:提要金句 + 摘要 + 出处链接。

  • 2023 年至今的人民日报评论栏目(人民时评 / 人民论坛 / 评论员观察 / 今日谈 / 钟声 / 和音 等),每日更新
  • 官方提要(金句)结构化抽取,栏目 / 作者 / 版面 / 日期维度齐全
  • 全文检索定位 + 命中片段;正文不对外输出,提供电子版原文出处链接

Overview

People's Daily commentary columns are the most-quoted source material for Chinese civil-service exam essay writing (申论) and a key signal of official discourse. This dataset indexes every column-tagged commentary from the paper's e-edition since 2023, updated daily.

Each record carries the column, author, page, date, the official pull-quote paragraphs (提要) and an opening excerpt, plus a link to the official e-paper source. Full article text powers search and snippets internally but is not redistributed — the API returns metadata, quotes and citations.

核心字段 · Key fields

column / column_raw栏目(基名 / 括号原文)/ column
title / author标题与作者 / title & author
digest官方提要金句 / official pull-quotes
excerpt首段摘要 / opening excerpt
pub_date / page_no / page_name见报日期与版面 / date & page
url电子版原文链接 / source URL

端点

GET/v1/opinion

简单查询:关键词、栏目、作者、日期范围、聚合,参数可直接贴链接

POST/v1/opinion/search

结构化查询:多词 AND / OR、精确短语、复杂筛选与交叉聚合

GET/v1/opinion/{id}

按 ID 取单条(元数据 + 提要 + 摘要 + 原文链接)

调用

认证使用 X-API-Key header,key 需带 opinion:read scope(控制台生成的 key 默认包含)。

curl -H "X-API-Key: <your key>" \
  "https://api.lumina-core.cn/v1/opinion?q=基层治理&fields=title,digest,excerpt,url"

完整参数与响应结构见 API 文档;AI Agent 接入见 llms.txt

← 全部数据集