# Influencer Scraper (`creativault/creativault-creator-search`) Actor

Search TikTok, Instagram, YouTube, and Twitter/X creators with follower, country, engagement, email, industry, and audience filters.

- **URL**: https://apify.com/creativault/creativault-creator-search.md
- **Developed by:** [creativault](https://apify.com/creativault) (community)
- **Categories:** AI, Lead generation
- **Stats:** 6 total users, 3 monthly users, 75.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $8.00 / 1,000 audience creator results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Influencer Scraper

Search TikTok, Instagram, YouTube, and Twitter/X creators with follower, country, engagement, email, industry, and audience filters.

### Pricing

$8.00 / 1,000 creators.

### Notes

- Empty searches and failed requests are not charged.
- Status polling is free.

# Actor input Schema

## `platform` (type: `string`):

Social platform.

## `keyword` (type: `string`):

Creator keyword, topic, niche, or username.

## `countryCode` (type: `string`):

Comma-separated ISO country codes, for example US,CA. Common country names such as United States/美国 are normalized automatically.

## `languageCode` (type: `string`):

Comma-separated creator content language codes, for example en,es. Common language names such as English/英语 are normalized automatically.

## `industry` (type: `string`):

Industry/category filter. Use supported English category names or IDs. For TikTok, Chinese labels such as 美妆 may not be accepted by the OpenAPI.

## `followersCntGte` (type: `integer`):

Minimum followers/subscribers.

## `followersCntLte` (type: `integer`):

Maximum followers/subscribers. Leave as 0 to omit.

## `last10AvgVideoViewsGte` (type: `number`):

Minimum average views.

## `last10AvgVideoViewsLte` (type: `number`):

Maximum average views. Leave as 0 to omit.

## `last10AvgVideoInteractionRateGte` (type: `number`):

0-100 percentage.

## `last10AvgVideoInteractionRateLte` (type: `number`):

0-100 percentage. Leave as 0 to omit.

## `last10AvgShortVideoViewsGte` (type: `number`):

YouTube only. Minimum last-10 short-video average views.

## `last10AvgShortVideoViewsLte` (type: `number`):

YouTube only. Leave as 0 to omit.

## `last10AvgShortVideoInteractionRateGte` (type: `number`):

YouTube only. 0-100 percentage.

## `last10AvgShortVideoInteractionRateLte` (type: `number`):

YouTube only. Leave as 0 to omit.

## `last10AvgVideoLikesCntGte` (type: `number`):

Twitter/X only. Minimum last-10 average likes.

## `last10AvgVideoLikesCntLte` (type: `number`):

Twitter/X only. Leave as 0 to omit.

## `lastVideoViewsCntGte` (type: `integer`):

Twitter/X only. Minimum latest video views.

## `lastVideoViewsCntLte` (type: `integer`):

Twitter/X only. Leave as 0 to omit.

## `last10VideoViewsPerSubGte` (type: `number`):

Twitter/X only. Last-10 average views per follower.

## `last10VideoViewsPerSubLte` (type: `number`):

Twitter/X only. Leave as 0 to omit.

## `last10MedVideoViewsPerSubGte` (type: `number`):

Twitter/X only. Last-10 median views per follower.

## `last10MedVideoViewsPerSubLte` (type: `number`):

Twitter/X only. Leave as 0 to omit.

## `hasEmail` (type: `boolean`):

Return only creators with public email contact when supported.

## `hasWhatsapp` (type: `boolean`):

YouTube/Instagram filter.

## `hasMcn` (type: `boolean`):

TikTok only.

## `hasLine` (type: `boolean`):

TikTok only.

## `hasZalo` (type: `boolean`):

TikTok only.

## `isProductKol` (type: `boolean`):

Instagram only.

## `isAiCreator` (type: `boolean`):

YouTube/Instagram filter when supported.

## `isBlueVerified` (type: `boolean`):

Twitter/X only.

## `isVerified` (type: `string`):

Twitter/X optional verification filter.

## `kolStyle` (type: `string`):

Twitter/X only. Comma-separated style tags.

## `gender` (type: `string`):

Optional creator gender filter.

## `audienceCountryCodeList` (type: `string`):

Comma-separated ISO country codes. Common country names are normalized automatically.

## `audienceLanguageCodeList` (type: `string`):

Comma-separated language codes. Common language names are normalized automatically.

## `audienceAgeList` (type: `string`):

Comma-separated age group IDs or labels when supported.

## `audienceFemaleRateGte` (type: `number`):

Minimum female audience percentage.

## `audienceFemaleRateLte` (type: `number`):

Maximum female audience percentage. Leave as 0 to omit.

## `lastVideoPublishDateGte` (type: `string`):

YYYY-MM-DD.

## `lastVideoPublishDateLte` (type: `string`):

YYYY-MM-DD.

## `productCategoryIdArray` (type: `string`):

TikTok only. Comma-separated product category IDs.

## `last30dayGmvGte` (type: `number`):

TikTok commerce filter.

## `last30dayGmvLte` (type: `number`):

TikTok commerce filter. Leave as 0 to omit.

## `last30dayGpmGte` (type: `number`):

TikTok commerce filter.

## `last30dayGpmLte` (type: `number`):

TikTok commerce filter. Leave as 0 to omit.

## `last30dayGmvPerBuyerGte` (type: `number`):

TikTok commerce filter.

## `last30dayGmvPerBuyerLte` (type: `number`):

TikTok commerce filter. Leave as 0 to omit.

## `last30dayCommissionRateGte` (type: `number`):

TikTok commerce filter.

## `last30dayCommissionRateLte` (type: `number`):

TikTok commerce filter. Leave as 0 to omit.

## `sortField` (type: `string`):

Optional. Leave empty to use a platform-safe default.

## `sortOrder` (type: `string`):

Sort direction.

## `maxResults` (type: `integer`):

Maximum records to return and charge for.

## `size` (type: `integer`):

Creator/collection page size max 100. Video search is capped at 10.

## `lang` (type: `string`):

Language for translated code values.

## `maxRetries` (type: `integer`):

Retries for temporary CreatiVault API rate-limit and server errors.

## Actor input object example

```json
{
  "platform": "tiktok",
  "countryCode": "US",
  "followersCntGte": 10000,
  "followersCntLte": 0,
  "last10AvgVideoViewsGte": 0,
  "last10AvgVideoViewsLte": 0,
  "last10AvgVideoInteractionRateGte": 0,
  "last10AvgVideoInteractionRateLte": 0,
  "last10AvgShortVideoViewsGte": 0,
  "last10AvgShortVideoViewsLte": 0,
  "last10AvgShortVideoInteractionRateGte": 0,
  "last10AvgShortVideoInteractionRateLte": 0,
  "last10AvgVideoLikesCntGte": 0,
  "last10AvgVideoLikesCntLte": 0,
  "lastVideoViewsCntGte": 0,
  "lastVideoViewsCntLte": 0,
  "last10VideoViewsPerSubGte": 0,
  "last10VideoViewsPerSubLte": 0,
  "last10MedVideoViewsPerSubGte": 0,
  "last10MedVideoViewsPerSubLte": 0,
  "hasEmail": false,
  "hasWhatsapp": false,
  "hasMcn": false,
  "hasLine": false,
  "hasZalo": false,
  "isProductKol": false,
  "isAiCreator": false,
  "isBlueVerified": false,
  "isVerified": "",
  "gender": "",
  "audienceFemaleRateGte": 0,
  "audienceFemaleRateLte": 0,
  "last30dayGmvGte": 0,
  "last30dayGmvLte": 0,
  "last30dayGpmGte": 0,
  "last30dayGpmLte": 0,
  "last30dayGmvPerBuyerGte": 0,
  "last30dayGmvPerBuyerLte": 0,
  "last30dayCommissionRateGte": 0,
  "last30dayCommissionRateLte": 0,
  "sortOrder": "desc",
  "maxResults": 100,
  "size": 50,
  "lang": "en",
  "maxRetries": 3
}
```

# Actor output Schema

## `results` (type: `string`):

Creator profiles returned by the Actor.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("creativault/creativault-creator-search").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("creativault/creativault-creator-search").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call creativault/creativault-creator-search --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=creativault/creativault-creator-search",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/3Yv1YOxppKmdk2kkt/builds/zjms0iKtfkymQA2pX/openapi.json
