Skip to main content
POST
搜索学术论文
搜索学术文献。⚠️ 参数放在 query string 里而不是请求体:query(必填)、max_num_results,以及限定发表年份的 as_ylo/as_yhi。返回一个检索 idresults[],含 titlelinksnippetauthorsnumber_of_citations —— 最后这个字段是普通网页搜索给不了的。实测不到 2 秒。当问题需要同行评审来源、或者引用数本身重要时用它。时事和产品页用通用引擎更好:post_tavily_search。想两边一起覆盖,用 post_scholar_search_mixed。记住 idpost_scholar_search_explain 要用。

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

query
string
必填

学术资料搜索查询

示例:

"machine learning"

max_num_results
integer
默认值:10

返回的搜索结果最大数量,最多 100 条

必填范围: 1 <= x <= 100
as_ylo
integer | null

出版年份下限

必填范围: 1900 <= x <= 2030
as_yhi
integer | null

出版年份上限

必填范围: 1900 <= x <= 2030

响应

搜索成功响应

id
string
必填

搜索请求的唯一标识符

results
object[]
必填

学术论文结果列表