Scrapeless API
v1
  • latest
  • v1
Dashboard
Dashboard
v1
  • latest
  • v1
  1. google scholar
  • User
    • Get User Info
      GET
  • Scraping Browser
    • CDP API
    • Browser extensions
      • Upload extension
      • Upgrade extension
      • Delete extension
      • Extension info
      • Extension list
    • Browser profiles
      • Profile list
      • Profile info
      • Delete profile
      • Upgrade profile
      • Create profile
    • Connect
      WSS
    • Running sessions
      GET
    • Live URL
      GET
  • Scraping API
    • shopee
      • Actor List
      • Shopee Product
      • Shopee Search
      • Shopee Rcmd
    • br sites
      • Solucoes cnpjreva
      • Solucoes certidaointernet
      • Servicos receita
      • Consopt
    • amazon
      • API Parameters
      • product
      • seller
      • keywords
    • google search
      • API Parameters
      • Google Search:Advanced search parameters(tbs)
      • Google Search
      • Google Images
      • Google Local
      • Google Shopping
      • Google Videos
    • google trends
      • API Parameters
      • AutoComplete
      • Interest Over Time
      • Compared Breakdown By Region
      • Interest By Subregion
      • Related Queries
      • Related Topics
      • Trending Now
    • google flights
      • API Parameters
      • Round trip
      • One way
      • Multi-city
    • google flights chart
      • API Parameters
      • chart
    • google scholar
      • API Parameters(Google Scholar)
      • API Parameters(Google Scholar Author)
      • API Parameters(Google Scholar Cite)
      • API Parameters(Google Scholar Profiles)
      • Google Scholar
        POST
      • Google Scholar Author
        POST
      • Google Scholar Cite
        POST
      • Google Scholar Profiles
        POST
    • Scraper Request
      POST
    • Scraper GetResult
      GET
  • Universal Scraping API
    • JS Render Docs
    • JS Render
      POST
    • Web Unlocker
      POST
  • Crawler
    • Scrape
      • Scrape a single URL
      • Scrape multiple URLs
      • Cancel a batch scrape job
      • Get the status of a scrape
      • Get the status of a batch scrape job
      • Get the errors of a batch scrape job
    • Crawl
      • Crawl multiple URLs based on options
      • Cancel a crawl job
      • Get the status of a crawl job
      • Get the errors of a crawl job
  • Public
    • actor status
    • actor status
  1. google scholar

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' \
--header 'x-api-token;' \
--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
Previous
Google Scholar Author
Next
Google Scholar Profiles
Built with