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

Google Images

POST
/api/v1/open/search

Request

Body Params application/json

Example
{
    "api_key": "string",
    "chips": "string",
    "date": "string",
    "device": "string",
    "end_date": "string",
    "filter": "string",
    "gl": "string",
    "google_domain": "string",
    "hl": "string",
    "html": "string",
    "ijn": "string",
    "image_color": "string",
    "image_type": "string",
    "imgar": "string",
    "imgsz": "string",
    "licenses": "string",
    "nfpr": "string",
    "q": "string",
    "safe": "string",
    "start_date": "string",
    "tbm": "string",
    "tbs": "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",
    "chips": "string",
    "date": "string",
    "device": "string",
    "end_date": "string",
    "filter": "string",
    "gl": "string",
    "google_domain": "string",
    "hl": "string",
    "html": "string",
    "ijn": "string",
    "image_color": "string",
    "image_type": "string",
    "imgar": "string",
    "imgsz": "string",
    "licenses": "string",
    "nfpr": "string",
    "q": "string",
    "safe": "string",
    "start_date": "string",
    "tbm": "string",
    "tbs": "string"
}'

Responses

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

Example
{
    "code": 0,
    "data": {
        "images_results": [
            {
                "link": "string",
                "original": "string",
                "original_height": 0,
                "original_width": 0,
                "position": 0,
                "source": "string",
                "source_logo": "string",
                "thumbnail": "string",
                "title": "string"
            }
        ],
        "pagination": {
            "current": 0,
            "next": "string"
        },
        "related_searches": [
            {
                "highlighted_words": "string",
                "link": "string",
                "query": "string",
                "thumbnail": "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
        },
        "search_parameters": {
            "google_domain": "string",
            "html": "string",
            "q": "string",
            "tbm": "string",
            "udm": "string"
        },
        "suggested_searches": [
            {
                "link": "string",
                "name": "string",
                "q": "string",
                "thumbnail": "string",
                "uds": "string"
            }
        ]
    },
    "msg": "string",
    "reqId": "string"
}
Modified at 2025-08-26 09:26:12
Previous
Google Images
Next
Bing Search
Built with