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
  • 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
      GET
    • Google Forum
      POST
  • Google Scholar
    • Google Scholar
    • Google Scholar
  • Google Play
    • Google Play
    • Google Play
  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&engine&q&hl&gl&date&start&num&device&google_domain&cr&lr&tbs&safe&nfpr&filter&tbm&ludocid&lsig&kgmid&si&ibp&uds&html'

Responses

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

Example
{
    "code": 0,
    "data": {
        "ads": [
            {
                "ad_type": "string",
                "displayed_link": "string",
                "position": 0,
                "redirect_link": "string",
                "snippet": "string",
                "source": "string",
                "source_domain": "string",
                "source_logo": "string",
                "source_url": "string",
                "title": "string"
            }
        ],
        "imgs": [
            {
                "image": "string",
                "position": 0,
                "source_name": "string",
                "source_url": "string",
                "title": "string"
            }
        ],
        "knowledge_graph": {
            "acidity_level": "string",
            "acidity_level_links": [
                {
                    "link": "string",
                    "text": "string"
                }
            ],
            "description": "string",
            "entity_type": "string",
            "header_images": [
                {
                    "alt": "string",
                    "image": "string",
                    "source": "string"
                }
            ],
            "knowledge_graph_search_link": "string",
            "people_also_search_for": [
                {
                    "image": "string",
                    "link": "string",
                    "name": "string"
                }
            ],
            "source": {
                "link": "string",
                "name": "string"
            },
            "title": "string",
            "type": "string"
        },
        "last_page": "string",
        "local_map": {
            "image": "string",
            "link": "string"
        },
        "local_results": {
            "more_locations_link": "string",
            "places": [
                {
                    "address": "string",
                    "description": "string",
                    "hours": "string",
                    "place_id": "string",
                    "position": 0,
                    "price": "string",
                    "rating": "string",
                    "reviews_original": "string",
                    "thumbnail": "string",
                    "title": "string",
                    "type": "string"
                }
            ]
        },
        "organic_results": [
            {
                "displayed_link": "string",
                "link": [
                    "string"
                ],
                "position": 0,
                "redirect_link": "string",
                "snippet": "string",
                "snippet_highlighted_words": [
                    "string"
                ],
                "source": [
                    "string"
                ],
                "source_logo": [
                    "string"
                ],
                "thumbnail": "string",
                "title": "string"
            }
        ],
        "pagination": {
            "current": "string",
            "next": "string",
            "other_pages": {
                "property1": "string",
                "property2": "string"
            }
        },
        "people_also_ask": [
            {
                "date": "string",
                "displayed_link": "string",
                "link": "string",
                "question": "string",
                "snippet": "string",
                "source_logo": "string",
                "title": "string",
                "type": "string"
            }
        ],
        "people_also_search_for": [
            {
                "block_position": 0,
                "link": "string",
                "query": "string"
            }
        ],
        "people_are_saying": [
            {
                "author": "string",
                "date": "string",
                "extensions": [
                    "string"
                ],
                "image": [
                    "string"
                ],
                "position": 0,
                "source_name": "string",
                "source_url": [
                    "string"
                ],
                "title": [
                    "string"
                ]
            }
        ],
        "products": [
            {
                "category": "string",
                "delivery": [
                    "string"
                ],
                "extensions": [
                    "string"
                ],
                "original_price": "string",
                "price": "string",
                "product_id": "string",
                "rating": "string",
                "reviews": "string",
                "source": "string",
                "source_logo": "string",
                "thumbnail": "string",
                "title": "string"
            }
        ],
        "search_information": {
            "organic_results_state": "string",
            "page_number": 0,
            "time_taken_displayed": 0,
            "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
        },
        "search_parameters": {
            "google_domain": "string",
            "html": "string",
            "num": "string",
            "q": "string",
            "sourceid": "string",
            "tbm": "string"
        },
        "spotlighting_news": [
            {
                "date": "string",
                "link": "string",
                "position": 0,
                "source": "string",
                "source_logo": "string",
                "thumbnail": "string",
                "title": "string"
            }
        ],
        "videos": [
            {
                "date": "string",
                "duration": "string",
                "image": [
                    "string"
                ],
                "link": "string",
                "platform": "string",
                "position": 0,
                "source": "string",
                "title_video": "string"
            }
        ]
    },
    "msg": "string",
    "reqId": "string"
}
Modified at 2025-09-24 02:49:25
Previous
Google Web Page
Next
Google Search
Built with