# 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:** 2 total users, 1 monthly users, 86.7% 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 a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use 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

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Influencer Scraper",
        "description": "Search TikTok, Instagram, YouTube, and Twitter/X creators with follower, country, engagement, email, industry, and audience filters.",
        "version": "1.0",
        "x-build-id": "zjms0iKtfkymQA2pX"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/creativault~creativault-creator-search/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-creativault-creativault-creator-search",
                "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/creativault~creativault-creator-search/runs": {
            "post": {
                "operationId": "runs-sync-creativault-creativault-creator-search",
                "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/creativault~creativault-creator-search/run-sync": {
            "post": {
                "operationId": "run-sync-creativault-creativault-creator-search",
                "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": {
                    "platform": {
                        "title": "Platform",
                        "enum": [
                            "tiktok",
                            "youtube",
                            "instagram",
                            "twitter"
                        ],
                        "type": "string",
                        "description": "Social platform.",
                        "default": "tiktok"
                    },
                    "keyword": {
                        "title": "Keyword",
                        "type": "string",
                        "description": "Creator keyword, topic, niche, or username."
                    },
                    "countryCode": {
                        "title": "Creator country code",
                        "type": "string",
                        "description": "Comma-separated ISO country codes, for example US,CA. Common country names such as United States/美国 are normalized automatically.",
                        "default": "US"
                    },
                    "languageCode": {
                        "title": "Creator language code",
                        "type": "string",
                        "description": "Comma-separated creator content language codes, for example en,es. Common language names such as English/英语 are normalized automatically."
                    },
                    "industry": {
                        "title": "Industry or category",
                        "type": "string",
                        "description": "Industry/category filter. Use supported English category names or IDs. For TikTok, Chinese labels such as 美妆 may not be accepted by the OpenAPI."
                    },
                    "followersCntGte": {
                        "title": "Minimum followers",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum followers/subscribers.",
                        "default": 10000
                    },
                    "followersCntLte": {
                        "title": "Maximum followers",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum followers/subscribers. Leave as 0 to omit.",
                        "default": 0
                    },
                    "last10AvgVideoViewsGte": {
                        "title": "Minimum average views",
                        "minimum": 0,
                        "type": "number",
                        "description": "Minimum average views.",
                        "default": 0
                    },
                    "last10AvgVideoViewsLte": {
                        "title": "Maximum average views",
                        "minimum": 0,
                        "type": "number",
                        "description": "Maximum average views. Leave as 0 to omit.",
                        "default": 0
                    },
                    "last10AvgVideoInteractionRateGte": {
                        "title": "Minimum interaction rate (%)",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "0-100 percentage.",
                        "default": 0
                    },
                    "last10AvgVideoInteractionRateLte": {
                        "title": "Maximum interaction rate (%)",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "0-100 percentage. Leave as 0 to omit.",
                        "default": 0
                    },
                    "last10AvgShortVideoViewsGte": {
                        "title": "Minimum short-video average views",
                        "minimum": 0,
                        "type": "number",
                        "description": "YouTube only. Minimum last-10 short-video average views.",
                        "default": 0
                    },
                    "last10AvgShortVideoViewsLte": {
                        "title": "Maximum short-video average views",
                        "minimum": 0,
                        "type": "number",
                        "description": "YouTube only. Leave as 0 to omit.",
                        "default": 0
                    },
                    "last10AvgShortVideoInteractionRateGte": {
                        "title": "Minimum short-video interaction rate (%)",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "YouTube only. 0-100 percentage.",
                        "default": 0
                    },
                    "last10AvgShortVideoInteractionRateLte": {
                        "title": "Maximum short-video interaction rate (%)",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "YouTube only. Leave as 0 to omit.",
                        "default": 0
                    },
                    "last10AvgVideoLikesCntGte": {
                        "title": "Minimum average likes",
                        "minimum": 0,
                        "type": "number",
                        "description": "Twitter/X only. Minimum last-10 average likes.",
                        "default": 0
                    },
                    "last10AvgVideoLikesCntLte": {
                        "title": "Maximum average likes",
                        "minimum": 0,
                        "type": "number",
                        "description": "Twitter/X only. Leave as 0 to omit.",
                        "default": 0
                    },
                    "lastVideoViewsCntGte": {
                        "title": "Minimum latest video views",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Twitter/X only. Minimum latest video views.",
                        "default": 0
                    },
                    "lastVideoViewsCntLte": {
                        "title": "Maximum latest video views",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Twitter/X only. Leave as 0 to omit.",
                        "default": 0
                    },
                    "last10VideoViewsPerSubGte": {
                        "title": "Minimum views/followers (%)",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "Twitter/X only. Last-10 average views per follower.",
                        "default": 0
                    },
                    "last10VideoViewsPerSubLte": {
                        "title": "Maximum views/followers (%)",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "Twitter/X only. Leave as 0 to omit.",
                        "default": 0
                    },
                    "last10MedVideoViewsPerSubGte": {
                        "title": "Minimum median views/followers (%)",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "Twitter/X only. Last-10 median views per follower.",
                        "default": 0
                    },
                    "last10MedVideoViewsPerSubLte": {
                        "title": "Maximum median views/followers (%)",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "Twitter/X only. Leave as 0 to omit.",
                        "default": 0
                    },
                    "hasEmail": {
                        "title": "Only creators with email",
                        "type": "boolean",
                        "description": "Return only creators with public email contact when supported.",
                        "default": false
                    },
                    "hasWhatsapp": {
                        "title": "Only creators with WhatsApp",
                        "type": "boolean",
                        "description": "YouTube/Instagram filter.",
                        "default": false
                    },
                    "hasMcn": {
                        "title": "TikTok has MCN",
                        "type": "boolean",
                        "description": "TikTok only.",
                        "default": false
                    },
                    "hasLine": {
                        "title": "TikTok has LINE",
                        "type": "boolean",
                        "description": "TikTok only.",
                        "default": false
                    },
                    "hasZalo": {
                        "title": "TikTok has Zalo",
                        "type": "boolean",
                        "description": "TikTok only.",
                        "default": false
                    },
                    "isProductKol": {
                        "title": "Instagram product KOL",
                        "type": "boolean",
                        "description": "Instagram only.",
                        "default": false
                    },
                    "isAiCreator": {
                        "title": "AI creator",
                        "type": "boolean",
                        "description": "YouTube/Instagram filter when supported.",
                        "default": false
                    },
                    "isBlueVerified": {
                        "title": "Twitter/X blue verified",
                        "type": "boolean",
                        "description": "Twitter/X only.",
                        "default": false
                    },
                    "isVerified": {
                        "title": "Verification status",
                        "enum": [
                            "",
                            "1",
                            "0"
                        ],
                        "type": "string",
                        "description": "Twitter/X optional verification filter.",
                        "default": ""
                    },
                    "kolStyle": {
                        "title": "KOL style tags",
                        "type": "string",
                        "description": "Twitter/X only. Comma-separated style tags."
                    },
                    "gender": {
                        "title": "Creator gender",
                        "enum": [
                            "",
                            "female",
                            "male"
                        ],
                        "type": "string",
                        "description": "Optional creator gender filter.",
                        "default": ""
                    },
                    "audienceCountryCodeList": {
                        "title": "Audience country codes",
                        "type": "string",
                        "description": "Comma-separated ISO country codes. Common country names are normalized automatically."
                    },
                    "audienceLanguageCodeList": {
                        "title": "Audience language codes",
                        "type": "string",
                        "description": "Comma-separated language codes. Common language names are normalized automatically."
                    },
                    "audienceAgeList": {
                        "title": "Audience age groups",
                        "type": "string",
                        "description": "Comma-separated age group IDs or labels when supported."
                    },
                    "audienceFemaleRateGte": {
                        "title": "Minimum female audience (%)",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "Minimum female audience percentage.",
                        "default": 0
                    },
                    "audienceFemaleRateLte": {
                        "title": "Maximum female audience (%)",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "Maximum female audience percentage. Leave as 0 to omit.",
                        "default": 0
                    },
                    "lastVideoPublishDateGte": {
                        "title": "Last post from",
                        "type": "string",
                        "description": "YYYY-MM-DD."
                    },
                    "lastVideoPublishDateLte": {
                        "title": "Last post to",
                        "type": "string",
                        "description": "YYYY-MM-DD."
                    },
                    "productCategoryIdArray": {
                        "title": "TikTok product category IDs",
                        "type": "string",
                        "description": "TikTok only. Comma-separated product category IDs."
                    },
                    "last30dayGmvGte": {
                        "title": "TikTok minimum 30-day GMV",
                        "minimum": 0,
                        "type": "number",
                        "description": "TikTok commerce filter.",
                        "default": 0
                    },
                    "last30dayGmvLte": {
                        "title": "TikTok maximum 30-day GMV",
                        "minimum": 0,
                        "type": "number",
                        "description": "TikTok commerce filter. Leave as 0 to omit.",
                        "default": 0
                    },
                    "last30dayGpmGte": {
                        "title": "TikTok minimum 30-day GPM",
                        "minimum": 0,
                        "type": "number",
                        "description": "TikTok commerce filter.",
                        "default": 0
                    },
                    "last30dayGpmLte": {
                        "title": "TikTok maximum 30-day GPM",
                        "minimum": 0,
                        "type": "number",
                        "description": "TikTok commerce filter. Leave as 0 to omit.",
                        "default": 0
                    },
                    "last30dayGmvPerBuyerGte": {
                        "title": "TikTok minimum 30-day GMV/buyer",
                        "minimum": 0,
                        "type": "number",
                        "description": "TikTok commerce filter.",
                        "default": 0
                    },
                    "last30dayGmvPerBuyerLte": {
                        "title": "TikTok maximum 30-day GMV/buyer",
                        "minimum": 0,
                        "type": "number",
                        "description": "TikTok commerce filter. Leave as 0 to omit.",
                        "default": 0
                    },
                    "last30dayCommissionRateGte": {
                        "title": "TikTok minimum commission rate (%)",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "TikTok commerce filter.",
                        "default": 0
                    },
                    "last30dayCommissionRateLte": {
                        "title": "TikTok maximum commission rate (%)",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "number",
                        "description": "TikTok commerce filter. Leave as 0 to omit.",
                        "default": 0
                    },
                    "sortField": {
                        "title": "Sort field",
                        "type": "string",
                        "description": "Optional. Leave empty to use a platform-safe default."
                    },
                    "sortOrder": {
                        "title": "Sort order",
                        "enum": [
                            "desc",
                            "asc"
                        ],
                        "type": "string",
                        "description": "Sort direction.",
                        "default": "desc"
                    },
                    "maxResults": {
                        "title": "Max billable records",
                        "minimum": 1,
                        "maximum": 100000,
                        "type": "integer",
                        "description": "Maximum records to return and charge for.",
                        "default": 100
                    },
                    "size": {
                        "title": "Page size",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Creator/collection page size max 100. Video search is capped at 10.",
                        "default": 50
                    },
                    "lang": {
                        "title": "Response language",
                        "enum": [
                            "en",
                            "cn"
                        ],
                        "type": "string",
                        "description": "Language for translated code values.",
                        "default": "en"
                    },
                    "maxRetries": {
                        "title": "Max retries",
                        "minimum": 1,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Retries for temporary CreatiVault API rate-limit and server errors.",
                        "default": 3
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
