{
  "openapi": "3.0.1",
  "info": {
    "title": "Global Influencer Discovery",
    "description": "Discover influencers for SEO outreach, partnerships, and market research across 3,600,000+ profiles in 211 countries.",
    "version": "0.0",
    "x-build-id": "Jg4Dm3Db6xOb4KVGE"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/powerai~influencer-filter-api-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-powerai-influencer-filter-api-scraper",
        "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/powerai~influencer-filter-api-scraper/runs": {
      "post": {
        "operationId": "runs-sync-powerai-influencer-filter-api-scraper",
        "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/powerai~influencer-filter-api-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-powerai-influencer-filter-api-scraper",
        "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": {
          "username": {
            "title": "Username",
            "minLength": 1,
            "type": "string",
            "description": "Username used to filter influencers."
          },
          "languages": {
            "title": "Languages",
            "type": "array",
            "description": "Language filter. Select one or more languages.",
            "items": {
              "type": "string",
              "enum": [
                "English",
                "Spanish",
                "Chinese",
                "Hindi",
                "Arabic",
                "Portuguese",
                "Bengali",
                "Russian",
                "Japanese",
                "Punjabi",
                "German",
                "Javanese",
                "Korean",
                "French",
                "Telugu",
                "Marathi",
                "Turkish",
                "Italian",
                "Vietnamese",
                "Tamil",
                "Urdu",
                "Polish",
                "Ukrainian",
                "Dutch",
                "Thai",
                "Greek",
                "Czech",
                "Swedish",
                "Romanian",
                "Hungarian",
                "Indonesian",
                "Malay",
                "Norwegian",
                "Danish",
                "Finnish",
                "Hebrew",
                "Persian",
                "Bulgarian",
                "Croatian",
                "Serbian",
                "Slovak",
                "Slovenian",
                "Lithuanian",
                "Latvian",
                "Estonian",
                "Catalan",
                "Basque",
                "Galician",
                "Icelandic",
                "Maltese",
                "Albanian",
                "Macedonian",
                "Bosnian",
                "Georgian",
                "Armenian",
                "Kazakh",
                "Uzbek",
                "Azerbaijani",
                "Kyrgyz",
                "Tajik",
                "Turkmen",
                "Mongolian",
                "Nepali",
                "Sinhala",
                "Burmese",
                "Khmer",
                "Lao",
                "Tagalog",
                "Malayalam",
                "Kannada",
                "Gujarati",
                "Odia",
                "Assamese",
                "Pashto",
                "Kurdish",
                "Amharic",
                "Swahili",
                "Yoruba",
                "Igbo",
                "Hausa",
                "Zulu",
                "Afrikaans",
                "Xhosa"
              ]
            }
          },
          "countries": {
            "title": "Countries",
            "type": "array",
            "description": "Country filter. Select one or more countries (e.g., United States of America, United Kingdom).",
            "items": {
              "type": "string",
              "enum": [
                "United Kingdom",
                "United States of America",
                "Germany",
                "France",
                "Italy",
                "Netherlands",
                "Spain",
                "Japan",
                "Poland",
                "India",
                "Australia",
                "Belgium",
                "Brazil",
                "Sweden",
                "Switzerland",
                "Finland",
                "Canada",
                "Denmark",
                "Mexico",
                "Portugal",
                "Norway",
                "Ireland",
                "South Korea",
                "Colombia",
                "Argentina",
                "Czech Republic",
                "Taiwan",
                "Russia",
                "Turkey",
                "Greece",
                "Indonesia",
                "Romania",
                "South Africa",
                "Thailand",
                "Slovakia",
                "Ukraine",
                "Hungary",
                "United Arab Emirates",
                "Philippines",
                "Iran",
                "Chile",
                "Lithuania",
                "China",
                "New Zealand",
                "Estonia",
                "Croatia",
                "Malaysia",
                "Slovenia",
                "Austria",
                "Pakistan",
                "Morocco",
                "Latvia",
                "Venezuela",
                "Nigeria",
                "Singapore",
                "Bulgaria",
                "Israel",
                "Egypt",
                "Saudi Arabia",
                "Bosnia and Herzegovina",
                "Dominican Republic",
                "Luxembourg",
                "Ecuador",
                "Peru",
                "Albania",
                "Cyprus",
                "Vietnam",
                "Uruguay",
                "Kenya",
                "Kazakhstan",
                "Iceland",
                "Lebanon",
                "Costa Rica",
                "Iraq",
                "Jamaica",
                "Malta",
                "Serbia",
                "Algeria",
                "State of Palestine",
                "Bangladesh",
                "Cuba",
                "Persia",
                "Ghana",
                "Montenegro",
                "Tunisia",
                "Belarus",
                "Azerbaijan",
                "Sri Lanka",
                "Republic of Cuba",
                "Syria",
                "Guatemala",
                "Armenia",
                "Paraguay",
                "Uzbekistan",
                "Jordan",
                "People's Republic of China",
                "El Salvador",
                "Qatar",
                "Bolivia",
                "Nepal",
                "Republic of the Congo",
                "Palau",
                "North Macedonia",
                "Panama",
                "Kingdom of the Netherlands",
                "Afghanistan",
                "Pays Catalan",
                "Tanzania",
                "Senegal",
                "Honduras",
                "Mongolia",
                "Kosovo",
                "Andorra",
                "Democratic Republic of the Congo",
                "Trinidad and Tobago",
                "Zimbabwe",
                "Ethiopia",
                "Maldives",
                "Bahrain",
                "Mauritius",
                "Cameroon",
                "Oman",
                "Georgia",
                "Ivory Coast",
                "Cambodia",
                "Uganda",
                "Liechtenstein",
                "Cape Verde",
                "Angola",
                "Kyrgyzstan",
                "Kuwait",
                "Moldova",
                "Aruba",
                "Namibia",
                "Madagascar",
                "Zambia",
                "Rwanda",
                "Sudan",
                "Nicaragua",
                "Monaco",
                "Mali",
                "Guinea",
                "Bhutan",
                "Botswana",
                "Benin",
                "Guyana",
                "Somalia",
                "Fiji",
                "Mozambique",
                "Sierra Leone",
                "Yemen",
                "Haiti",
                "Saint Lucia",
                "Togo",
                "Saint Vincent and the Grenadines",
                "Myanmar",
                "Tajikistan",
                "Vatican City",
                "Laos",
                "Libya",
                "Malawi",
                "Antigua and Barbuda",
                "Brunei",
                "Barbados",
                "Dominica",
                "Seychelles",
                "Grenada",
                "The Bahamas",
                "Liberia",
                "Kingdom of Denmark",
                "Federated States of Micronesia",
                "Mauritania",
                "Gabon",
                "Bharatpur State",
                "Samoa",
                "Eritrea",
                "Turkmenistan",
                "South Sudan",
                "Guinea-Bissau",
                "The Gambia",
                "Sint Maarten",
                "Papua New Guinea",
                "Northern Cyprus",
                "Suriname",
                "Equatorial Guinea",
                "Havilah",
                "Chad",
                "Burkina Faso",
                "Saint Kitts and Nevis",
                "Belize",
                "Comoros",
                "São Tomé and Príncipe",
                "Burundi",
                "Vanuatu",
                "Cook Islands",
                "Central African Republic",
                "East Timor",
                "Djibouti",
                "North Korea",
                "Lesotho"
              ]
            }
          },
          "categories": {
            "title": "Categories",
            "type": "string",
            "description": "Category filter (e.g., lifestyle)."
          },
          "topics": {
            "title": "Topics",
            "type": "string",
            "description": "Topic filter (e.g., travel)."
          },
          "accountTypes": {
            "title": "Account Types",
            "type": "array",
            "description": "Account type filter. Select one or more types.",
            "items": {
              "type": "string",
              "enum": [
                "person",
                "organization",
                "page"
              ]
            }
          },
          "hasEmail": {
            "title": "Has Email",
            "type": "boolean",
            "description": "If true, only return influencers that have an email."
          },
          "platforms": {
            "title": "Platforms",
            "type": "array",
            "description": "Platform filter. Select one or more platforms.",
            "items": {
              "type": "string",
              "enum": [
                "instagram",
                "youtube",
                "tiktok",
                "x",
                "linkedin",
                "facebook",
                "whatsapp",
                "spotify",
                "telegram",
                "substack",
                "onlyfans",
                "strava"
              ]
            }
          },
          "maxItems": {
            "title": "Max Items",
            "minimum": 1,
            "maximum": 100000,
            "type": "integer",
            "description": "Maximum number of influencers to collect.",
            "default": 100
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Proxy settings for the actor. Use Apify proxy groups for best results.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}