{
  "openapi": "3.0.1",
  "info": {
    "title": "Keyfern — Keyword Ideas & Autocomplete: Google, YouTube, Amazon",
    "description": "Keyword research and Google autocomplete scraper from real searches: seeds in, hundreds of long-tail keyword ideas out from Google, YouTube, Bing, Amazon and DuckDuckGo autocomplete, with intent, clusters, a signal score, Google Trends verdicts and new-keyword alerts. No invented volumes.",
    "version": "0.1",
    "x-build-id": "iaNgENy9EKQWSuB3z"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/cybermax~keyword-ideas/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-cybermax-keyword-ideas",
        "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/cybermax~keyword-ideas/runs": {
      "post": {
        "operationId": "runs-sync-cybermax-keyword-ideas",
        "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/cybermax~keyword-ideas/run-sync": {
      "post": {
        "operationId": "run-sync-cybermax-keyword-ideas",
        "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": [
          "seeds"
        ],
        "properties": {
          "seeds": {
            "title": "Seed keywords",
            "type": "array",
            "description": "One topic per line (up to 50). Each seed is expanded through every chosen engine's autocomplete into long-tail keyword ideas.",
            "items": {
              "type": "string"
            }
          },
          "sources": {
            "title": "Autocomplete sources",
            "type": "array",
            "description": "Which engines to ask. A phrase suggested by several engines scores higher. Amazon = product/buyer searches; YouTube = video topics.",
            "items": {
              "type": "string",
              "enum": [
                "google",
                "youtube",
                "bing",
                "amazon",
                "duckduckgo"
              ],
              "enumTitles": [
                "Google Search",
                "YouTube",
                "Bing",
                "Amazon",
                "DuckDuckGo"
              ]
            },
            "default": [
              "google",
              "youtube",
              "bing"
            ]
          },
          "language": {
            "title": "Language",
            "type": "string",
            "description": "Two-letter language code (en, de, fr, es, pt, ja…).",
            "default": "en"
          },
          "country": {
            "title": "Country",
            "type": "string",
            "description": "Two-letter country code (US, GB, DE, IN…). Also picks the Amazon marketplace and the Google Trends region.",
            "default": "US"
          },
          "expandAlphabet": {
            "title": "A–Z expansion",
            "type": "boolean",
            "description": "Ask \"seed a\" … \"seed z\" (26 extra lookups per engine). Most of the long tail comes from here.",
            "default": true
          },
          "expandQuestions": {
            "title": "Question expansion",
            "type": "boolean",
            "description": "Ask \"how/what/why/where/when/which/who/can/is/are/does/should + seed\" (12 lookups per engine). Great for FAQ and blog topics.",
            "default": true
          },
          "expandPrepositions": {
            "title": "Preposition & comparison expansion",
            "type": "boolean",
            "description": "Ask \"seed for/with/without/to/near/vs/like/and/or/versus\" (10 lookups per engine).",
            "default": true
          },
          "mustContainSeed": {
            "title": "Only ideas containing the seed",
            "type": "boolean",
            "description": "Drop suggestions that don't contain every word of the seed (off-topic breakouts). Turn off to keep brand-first phrases like \"flexispot\".",
            "default": true
          },
          "maxIdeasPerSeed": {
            "title": "Max ideas per seed",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "Best ideas kept per seed, ranked by signal score. You pay per idea returned, so this caps the cost of a seed.",
            "default": 300
          },
          "minSignalScore": {
            "title": "Minimum signal score",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "0–100. Drop weak ideas (seen on one engine, low in the list). 30+ keeps roughly the stronger half.",
            "default": 0
          },
          "intents": {
            "title": "Only these intents",
            "type": "array",
            "description": "Leave empty for all. Intent is inferred from the wording (heuristic).",
            "items": {
              "type": "string",
              "enum": [
                "question",
                "commercial",
                "transactional",
                "local",
                "comparison",
                "informational"
              ]
            },
            "default": []
          },
          "trendCheckTop": {
            "title": "Google Trends check for the top N ideas",
            "minimum": 0,
            "maximum": 25,
            "type": "integer",
            "description": "Adds a rising/falling/spiking/stable verdict and % change from Google Trends to the N best ideas per seed (0 = off). Charged per keyword that gets a verdict.",
            "default": 5
          },
          "trendTimeRange": {
            "title": "Trends time range",
            "enum": [
              "today 1-m",
              "today 3-m",
              "today 12-m",
              "today 5-y"
            ],
            "type": "string",
            "description": "Window used for the trend verdict.",
            "default": "today 12-m"
          },
          "maxConcurrency": {
            "title": "Parallel lookups",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "Autocomplete calls in flight at once.",
            "default": 8
          },
          "monitor": {
            "title": "Monitor mode: only new ideas since the last run",
            "type": "boolean",
            "description": "For scheduled runs (e.g. a weekly new-keyword report). Remembers which ideas were already returned for each seed, language and country, and outputs (and charges) only ideas never returned before (change: \"new\") plus ideas whose Google Trends verdict changed, e.g. stable → rising (change: \"changed\"). Unchanged ideas are left out and not charged. The first monitor run returns everything, like a normal run.",
            "default": false
          },
          "monitorKey": {
            "title": "Monitor name (optional)",
            "type": "string",
            "description": "Name for this watchlist's saved state, so several seed sets can be monitored separately (letters, digits, - _ . only). Empty = derived from the seeds, sources, language and country. State is kept in your named key-value store \"keyword-ideas-monitor\"."
          },
          "proxyConfiguration": {
            "title": "Proxy",
            "type": "object",
            "description": "Used only as a fallback when an engine throttles a direct call.",
            "default": {
              "useApifyProxy": true
            }
          }
        }
      },
      "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}