- User
- Scraping Browser
- Scraper API
- shopee
- br sites
- avnet
- arrow
- airline
- amazon
- temu
- google trends
- google flights
- google search
- google maps
- google scholar
- google jobs
- google shopping
- google hotels
- google news
- google lens
- google finance
- google product
- google play store
- google ads
- mouser
- Scraper RequestPOST
- Scraper GetresultGET
- Web Unlocker
- Public
Google Scholar Cite
Developing
POST
/api/v1/scraper/request
Last modified:2025-03-19 03:34:46
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Body Params application/json
actor
string
required
input
object
required
q
string
required
Example
{
"actor": "scraper.google.scholar.cite",
"input": {
"q": "s1QWFy06YAYJ"
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.scrapeless.com/api/v1/scraper/request' \
--header 'Content-Type: application/json' \
--data-raw '{
"actor": "scraper.google.scholar.cite",
"input": {
"q": "s1QWFy06YAYJ"
}
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"citations": [
{
"title": "MLA",
"snippet": "Masters, Paul S. \"The molecular biology of coronaviruses.\" Advances in virus research 66 (2006): 193-292."
},
{
"title": "APA",
"snippet": "Masters, P. S. (2006). The molecular biology of coronaviruses. Advances in virus research, 66, 193-292."
},
{
"title": "Chicago",
"snippet": "Masters, Paul S. \"The molecular biology of coronaviruses.\" Advances in virus research 66 (2006): 193-292."
},
{
"title": "Harvard",
"snippet": "Masters, P.S., 2006. The molecular biology of coronaviruses. Advances in virus research, 66, pp.193-292."
},
{
"title": "Vancouver",
"snippet": "Masters PS. The molecular biology of coronaviruses. Advances in virus research. 2006 Jan 1;66:193-292."
}
],
"links": [
{
"name": "BibTeX",
"link": "https://scholar.googleusercontent.com/scholar.bib?q=info:s1QWFy06YAYJ:scholar.google.com/&output=citation&scisdr=ClErlzi_GAA:AFWwaeYAAAAAZ7LmlmoAJp_CMQKvlasCerZ3cqg&scisig=AFWwaeYAAAAAZ7LmloIMTOrvhtApfmpa8WOkavg&scisf=4&ct=citation&cd=-1&hl=en"
},
{
"name": "EndNote",
"link": "https://scholar.googleusercontent.com/scholar.enw?q=info:s1QWFy06YAYJ:scholar.google.com/&output=citation&scisdr=ClErlzi_GAA:AFWwaeYAAAAAZ7LmlmoAJp_CMQKvlasCerZ3cqg&scisig=AFWwaeYAAAAAZ7LmloIMTOrvhtApfmpa8WOkavg&scisf=3&ct=citation&cd=-1&hl=en"
},
{
"name": "RefMan",
"link": "https://scholar.googleusercontent.com/scholar.ris?q=info:s1QWFy06YAYJ:scholar.google.com/&output=citation&scisdr=ClErlzi_GAA:AFWwaeYAAAAAZ7LmlmoAJp_CMQKvlasCerZ3cqg&scisig=AFWwaeYAAAAAZ7LmloIMTOrvhtApfmpa8WOkavg&scisf=2&ct=citation&cd=-1&hl=en"
},
{
"name": "RefWorks",
"link": "https://scholar.googleusercontent.com/scholar.rfw?q=info:s1QWFy06YAYJ:scholar.google.com/&output=citation&scisdr=ClErlzi_GAA:AFWwaeYAAAAAZ7LmlmoAJp_CMQKvlasCerZ3cqg&scisig=AFWwaeYAAAAAZ7LmloIMTOrvhtApfmpa8WOkavg&scisf=1&ct=citation&cd=-1&hl=en"
}
]
}
Modified at 2025-03-19 03:34:46