google_scholar_cite
Retrieve formatted academic citations (MLA, APA, Chicago, Harvard, Vancouver) and export links (BibTeX, EndNote, RefMan, RefWorks) for a paper using its Google Scholar result ID.
Instructions
Retrieves formatted academic citations (MLA, APA, Chicago, Harvard, Vancouver) plus export links (BibTeX, EndNote, RefMan, RefWorks) for a paper, using its Google Scholar organic result ID. [Credits: Not explicitly stated on this documentation page.] Notes: The 'query' parameter here is actually a result ID (e.g. FDc6HiktlqEJ), not free text - it is the id field returned by scholar_results items from the google_scholar endpoint. Returns: { citations: [ { title (format name: MLA/APA/Chicago/Harvard/Vancouver), snippet } ], links: [ { name (BibTeX/EndNote/RefMan/RefWorks), link } ] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ID of an individual Google Scholar organic search result, obtained from the id field of google_scholar's scholar_results. | |
| language | No | Language of the results, e.g. en, es, fr, de. See Google Language Page. (default: en) |