Sharks API
  1. Google Web Page
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 Web Page

Google Web Page

POST
/api/v1/open/search

Request

Body Params application/json

Example
{
    "api_key": "string",
    "date": "string",
    "device": "string",
    "engine": "string",
    "gl": "string",
    "google_domain": "string",
    "hl": "string",
    "html": "string",
    "num": 0,
    "q": "string",
    "start": 0
}

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",
    "date": "string",
    "device": "string",
    "engine": "string",
    "gl": "string",
    "google_domain": "string",
    "hl": "string",
    "html": "string",
    "num": 0,
    "q": "string",
    "start": 0
}'

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-29 06:21:55
Previous
Google Web Page
Next
Google Search
Built with