← Tools Reference

Semantic Scholar

Semantic Scholar integration (AI, Data). Imported from open-connector.

API key13 toolshttps://api.semanticscholar.org/recommendations/v1
GET
semantic_scholar_get_paper
Get details for a Semantic Scholar paper by paper ID or external identifier.

/paper/{paperId}

2 parameters
ParamTypeRequiredDescription
paperIdstringrequiredThe Semantic Scholar paper ID, CorpusId, DOI:<doi>, ARXIV:<id>, MAG:<id>, ACL:<…
fieldsstringoptionalA comma-separated list of Semantic Scholar fields to return, using dot notation…
GET
semantic_scholar_search_papers
Search Semantic Scholar papers by relevance with optional publication filters.

/paper/search

11 parameters
ParamTypeRequiredDescription
querystringrequiredThe plain-text search query. Semantic Scholar does not support special query sy…
fieldsstringoptionalA comma-separated list of Semantic Scholar fields to return, using dot notation…
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe zero-based pagination offset.
yearstringoptionalThe publication year or inclusive year range, such as 2019, 2016-2020, 2010-, o…
venuestringoptionalA comma-separated list of publication venues to filter by, using full names or …
fieldsOfStudystringoptionalA comma-separated list of fields of study to filter by.
publicationTypesstringoptionalA comma-separated list of publication types to filter by, such as Review, Journ…
publicationDateOrYearstringoptionalThe publication date or year filter, such as 2019, 2020-06, 2016-03-05:2020-06-…
minCitationCountintegeroptionalThe minimum number of citations a paper must have.
openAccessPdfbooleanoptionalWhether to restrict results to papers with a public PDF available.
GET
semantic_scholar_bulk_search_papers
Bulk-search Semantic Scholar papers and page through large result sets with tokens.

/paper/search/bulk

11 parameters
ParamTypeRequiredDescription
querystringrequiredThe plain-text search query. Semantic Scholar does not support special query sy…
fieldsstringoptionalA comma-separated list of Semantic Scholar fields to return, using dot notation…
limitintegeroptionalThe maximum number of results to return.
tokenstringoptionalThe continuation token returned by Semantic Scholar.
yearstringoptionalThe publication year or inclusive year range, such as 2019, 2016-2020, 2010-, o…
venuestringoptionalA comma-separated list of publication venues to filter by, using full names or …
fieldsOfStudystringoptionalA comma-separated list of fields of study to filter by.
publicationTypesstringoptionalA comma-separated list of publication types to filter by, such as Review, Journ…
publicationDateOrYearstringoptionalThe publication date or year filter, such as 2019, 2020-06, 2016-03-05:2020-06-…
minCitationCountintegeroptionalThe minimum number of citations a paper must have.
openAccessPdfbooleanoptionalWhether to restrict results to papers with a public PDF available.
GET
semantic_scholar_match_paper_title
Find the best Semantic Scholar paper match for a paper title.

/paper/search/match

2 parameters
ParamTypeRequiredDescription
querystringrequiredThe plain-text search query. Semantic Scholar does not support special query sy…
fieldsstringoptionalA comma-separated list of Semantic Scholar fields to return, using dot notation…
GET
semantic_scholar_autocomplete_papers
Suggest Semantic Scholar paper query completions.

/paper/autocomplete

2 parameters
ParamTypeRequiredDescription
querystringrequiredThe plain-text search query. Semantic Scholar does not support special query sy…
limitintegeroptionalThe maximum number of results to return.
GET
semantic_scholar_get_paper_authors
List authors for a Semantic Scholar paper.

/paper/{paperId}/authors

4 parameters
ParamTypeRequiredDescription
paperIdstringrequiredThe Semantic Scholar paper ID, CorpusId, DOI:<doi>, ARXIV:<id>, MAG:<id>, ACL:<…
fieldsstringoptionalA comma-separated list of Semantic Scholar fields to return, using dot notation…
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe zero-based pagination offset.
GET
semantic_scholar_get_paper_citations
List papers that cite a Semantic Scholar paper.

/paper/{paperId}/citations

4 parameters
ParamTypeRequiredDescription
paperIdstringrequiredThe Semantic Scholar paper ID, CorpusId, DOI:<doi>, ARXIV:<id>, MAG:<id>, ACL:<…
fieldsstringoptionalA comma-separated list of Semantic Scholar fields to return, using dot notation…
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe zero-based pagination offset.
GET
semantic_scholar_get_paper_references
List papers referenced by a Semantic Scholar paper.

/paper/{paperId}/references

4 parameters
ParamTypeRequiredDescription
paperIdstringrequiredThe Semantic Scholar paper ID, CorpusId, DOI:<doi>, ARXIV:<id>, MAG:<id>, ACL:<…
fieldsstringoptionalA comma-separated list of Semantic Scholar fields to return, using dot notation…
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe zero-based pagination offset.
GET
semantic_scholar_search_authors
Search Semantic Scholar authors by name.

/author/search

4 parameters
ParamTypeRequiredDescription
querystringrequiredThe plain-text search query. Semantic Scholar does not support special query sy…
fieldsstringoptionalA comma-separated list of Semantic Scholar fields to return, using dot notation…
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe zero-based pagination offset.
GET
semantic_scholar_get_author
Get details for a Semantic Scholar author.

/author/{authorId}

2 parameters
ParamTypeRequiredDescription
authorIdstringrequiredThe Semantic Scholar author ID.
fieldsstringoptionalA comma-separated list of Semantic Scholar fields to return, using dot notation…
GET
semantic_scholar_get_author_papers
List papers written by a Semantic Scholar author.

/author/{authorId}/papers

4 parameters
ParamTypeRequiredDescription
authorIdstringrequiredThe Semantic Scholar author ID.
fieldsstringoptionalA comma-separated list of Semantic Scholar fields to return, using dot notation…
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe zero-based pagination offset.
GET
semantic_scholar_search_snippets
Search text snippets in Semantic Scholar papers.

/snippet/search

2 parameters
ParamTypeRequiredDescription
querystringrequiredThe plain-text search query. Semantic Scholar does not support special query sy…
limitintegeroptionalThe maximum number of results to return.
GET
semantic_scholar_recommend_for_paper
Get recommended Semantic Scholar papers for one positive example paper.

/papers/forpaper/{paperId}

3 parameters
ParamTypeRequiredDescription
paperIdstringrequiredThe Semantic Scholar paper ID, CorpusId, DOI:<doi>, ARXIV:<id>, MAG:<id>, ACL:<…
fieldsstringoptionalA comma-separated list of Semantic Scholar fields to return, using dot notation…
limitintegeroptionalThe maximum number of recommendations to return.