Sharks API
  1. Google Scholar
Sharks API
  • code list
  • Google Web Page
    • Google Web Page
      GET
    • Google Web Page
      POST
  • Google Search
    • Google Search
      GET
    • Google Search
      POST
  • Google Images
    • Google Images
      GET
    • Google Images
      POST
  • Google Local
    • Google Local
      GET
    • Google Local
      POST
  • Google News
    • Google News
      GET
    • Google News
      POST
  • Google Patents
    • Google Patents
      GET
    • Google Patents
      POST
  • Google Videos
    • Google Videos
      GET
    • Google Videos
      POST
  • Google Short Videos
    • Google Short Videos
      GET
    • Google Short Videos
      POST
  • Google Jobs
    • Google Jobs
      GET
    • Google Jobs
      POST
  • Google Forum
    • Google Forum
    • Google Forum
  • Google Scholar
    • Google Scholar
      GET
    • Google Scholar
      POST
  • Google Play
    • Google Play
    • Google Play
  1. Google Scholar

Google Scholar

POST
/api/v1/open/search

Request

Body Params application/json

Example
{
    "api_key": "string",
    "as_rr": "string",
    "as_sdt": "string",
    "as_vis": "string",
    "as_yhi": "string",
    "as_ylo": "string",
    "cites": "string",
    "cluster": "string",
    "device": "string",
    "engine": "string",
    "filter": "string",
    "google_domain": "string",
    "hl": "string",
    "html": "string",
    "num": "string",
    "q": "string",
    "safe": "string",
    "scisbd": "string",
    "start": "string",
    "tbm": "string"
}

Request Code 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 '/api/v1/open/search' \
--header 'Content-Type: application/json' \
--data-raw '{
    "api_key": "string",
    "as_rr": "string",
    "as_sdt": "string",
    "as_vis": "string",
    "as_yhi": "string",
    "as_ylo": "string",
    "cites": "string",
    "cluster": "string",
    "device": "string",
    "engine": "string",
    "filter": "string",
    "google_domain": "string",
    "hl": "string",
    "html": "string",
    "num": "string",
    "q": "string",
    "safe": "string",
    "scisbd": "string",
    "start": "string",
    "tbm": "string"
}'

Responses

🟢200OK
*/*
{"code": 200, "data": [...]}
Body

Example
{
    "code": 0,
    "data": {
        "organic_results": [
            {
                "inline_links": {
                    "cited_by": {
                        "cites_id": "string",
                        "link": "string",
                        "total": 0
                    },
                    "related_pages_link": "string",
                    "versions": {
                        "cluster_id": "string",
                        "link": "string",
                        "total": 0
                    }
                },
                "link": [
                    "string"
                ],
                "position": 0,
                "publication_info": {
                    "authors": [
                        {
                            "author_id": "string",
                            "link": "string",
                            "name": "string"
                        }
                    ],
                    "summary": "string"
                },
                "resources": {
                    "file_format": "string",
                    "link": "string",
                    "title": "string"
                },
                "result_id": "string",
                "snippet": "string",
                "title": "string",
                "type": "string"
            }
        ],
        "search_information": {
            "organic_results_state": "string",
            "total_results": "string"
        },
        "search_metadata": {
            "created_at": "string",
            "google_url": "string",
            "id": "string",
            "json_endpoint": "string",
            "processed_at": "string",
            "raw_html_file": "string",
            "status": "string",
            "total_time_taken": 0
        }
    },
    "msg": "string",
    "reqId": "string"
}
Modified at 2025-10-10 09:28:30
Previous
Google Scholar
Next
Google Play
Built with