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

Google Videos

POST
/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 POST '/api/v1/open/search?api_key&engine&q&google_domain&gl&hl&tbm&date&device&start&num&tbs&safe&nfpr&filter&html&lr'

Responses

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

Example
{
    "code": 0,
    "data": {
        "related_searches": [
            {
                "block_position": 0,
                "link": "string",
                "query": "string"
            }
        ],
        "search_information": {
            "organic_results_state": "string",
            "time_taken_displayed": 0
        },
        "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",
            "tbm": "string",
            "udm": "string"
        },
        "video_results": [
            {
                "displayed_link": "string",
                "duration": "string",
                "link": "string",
                "position": 0,
                "rich_snippet": {
                    "top": {
                        "detected_extensions": {
                            "property1": "string",
                            "property2": "string"
                        },
                        "extensions": [
                            "string"
                        ]
                    }
                },
                "snippet": "string",
                "thumbnail": "string",
                "title": "string",
                "video_link": "string"
            }
        ]
    },
    "msg": "string",
    "reqId": "string"
}
Modified at 2025-09-24 02:17:10
Previous
Google Videos
Next
Google Short Videos
Built with