Semantic Scholar · Example Payload

Semantic Scholar Paper Search Example

AcademicResearchPapersCitationsAuthorsScientific LiteratureAIRecommendations

Semantic Scholar Paper Search Example is an example object payload from Semantic Scholar, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.semanticscholar.org/graph/v1/paper/search?query=attention+is+all+you+need&fields=title,authors,year,citationCount,abstract&limit=3"
  },
  "response": {
    "total": 1,
    "offset": 0,
    "next": 1,
    "data": [
      {
        "paperId": "204e3073870fae3d05bcbc2f6a8e263d9b72e776",
        "title": "Attention Is All You Need",
        "abstract": "The dominant sequence transduction models are based on complex recurrent or convolutional neural networks that include an encoder and a decoder.",
        "year": 2017,
        "citationCount": 90000,
        "authors": [
          { "authorId": "40348417", "name": "Ashish Vaswani" },
          { "authorId": "2729164", "name": "Noam Shazeer" },
          { "authorId": "3224336", "name": "Niki Parmar" }
        ]
      }
    ]
  }
}