Sharks API
  1. Google Search
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
  • Bing Search
    • Bing Search
      GET
    • Bing Search
      POST
  1. Google Search

Google Search

GET
/api/v1/open/search

Request

Query Params

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 GET '/api/v1/open/search?api_key&q&tbm'

Responses

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

Example
{
    "code": 0,
    "data": {
        "also_ask": [
            {
                "question": "string"
            }
        ],
        "organic_results": [
            {
                "date": "string",
                "description": "string",
                "detailed": "string",
                "img": {
                    "property1": "string",
                    "property2": "string"
                },
                "origin_navigation": "string",
                "origin_site": "string",
                "position": 0,
                "source_logo": "string",
                "title": "string",
                "url": "string"
            }
        ],
        "pagination": {
            "current": 0,
            "next": "string",
            "other_pages": {
                "property1": "string",
                "property2": "string"
            }
        },
        "raw_html": "string",
        "related_searches": {
            "data": [
                {
                    "title": "string",
                    "url": "string"
                }
            ]
        },
        "search_information": [
            {
                "query_displayed": "string"
            }
        ],
        "search_metadata": {
            "created_at": "string",
            "google_url": "string",
            "id": "string",
            "json_endpoint": "string",
            "processed_at": "string",
            "raw_html_file": "string",
            "total_time_taken": 0,
            "xray_html_file": "string"
        },
        "search_parameters": {
            "engine": "string",
            "filter": "string",
            "gl": "string",
            "google_domain": "string",
            "hl": "string",
            "html": "string",
            "ibp": "string",
            "kgmid": "string",
            "lsig": "string",
            "ludocid": "string",
            "nfpr": "string",
            "num": 0,
            "q": "string",
            "safe": "string",
            "start": 0,
            "tbs": "string",
            "time": "string",
            "uds": "string"
        },
        "url": "string"
    },
    "msg": "string",
    "reqId": "string"
}
Modified at 2025-08-27 03:35:33
Previous
Google Web Page
Next
google search
Built with