SnippetPaper

class semanticscholar.Snippet.SnippetPaper(data: dict)

Basic paper data returned by the snippet search endpoint.

keys() list

Returns a list of all keys in the API response data.

Return type:

list

property authors: list
Type:

list of str

property corpus_id: str
Type:

str

property open_access_info: dict

Open access info (license, status, disclaimer).

Type:

dict

property raw_data: dict

The API response data in its original JSON structure, represented as a dict.

Type:

dict

property title: str
Type:

str