# TikTok Creative Partners Scraper (`lexis-solutions/tiktok-creative-partners-scraper`) Actor

Scrape TikTok Creative Exchange to collect structured creative partner profiles with regions, markets, languages, service packages, videos, testimonials, and pricing signals for partner discovery, market research, and analytics.

- **URL**: https://apify.com/lexis-solutions/tiktok-creative-partners-scraper.md
- **Developed by:** [Lexis Solutions](https://apify.com/lexis-solutions) (community)
- **Categories:** Social media, Lead generation, AI
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.99 / 1,000 partners

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.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/platform/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

## TikTok Creative Partners Scraper

![banner](https://i.imgur.com/el10OiP.png)

TikTok Creative Exchange is TikTok's partner discovery marketplace. This actor collects structured partner profile data from TikTok Creative Exchange search results and partner detail pages.

### Introduction

The TikTok Creative Partners scraper starts from search filters or partner detail URLs, goes through result pages, and extracts structured partner data such as partner name, description, website, supported regions, supported markets, languages, service packages, videos, testimonials, and more.

### Use Cases

- **Market research**: Discover TikTok creative partners by region, language, service package, or keyword.
- **Partner discovery**: Build shortlists of agencies, creators, and creative service providers.
- **Competitive analysis**: Track partner positioning, supported markets, and package offerings.
- **Analytics pipelines**: Feed BI tools, dashboards, and internal warehousing.

### Input

Provide the following fields:

- `query` (string, optional): Partner name search query.
- `orderBy` (string, optional): Sort results by newest arrival or most popular.
- `region` (string, optional): Supported region filter.
- `languages` (array, optional): Creative asset language filters.
- `servicePackages` (array, optional): Service package filters.
- `startUrls` (array, optional): TikTok Creative Exchange partner detail URLs.
- `maxItems` (integer, optional): Maximum number of partner profiles to extract from search results.
- `proxyConfiguration` (object, optional): Apify proxy settings.

Notes:

- If `query` is empty and `startUrls` is empty, the actor collects partners from the default listing.
- If `query` is provided, the actor filters partners by partner name.
- If `startUrls` are provided without `query`, the actor extracts only those partner detail URLs.
- `region`, `languages`, and `servicePackages` can be combined with `query`.
- Service packages that do not match the selected region are ignored.
- Crawling stops when `maxItems` is reached or when no more result items are found.

### Input Examples

**1) Search filters**

```json
{
  "query": "digital",
  "orderBy": "2",
  "region": "LATAM-BR",
  "languages": ["th"],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
````

**2) Start URLs**

```json
{
  "startUrls": [
    {
      "url": "https://ads.tiktok.com/creativeexchange/partner-discovery/7172198582135619585"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

### Output

Each dataset item contains fields like:

```json
{
  "url": "https://ads.tiktok.com/creativeexchange/partner-discovery/7172198582135619585",
  "partnerId": "7172198582135619585",
  "partnerName": "BILBERRY DIGITAL LIMITED",
  "partnerEntityName": "bilberry digital limited",
  "description": "Creative production partner description",
  "landingPageUrl": "https://www.billberry.com",
  "profilePhoto": "https://p16-cc-sg.ibyteimg.com/example.jpeg",
  "region": "CNOB",
  "supportedRegions": ["CNOB"],
  "supportedMarkets": ["CN"],
  "languageCreativeAssetsSupported": ["en", "zh", "th"],
  "languageSpokenByCompany": ["en", "zh"],
  "expertiseCategories": [2913, 2904],
  "businessCategories": [],
  "serviceTypes": [],
  "servicePackages": [10007, 10001],
  "supportedServicePackages": [],
  "servicePackageIds": ["7231918105344294913"],
  "supportedBusinessTypes": [1, 4],
  "businessType": 1,
  "segment": ["SMB", "MM", "KA"],
  "minPrice": 0,
  "isAvailable": false,
  "unavailableReason": 2,
  "isCsfTopPartner": false,
  "isTestPartner": false,
  "hasFreePack": false,
  "supportSubscription": false,
  "profileStatus": 2,
  "tags": [],
  "sizzleReel": "v10033g50000chdjra3c77ud5m09ad2g",
  "sizzleInfo": {},
  "previousVideoSample": ["v10033g50000chdjpqbc77u39i1dagng"],
  "previousVideoInfos": [],
  "marketingMaterialUrls": [],
  "testimonials": [],
  "contacts": []
}
```

The scraper paginates through partner search results and stops when `maxItems` is reached or when no more result items are found.

### Why use the TikTok Creative Partners Scraper?

- **Focused**: Built specifically for TikTok Creative Exchange partner discovery.
- **Structured output**: Ready-to-use JSON records for automation and analysis.
- **Search filters**: Supports keyword, region, language, service package, and sorting filters.
- **Flexible input**: Supports both search-based scraping and direct partner detail URLs.
- **Apify-native**: Works with Apify datasets, request queue, and proxy config.

### FAQ

- **How many partners can it extract?**\
  Controlled by `maxItems` for search results.

- **Do I need proxies?**\
  Not always, but proxies are recommended for larger runs and stability.

- **Can I start from a partner detail URL?**\
  Yes. Add TikTok Creative Exchange partner detail URLs to `startUrls`.

- **What if TikTok changes their website structure?**\
  The actor may require updates to keep extraction stable.

### Need to scrape other marketing platforms?

Check out our other scrapers:

- [TikTok Ads Scraper](https://apify.com/lexis-solutions/tiktok-ads-scraper).
- [TikTok Top Ads Scraper](https://apify.com/lexis-solutions/tiktok-top-ads-scraper).
- [Snapchat Ads Scraper](https://apify.com/lexis-solutions/snapchat-ads-scraper).
- [Reddit Ads Scraper](https://apify.com/lexis-solutions/reddit-ads-scraper).
- [Google Ads Scraper](https://apify.com/lexis-solutions/google-ads-scraper).
- [Pinterest Ads Scraper](https://apify.com/lexis-solutions/pinterest-ads-scraper).

***

**Need help or want a custom solution?**

Lexis Solutions is a certified Apify Partner. We can help with custom data extraction projects.

Contact us over [Email](mailto:scraping@lexis.solutions) or [LinkedIn](https://www.linkedin.com/company/lexis-solutions).

### Support Our Work

If you're happy with our work and scrapers, you're welcome to leave us a company review [here](https://apify.com/partners/find/lexis-solutions/review) and leave a review for the scrapers you're subscribed to.

### Image Credit

Image credit: [ads.tiktok.com](https://ads.tiktok.com/).

# Actor input Schema

## `query` (type: `string`):

Partner name search query. Example: digital.

## `orderBy` (type: `string`):

Sorting method for partner search results.

## `region` (type: `string`):

Filter partners by supported region.

## `languages` (type: `array`):

Optional creative asset languages. The actor ignores selected languages that do not match the selected region.

## `servicePackages` (type: `array`):

Optional service packages. The actor ignores selected packages that do not match the selected region.

## `startUrls` (type: `array`):

TikTok Creative Exchange partner detail URLs to scrape directly.

## `maxItems` (type: `integer`):

Maximum number of partner detail requests to process from search results.

## `proxyConfiguration` (type: `object`):

Your proxy configuration from Apify.

## Actor input object example

```json
{
  "query": "digital",
  "orderBy": "3",
  "startUrls": [
    {
      "url": "https://ads.tiktok.com/creativeexchange/partner-discovery/7172198582135619585"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# 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 = {
    "query": "digital",
    "startUrls": [
        {
            "url": "https://ads.tiktok.com/creativeexchange/partner-discovery/7172198582135619585"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("lexis-solutions/tiktok-creative-partners-scraper").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 = {
    "query": "digital",
    "startUrls": [{ "url": "https://ads.tiktok.com/creativeexchange/partner-discovery/7172198582135619585" }],
}

# Run the Actor and wait for it to finish
run = client.actor("lexis-solutions/tiktok-creative-partners-scraper").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 '{
  "query": "digital",
  "startUrls": [
    {
      "url": "https://ads.tiktok.com/creativeexchange/partner-discovery/7172198582135619585"
    }
  ]
}' |
apify call lexis-solutions/tiktok-creative-partners-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=lexis-solutions/tiktok-creative-partners-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "TikTok Creative Partners Scraper",
        "description": "Scrape TikTok Creative Exchange to collect structured creative partner profiles with regions, markets, languages, service packages, videos, testimonials, and pricing signals for partner discovery, market research, and analytics.",
        "version": "1.0",
        "x-build-id": "REpxl8N45dSFVE7ko"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/lexis-solutions~tiktok-creative-partners-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-lexis-solutions-tiktok-creative-partners-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/lexis-solutions~tiktok-creative-partners-scraper/runs": {
            "post": {
                "operationId": "runs-sync-lexis-solutions-tiktok-creative-partners-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/lexis-solutions~tiktok-creative-partners-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-lexis-solutions-tiktok-creative-partners-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": {
                    "query": {
                        "title": "Search query",
                        "type": "string",
                        "description": "Partner name search query. Example: digital."
                    },
                    "orderBy": {
                        "title": "Sort by",
                        "enum": [
                            "3",
                            "2"
                        ],
                        "type": "string",
                        "description": "Sorting method for partner search results.",
                        "default": "3"
                    },
                    "region": {
                        "title": "Region",
                        "enum": [
                            "GLOBAL",
                            "NA",
                            "NA-US",
                            "NA-CA",
                            "EU",
                            "EE",
                            "APAC",
                            "JP",
                            "KR",
                            "AUNZ",
                            "APAC-AU",
                            "APAC-NZ",
                            "SEA",
                            "APAC-SG&MY",
                            "APAC-SG",
                            "APAC-MY",
                            "APAC-PH",
                            "APAC-ID",
                            "APAC-VN",
                            "APAC-TH",
                            "CNOB",
                            "LATAM",
                            "LATAM-BR",
                            "LATAM-MX&3SA",
                            "LATAM-MX&Miami",
                            "LATAM-Colombia&Peru",
                            "LATAM-Ecuador&SouthCone",
                            "METAP",
                            "METAP-GCC&EG",
                            "METAP-TR",
                            "METAP-CSA",
                            "METAP-Morocco",
                            "METAP-PK",
                            "METAP-ZA"
                        ],
                        "type": "string",
                        "description": "Filter partners by supported region."
                    },
                    "languages": {
                        "title": "Languages",
                        "type": "array",
                        "description": "Optional creative asset languages. The actor ignores selected languages that do not match the selected region.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "ar",
                                "az",
                                "be",
                                "bn",
                                "zh-yue",
                                "zh",
                                "zh-Hant",
                                "cs",
                                "da",
                                "nl",
                                "en",
                                "fi",
                                "fr",
                                "de",
                                "el",
                                "he",
                                "hi",
                                "id",
                                "it",
                                "ja",
                                "kk",
                                "km",
                                "ko",
                                "lt",
                                "ms",
                                "no",
                                "pl",
                                "pt",
                                "ro",
                                "ru",
                                "sr",
                                "si",
                                "es",
                                "es-la",
                                "es-sp",
                                "sv",
                                "tl",
                                "ta",
                                "te",
                                "th",
                                "tr",
                                "ur",
                                "vi",
                                "yo"
                            ],
                            "enumTitles": [
                                "Arabic",
                                "Azerbaijani",
                                "Belarusian",
                                "Bengali",
                                "Cantonese",
                                "Chinese",
                                "Chinese (Traditional)",
                                "Czech",
                                "Danish",
                                "Dutch",
                                "English",
                                "Finnish",
                                "French",
                                "German",
                                "Greek",
                                "Hebrew",
                                "Hindi",
                                "Indonesian",
                                "Italian",
                                "Japanese",
                                "Kazakh",
                                "Khmer",
                                "Korean",
                                "Lithuanian",
                                "Malay",
                                "Norwegian",
                                "Polish",
                                "Portuguese",
                                "Romanian",
                                "Russian",
                                "Serbian",
                                "Sinhala",
                                "Spanish",
                                "Spanish (Latin America)",
                                "Spanish (Spain)",
                                "Swedish",
                                "Tagalog",
                                "Tamil",
                                "Telugu",
                                "Thai",
                                "Turkish",
                                "Urdu",
                                "Vietnamese",
                                "Yoruba"
                            ]
                        }
                    },
                    "servicePackages": {
                        "title": "Service packages",
                        "type": "array",
                        "description": "Optional service packages. The actor ignores selected packages that do not match the selected region.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "7491888069164367889",
                                "7493094171012775937",
                                "7493373700818075649",
                                "7498293353436512273",
                                "7491918207423610897",
                                "7493094446658355216",
                                "7493378588386017297",
                                "7498289613921107984",
                                "7615537334142058512",
                                "7615536145971183632",
                                "7390099986681249809",
                                "7398256640136577041",
                                "7398257610962534401",
                                "7315255703890067457",
                                "7315271813007704066",
                                "7358285092009132049",
                                "7384932985784549384",
                                "7315420270251524098",
                                "7315420575692947457",
                                "7315420582923747329",
                                "7315438556447670274",
                                "7315439911035961345",
                                "7321627873742635010",
                                "7333139109906579458",
                                "7476084199557201936",
                                "7477919647262769169",
                                "7420042656899776519",
                                "7258050539592613890",
                                "7321623096178540546",
                                "7333139109906628610",
                                "7372425353723346951",
                                "7372425353723396103",
                                "7395876613251973136",
                                "7333139109906530306",
                                "7334533536089210881",
                                "7315394656622346242",
                                "7319511363901145090",
                                "7319526295447044097",
                                "7319526365227696130",
                                "7360479292368846864",
                                "7472993255500611600",
                                "7315375931395653633",
                                "7415930581449801746",
                                "7415929547759140871",
                                "7408422229446426642",
                                "7408487107569909767",
                                "7408503631115862034",
                                "7408527503415345160",
                                "7464422624228458512",
                                "7387726582095446033",
                                "7387726582095511569",
                                "7387734749558816785",
                                "7387768754895077377",
                                "7315417689030311938",
                                "7626245256694185985",
                                "7626306127839395841",
                                "7315375847141834753",
                                "7334533536089014273",
                                "7477922894459273232",
                                "7476082664525922321",
                                "7623618531745120273",
                                "7315384995454124034",
                                "7319511363901063170",
                                "7319516688616030209",
                                "7319522674936758273",
                                "7255190712256315394",
                                "7315373413932236801",
                                "7463424628539768833",
                                "7386749157580537863",
                                "7558364503621189648",
                                "7315379257973211137",
                                "7472981479736442897",
                                "7387559467816108033",
                                "7315373839859613697",
                                "7334533536089079809",
                                "7315375931395522561",
                                "7334533536089145345",
                                "7387559467795136513",
                                "7387559467816173569",
                                "7315378991215411202",
                                "7620262353665343505",
                                "7620262394127761425",
                                "7551796174701903889",
                                "7551798059261231121",
                                "7472992945961353232",
                                "7551782076165783553",
                                "7317172845098942465",
                                "7317164028374269953",
                                "7317172845099024385",
                                "7317189004322095105",
                                "7317193421729349634",
                                "7323168461620822017",
                                "7317185980417736705",
                                "7317191196718284801",
                                "7323173595117518849",
                                "7231918105344245761",
                                "7231918105344229377",
                                "7389583969999716359",
                                "7231918105344098305",
                                "7247141239655563265",
                                "7389586396429860872",
                                "7241823956091764738",
                                "7241823916820463618",
                                "7267838326353297410",
                                "7267838326353362946",
                                "7267838326353330178",
                                "7389583759835840530",
                                "7231918105344081921",
                                "7247141239655579649",
                                "7389583759835889682",
                                "7231918105344196609",
                                "7231918105344262145",
                                "7315389856543260674",
                                "7317959189049655298",
                                "7319513445039407106",
                                "7319514531917611009",
                                "7413911056289906689",
                                "7390156023224565777",
                                "7390104400158539793",
                                "7390164215111385105",
                                "7390150071465312257",
                                "7315417689030197250",
                                "7386758829138067463",
                                "7589649699171434513",
                                "7598189474165653505",
                                "7356036719696707592",
                                "7576558933117272065",
                                "7231918105344131073",
                                "7241823956091797506",
                                "7247141239655530497",
                                "7247141239655596033",
                                "7317173432251318273",
                                "7317176318045503489",
                                "7306706232079859713",
                                "7317164028374335489",
                                "7317171201462075394",
                                "7317177089432502273",
                                "7323168010800381953",
                                "7291637865958604802",
                                "7441206463835537426",
                                "7413911056290136065",
                                "7437319938597060609",
                                "7231918105344180225",
                                "7231918105344147457",
                                "7231918105344212993",
                                "7247141239655546881",
                                "7247141239655612417",
                                "7267838326353395714",
                                "7306706232079843329",
                                "7306706232079908865",
                                "7306706232079958017",
                                "7317174141289971714",
                                "7317174507729387522",
                                "7317176090357776386",
                                "7317176914358140929",
                                "7323168010800431105",
                                "7303348214869196802",
                                "7340007478031204353",
                                "7315374199610736641",
                                "7415930717124378632",
                                "7415930511052259335",
                                "7623619051960631313",
                                "7589665738736795649",
                                "7589679595089772545",
                                "7589688955683995649",
                                "7598157463002841105",
                                "7589617617313513489",
                                "7589649694356455425",
                                "7340440402757206017",
                                "7255190712256331778",
                                "7476470573074366480",
                                "7585566770052874241",
                                "7588120338605932560",
                                "7588151354045005841",
                                "7595936828373712913",
                                "7625526083273932801",
                                "7519884156210429953",
                                "7519881963013406721",
                                "7519876212371062800",
                                "7315420270251376642",
                                "7255190712256348162",
                                "7475997096916205569",
                                "7475997072127311873",
                                "7475997096916254721"
                            ],
                            "enumTitles": [
                                "AIGC Advanced - Turkey",
                                "AIGC Advanced - GCC and Egypt",
                                "AIGC Advanced - Central and South Asia",
                                "AIGC Advanced - South Africa",
                                "AIGC Starter - Turkey",
                                "AIGC Starter - GCC and Egypt",
                                "AIGC Starter - Central and South Asia",
                                "AIGC Starter - South Africa",
                                "Beans-ContactLens",
                                "Beans-Puzzle/Handicrafts",
                                "Branded Mission Package",
                                "Branded Mission Pro",
                                "Branded Mission Starter",
                                "CGC Package A",
                                "CGC Package B",
                                "Content Creator",
                                "Core",
                                "Custom - Japan",
                                "Custom - New Zealand",
                                "Custom - Australia",
                                "Custom - Vietnam",
                                "Custom - Thailand",
                                "Custom - Indonesia",
                                "Custom - Turkey",
                                "Custom - Central and South Asia",
                                "Custom - Pakistan",
                                "Custom CLP",
                                "Custom Package - North America",
                                "Custom Package - Philippines",
                                "Custom Package - South Africa",
                                "Custom Package - Singapore",
                                "Custom Package - Malaysia",
                                "Custom Package - Europe",
                                "Custom Package - GCC and Egypt",
                                "Custom Package - Morocco",
                                "Customized - Brazil",
                                "Customized - Mexico and Miami",
                                "Customized - Ecuador and South Cone",
                                "Customized - Colombia and Peru",
                                "Dispatch",
                                "Egypt Creator Package",
                                "Expert - South Africa",
                                "Expert - Pakistan",
                                "Expert KZ",
                                "Express Edit - South Africa",
                                "Express Edit - Turkey",
                                "Express Edit - GCC and Egypt",
                                "Express Edit - Central and South Asia",
                                "Express Edit - Morocco",
                                "Flex - Brazil",
                                "Flex - Mexico and Miami",
                                "Flex - Colombia and Peru",
                                "Flex - Ecuador and South Cone",
                                "Hybrid",
                                "JIALE-Men's Wear",
                                "JIALE-TrendBrand",
                                "Lite - South Africa",
                                "Lite - Morocco",
                                "Lite - Pakistan",
                                "Lite KZ",
                                "Lite-2026",
                                "M - Brazil",
                                "M - Mexico and Miami",
                                "M - Colombia and Peru",
                                "M - Ecuador and South Cone",
                                "Macro",
                                "Macro-Tier",
                                "Massive Production",
                                "Max",
                                "Micro Standard",
                                "Micro Tier",
                                "Micro Volume",
                                "Mid-Tier",
                                "Mid-Tier Basic - GCC and Egypt",
                                "Mid-Tier Basic - Morocco",
                                "Mid-Tier Expert - GCC and Egypt",
                                "Mid-Tier Expert - Morocco",
                                "Mid-Tier Value",
                                "Mid-Tier Volume",
                                "Mix Tier",
                                "MUXUE-Babycare",
                                "MUXUE-kovoapex",
                                "Nano Tier",
                                "Native 12",
                                "Native 6",
                                "Native 9",
                                "Net New - Standard",
                                "Net New Basic - South Africa",
                                "Net New Basic - Pakistan",
                                "Net New Basic - GCC and Egypt",
                                "Net New Basic - Turkey",
                                "Net New Basic - Morocco",
                                "Net New Standard - Turkey",
                                "Net New Standard - GCC and Egypt",
                                "Net New Standard - Morocco",
                                "Net-new acceleration",
                                "Net-new activation",
                                "Net-New Avatars",
                                "Net-new basic - North America",
                                "Net-new basic - Mexico and 3SA",
                                "Net-New Basic",
                                "Net-new basic - For GCC Advertisers",
                                "Net-new basic - For South africa, Turkey, and Egypt Advertisers",
                                "Net-new Branding",
                                "Net-new Content Creator",
                                "Net-new Performance",
                                "Net-New Premium",
                                "Net-new standard - North America",
                                "Net-new standard - Mexico and 3SA",
                                "Net-New Standard",
                                "Net-new standard - For GCC Advertisers",
                                "Net-new ultimate",
                                "P - Brazil",
                                "P - Mexico and Miami",
                                "P - Colombia and Peru",
                                "P - Ecuador and South Cone",
                                "Pangle",
                                "Pharma Net-New Basic",
                                "Pharma Net-New Standard",
                                "Pharma Remix Basic",
                                "Pharma Remix Standard",
                                "Premium",
                                "Pro",
                                "Product Video at Scale with Symphony - Colombia and Peru",
                                "Product Video at Scale with Symphony - Mexico and Miami",
                                "Remix - China Outbound",
                                "Remix - Japan",
                                "Remix basic - North America",
                                "Remix basic - METAP",
                                "Remix basic - Brazil",
                                "Remix basic - Mexico and 3SA",
                                "Remix basic - Pakistan",
                                "Remix basic - Turkey",
                                "Remix Basic - Mexico and Miami",
                                "Remix Basic - South Africa",
                                "Remix Basic - Central and South Asia",
                                "Remix Basic - GCC and Egypt",
                                "Remix Basic - Morocco",
                                "Remix Lite",
                                "Remix Lite AI",
                                "Remix Plus - Turkey",
                                "Remix Plus - Central and South Asia",
                                "Remix Pro",
                                "Remix standard - North America",
                                "Remix standard - METAP",
                                "Remix standard - Brazil",
                                "Remix standard - Mexico and 3SA",
                                "Remix Standard - Australia and New Zealand",
                                "Remix Standard - Mexico and Miami",
                                "Remix Standard - Colombia and Peru",
                                "Remix Standard - Ecuador and South Cone",
                                "Remix Standard - Central and South Asia",
                                "Remix Standard - Pakistan",
                                "Remix Standard - GCC and Egypt",
                                "Remix Standard - Turkey",
                                "Remix Standard - Morocco",
                                "Remix Starter",
                                "Remix Starter-Copy",
                                "Standard - South Africa",
                                "Standard - Pakistan",
                                "Standard KZ",
                                "Standard-2026",
                                "Symphony Creative Studio - Ecuador and South Cone",
                                "Symphony Creative Studio - Brazil",
                                "Symphony Creative Studio - Colombia and Peru",
                                "Symphony Creative Studio - Mexico and Miami",
                                "Symphony Product Video at Scale - Brazil",
                                "Symphony Product Video at Scale - Ecuador and South Cone",
                                "Test_F-Copy update",
                                "Top Tier",
                                "TopView",
                                "UGC - Brazil",
                                "UGC - Colombia and Peru",
                                "UGC - Ecuador and South Cone",
                                "UGC - Mexico and Miami",
                                "UGC Lite",
                                "UGC Plus",
                                "UGC Scale",
                                "UGC Standard",
                                "Value",
                                "Value Hybrid",
                                "Volume Lite",
                                "Volume Plus",
                                "Volume Standard"
                            ]
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "TikTok Creative Exchange partner detail URLs to scrape directly.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Maximum number of items",
                        "type": "integer",
                        "description": "Maximum number of partner detail requests to process from search results.",
                        "default": 5
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Your proxy configuration from Apify.",
                        "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
