{
  "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}