{
  "openapi": "3.0.1",
  "info": {
    "title": "YouTube Influencer Email Finder — Search by Niche",
    "description": "Search YouTube creators by niche and subscriber count. Export only channels with a public email, Instagram, or X contact for sponsorship and outreach. No YouTube API key. $0.50 per 100 qualified results.",
    "version": "0.4",
    "x-build-id": "YZ3DnF7eZ1Fy23KXe"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/funny_ground~youtube-influencer-finder/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-funny_ground-youtube-influencer-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/funny_ground~youtube-influencer-finder/runs": {
      "post": {
        "operationId": "runs-sync-funny_ground-youtube-influencer-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/funny_ground~youtube-influencer-finder/run-sync": {
      "post": {
        "operationId": "run-sync-funny_ground-youtube-influencer-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",
        "properties": {
          "keywords": {
            "title": "Keywords / niches / 关键词",
            "type": "array",
            "description": "搜索关键词或领域，每行一个；留空则自动枚举常见领域。Keywords or niches, one per line. Leave empty to auto-enumerate common niches.",
            "items": {
              "type": "string"
            }
          },
          "minSubscribers": {
            "title": "Min subscribers / 最少订阅",
            "minimum": 0,
            "type": "integer",
            "description": "只保留订阅数 ≥ 该值的频道。0 = 不限。Only keep channels with at least this many subscribers. 0 = no minimum.",
            "default": 0
          },
          "maxSubscribers": {
            "title": "Max subscribers / 最多订阅",
            "minimum": 0,
            "type": "integer",
            "description": "只保留订阅数 ≤ 该值的频道（适合找腰部/微达人）。0 = 不限。Only keep channels with at most this many subscribers. 0 = no maximum.",
            "default": 0
          },
          "maxChannelsPerKeyword": {
            "title": "Max channels per keyword / 每词最多频道数",
            "minimum": 1,
            "maximum": 200,
            "type": "integer",
            "description": "每个原始关键词最多返回的去重有效频道数，而不是原始候选数；Actor 会持续翻页并检查公开联系方式，直到达到该数量或搜索源耗尽。Maximum unique qualifying channels returned per original keyword, not raw candidates; discovery continues until this cap is reached or the bounded source is exhausted. For Apify Free-plan users, a separate global limit of 50 dataset rows per run applies regardless of this field. Paid-plan users are not subject to that developer-set 50-row limit.",
            "default": 30
          },
          "keywordExpansion": {
            "title": "Related keyword expansion / 相关关键词扩搜",
            "enum": [
              "auto",
              "broad",
              "off"
            ],
            "type": "string",
            "description": "When the original search does not fill the requested output count, derive closely related searches from a curated niche map and live YouTube autocomplete. Auto is recommended. Broad mixes more live suggestions for recall. Off searches only the original keywords.",
            "default": "auto"
          },
          "maxRelatedKeywords": {
            "title": "Max related keywords / 最多联想词",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "Maximum related searches derived for each original keyword. The shared output cap, subscriber filters, contact requirement, deduplication, and run charge limit still apply.",
            "default": 4
          },
          "maxConcurrency": {
            "title": "HTTP concurrency / HTTP 并发",
            "minimum": 1,
            "maximum": 25,
            "type": "integer",
            "description": "Maximum lightweight page requests in parallel. No browser is started.",
            "default": 12
          },
          "maxRequestRetries": {
            "title": "Request retries / 请求重试",
            "minimum": 0,
            "maximum": 3,
            "type": "integer",
            "description": "Retries for temporary HTTP failures. The low default avoids wasted compute.",
            "default": 1
          },
          "requestTimeoutSecs": {
            "title": "Request timeout / 请求超时",
            "minimum": 10,
            "maximum": 120,
            "type": "integer",
            "description": "Timeout for each HTTP request.",
            "default": 30
          },
          "proxyConfiguration": {
            "title": "Proxy configuration / 代理",
            "type": "object",
            "description": "默认关闭并直连。只有显式开启时才使用所选代理；本 Actor 不需要住宅 IP。Off by default: a selected proxy is used only when explicitly enabled. Residential IP is not required.",
            "default": {
              "useApifyProxy": false
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}