Scholar Research API
An academic research API providing structured access to scholarly metadata, publications, and open-access resources. Designed for literature discovery, DOI resolution, and research intelligence applications.
Scholar Research API endpoints
| Method | Endpoint | Description |
|---|---|---|
| STC - Papers | ||
| POST |
stcMatchPaper /v1/stc/papers/search/match |
根据标题精确匹配单篇论文 |
| POST |
stcGetReferences /v1/stc/papers/references |
获取指定论文的所有参考文献 |
| POST |
stcSearchPapersBulk /v1/stc/papers/search/bulk |
使用 token 分页的大批量论文搜索,适合获取大量结果 |
| POST |
stcAutocompletePapers /v1/stc/papers/autocomplete |
根据输入词提供论文标题补全建议 |
| POST |
stcGetPapersBatch /v1/stc/papers/batch |
根据多个论文 ID 批量获取详细信息 |
| POST |
stcGetPaper /v1/stc/papers/get |
根据论文 ID 获取详细信息 |
| POST |
stcSearchPapers /v1/stc/papers/search |
使用关键词搜索论文,支持多种过滤条件 |
| POST |
stcGetCitations /v1/stc/papers/citations |
获取引用指定论文的所有论文列表 |
| POST |
stcGetPaperByDOI /v1/stc/papers/doi |
根据 DOI 获取论文详细信息 |
| POST |
stcGetPaperAuthors /v1/stc/papers/authors |
获取指定论文的所有作者信息 |
| STC - Authors | ||
| POST |
stcGetAuthorPapers /v1/stc/authors/papers |
获取指定作者的所有论文 |
| POST |
stcSearchAuthors /v1/stc/authors/search |
使用关键词搜索作者 |
| POST |
stcGetAuthor /v1/stc/authors/get |
根据作者 ID 获取详细信息 |
| POST |
stcGetAuthorsBatch /v1/stc/authors/batch |
根据多个作者 ID 批量获取详细信息 |
| STC - Others | ||
| POST |
stcGetRecommendations /v1/stc/recommendations |
根据正面示例和负面示例推荐相关论文 |
| POST |
stcSearchSnippets /v1/stc/snippets/search |
在论文全文中搜索相关片段 |
| POST |
stcGetRecommendationsForPaper /v1/stc/recommendations/paper |
根据单篇论文推荐相似论文 |
| OLX - Works | ||
| POST |
olxGetWorkReferences /v1/olx/works/references |
获取指定论文的所有参考文献 |
| POST |
olxAutocompleteWorks /v1/olx/works/autocomplete |
论文标题自动补全建议 |
| POST |
olxGetWork /v1/olx/works/get |
Get detailed information by OLX Work ID |
| POST |
olxGetWorksBatch /v1/olx/works/batch |
批量获取多篇论文详情 |
| POST |
olxGroupWorks /v1/olx/works/group |
按指定字段对论文进行分组统计 |
| POST |
olxGetWorkCitations /v1/olx/works/citations |
获取引用指定论文的所有论文 |
| POST |
olxGetWorkByDOI /v1/olx/works/doi |
根据 DOI 获取论文详情 |
| POST |
olxGetWorkAuthors /v1/olx/works/authors |
获取指定论文的所有作者信息 |
| POST |
olxSearchWorks /v1/olx/works/search |
Search OLX works/papers data using keywords |
| POST |
olxGetRelatedWorks /v1/olx/works/related |
获取与指定论文相关的论文列表 |
| OLX - Authors | ||
| POST |
olxGetAuthor /v1/olx/authors/get |
根据作者 ID 获取详细信息 |
| POST |
olxGetAuthorPapers /v1/olx/authors/papers |
获取指定作者的所有论文 |
| POST |
olxSearchAuthors /v1/olx/authors/search |
Search OLX author data |
| POST |
olxGroupAuthors /v1/olx/authors/group |
按指定字段对作者进行分组统计 |
| POST |
olxAutocompleteAuthors /v1/olx/authors/autocomplete |
作者名称自动补全建议 |
| POST |
olxGetAuthorsBatch /v1/olx/authors/batch |
批量获取多个作者详情 |
| OLX - Sources | ||
| POST |
olxGroupSources /v1/olx/sources/group |
按指定字段对来源进行分组统计 |
| POST |
olxGetSourcesBatch /v1/olx/sources/batch |
批量获取多个来源详情 |
| POST |
olxAutocompleteSources /v1/olx/sources/autocomplete |
期刊/来源名称自动补全 |
| POST |
olxSearchSources /v1/olx/sources/search |
搜索学术期刊、会议等来源 |
| POST |
olxGetSource /v1/olx/sources/get |
根据来源 ID 或 ISSN 获取详细信息 |
| OLX - Institutions | ||
| POST |
olxGetInstitutionsBatch /v1/olx/institutions/batch |
批量获取多个机构详情 |
| POST |
olxSearchInstitutions /v1/olx/institutions/search |
搜索学术机构 |
| POST |
olxGetInstitution /v1/olx/institutions/get |
根据机构 ID 或 ROR 获取详细信息 |
| POST |
olxAutocompleteInstitutions /v1/olx/institutions/autocomplete |
机构名称自动补全 |
| POST |
olxGroupInstitutions /v1/olx/institutions/group |
按指定字段对机构进行分组统计 |
| OLX - Topics | ||
| POST |
olxSearchTopics /v1/olx/topics/search |
搜索学术研究主题 |
| POST |
olxGroupTopics /v1/olx/topics/group |
按指定字段对主题进行分组统计 |
| POST |
olxGetTopicsBatch /v1/olx/topics/batch |
批量获取多个主题详情 |
| POST |
olxGetTopic /v1/olx/topics/get |
根据主题 ID 获取详细信息 |
| POST |
olxAutocompleteTopics /v1/olx/topics/autocomplete |
主题名称自动补全 |
| OLX - Publishers | ||
| POST |
olxAutocompletePublishers /v1/olx/publishers/autocomplete |
出版商名称自动补全 |
| POST |
olxSearchPublishers /v1/olx/publishers/search |
搜索学术出版商 |
Scholar Research API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $30 / month | 100 / minute |
|
| ULTRA | $75 / month | 1000 / minute |
|