{
  "openapi": "3.0.1",
  "info": {
    "title": "Google Keyword Finder",
    "description": "Find profitable keywords in seconds with our lightning-fast Google keyword research tool. Get search volume, competition data, and CPC insights for any niche.",
    "version": "2.0",
    "x-build-id": "BLeffimDFSzWeNTiu"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/dxbear~google-keyword-finder/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-dxbear-google-keyword-finder",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/dxbear~google-keyword-finder/runs": {
      "post": {
        "operationId": "runs-sync-dxbear-google-keyword-finder",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/dxbear~google-keyword-finder/run-sync": {
      "post": {
        "operationId": "run-sync-dxbear-google-keyword-finder",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "keyword"
        ],
        "properties": {
          "keyword": {
            "title": "Seed Keyword",
            "type": "string",
            "description": "Enter a broad topic keyword to analyze (e.g., 'digital marketing strategies', 'home workout routines'). This will serve as the foundation for content gap analysis and SEO research.",
            "default": "Make money"
          },
          "searchType": {
            "title": "Search Type",
            "enum": [
              "similar-keywords",
              "auto-complete",
              "questions"
            ],
            "type": "string",
            "description": "Select the type of keyword search you want to perform",
            "default": "similar-keywords"
          },
          "country": {
            "title": "Country",
            "enum": [
              "Google.com",
              "Google.co.uk",
              "Google.de",
              "Google.fr",
              "Google.es",
              "Google.it",
              "Google.ca",
              "Google.com.au",
              "Google.com.br",
              "Google.co.in",
              "Google.co.jp",
              "Google.co.kr",
              "Google.com.mx",
              "Google.nl",
              "Google.se",
              "Google.no",
              "Google.dk",
              "Google.pl",
              "Google.ru",
              "Google.com.tr",
              "Google.ad",
              "Google.ae",
              "Google.com.af",
              "Google.com.ag",
              "Google.com.ai",
              "Google.al",
              "Google.am",
              "Google.co.ao",
              "Google.com.ar",
              "Google.as",
              "Google.at",
              "Google.az",
              "Google.ba",
              "Google.com.bb",
              "Google.com.bd",
              "Google.be",
              "Google.bf",
              "Google.bg",
              "Google.com.bh",
              "Google.bi",
              "Google.bj",
              "Google.com.bn",
              "Google.com.bo",
              "Google.bs",
              "Google.bt",
              "Google.co.bw",
              "Google.by",
              "Google.com.bz",
              "Google.cd",
              "Google.cf",
              "Google.cg",
              "Google.ch",
              "Google.ci",
              "Google.cl",
              "Google.cm",
              "Google.cn",
              "Google.com.co",
              "Google.co.cr",
              "Google.com.cu",
              "Google.cv",
              "Google.com.cy",
              "Google.cz",
              "Google.dj",
              "Google.dm",
              "Google.com.do",
              "Google.dz",
              "Google.com.ec",
              "Google.ee",
              "Google.com.eg",
              "Google.er",
              "Google.com.et",
              "Google.fi",
              "Google.com.fj",
              "Google.fm",
              "Google.ga",
              "Google.ge",
              "Google.com.gh",
              "Google.gl",
              "Google.gm",
              "Google.gn",
              "Google.gp",
              "Google.gq",
              "Google.gr",
              "Google.com.gt",
              "Google.com.gu",
              "Google.gw",
              "Google.gy",
              "Google.com.hk",
              "Google.hn",
              "Google.hr",
              "Google.ht",
              "Google.hu",
              "Google.co.id",
              "Google.ie",
              "Google.co.il",
              "Google.iq",
              "Google.ir",
              "Google.is",
              "Google.com.jm",
              "Google.jo",
              "Google.co.ke",
              "Google.kg",
              "Google.com.kh",
              "Google.ki",
              "Google.km",
              "Google.kn",
              "Google.com.kw",
              "Google.ky",
              "Google.kz",
              "Google.la",
              "Google.com.lb",
              "Google.lc",
              "Google.li",
              "Google.lk",
              "Google.lr",
              "Google.co.ls",
              "Google.lt",
              "Google.lu",
              "Google.lv",
              "Google.com.ly",
              "Google.co.ma",
              "Google.mc",
              "Google.md",
              "Google.me",
              "Google.mg",
              "Google.mh",
              "Google.mk",
              "Google.ml",
              "Google.com.mm",
              "Google.mn",
              "Google.mo",
              "Google.mp",
              "Google.mr",
              "Google.ms",
              "Google.com.mt",
              "Google.mu",
              "Google.mv",
              "Google.mw",
              "Google.com.my",
              "Google.co.mz",
              "Google.com.na",
              "Google.nc",
              "Google.ne",
              "Google.com.nf",
              "Google.com.ng",
              "Google.com.ni",
              "Google.com.np",
              "Google.nr",
              "Google.nu",
              "Google.co.nz",
              "Google.com.om",
              "Google.com.pa",
              "Google.com.pe",
              "Google.pf",
              "Google.com.pg",
              "Google.com.ph",
              "Google.com.pk",
              "Google.pn",
              "Google.com.pr",
              "Google.ps",
              "Google.pt",
              "Google.pw",
              "Google.com.py",
              "Google.com.qa",
              "Google.re",
              "Google.ro",
              "Google.rs",
              "Google.rw",
              "Google.com.sa",
              "Google.com.sb",
              "Google.sc",
              "Google.sd",
              "Google.com.sg",
              "Google.sh",
              "Google.si",
              "Google.sk",
              "Google.com.sl",
              "Google.sm",
              "Google.sn",
              "Google.so",
              "Google.sr",
              "Google.st",
              "Google.com.sv",
              "Google.sz",
              "Google.tc",
              "Google.td",
              "Google.tg",
              "Google.co.th",
              "Google.tj",
              "Google.tk",
              "Google.tl",
              "Google.tm",
              "Google.tn",
              "Google.to",
              "Google.tt",
              "Google.tv",
              "Google.com.tw",
              "Google.co.tz",
              "Google.com.ua",
              "Google.co.ug",
              "Google.com.uy",
              "Google.co.uz",
              "Google.va",
              "Google.com.vc",
              "Google.co.ve",
              "Google.vg",
              "Google.co.vi",
              "Google.com.vn",
              "Google.vu",
              "Google.wf",
              "Google.ws",
              "Google.ye",
              "Google.yt",
              "Google.co.za",
              "Google.co.zm",
              "Google.co.zw"
            ],
            "type": "string",
            "description": "Select country for geo-targeted keyword research",
            "default": "🇺🇸 United States"
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}