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
  • 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 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",
    "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",
    "q": "string",
    "start": 0
}'

Responses

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

Example
Modified at 2025-09-24 02:36:23
Previous
Google Web Page
Next
Google Search
Built with