Sharks API
  1. Google Play
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
    • Google Forum
  • Google Scholar
    • Google Scholar
    • Google Scholar
  • Google Play
    • Google Play
      GET
    • Google Play
      POST
  1. Google Play

Google Play

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&google_domain&gl&hl&age&html&device'

Responses

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

Example
{
    "code": 0,
    "data": {
        "organic_results": [
            {
                "author": "string",
                "category": "string",
                "description": "string",
                "dowmloads": "string",
                "feature_image": "string",
                "link": [
                    "string"
                ],
                "product_id": "string",
                "rating": "string",
                "thumbnail": "string",
                "title": "string",
                "video": "string"
            }
        ],
        "related_searches": [
            {
                "link": "string",
                "text": "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": {
            "c": "string",
            "gl": "string",
            "google_domain": "string",
            "hl": "string",
            "html": "string",
            "q": "string",
            "sk_type": "string"
        }
    },
    "msg": "string",
    "reqId": "string"
}
Modified at 2025-09-23 07:15:35
Previous
Google Scholar
Next
Google Play
Built with