{
  "openapi": "3.0.1",
  "info": {
    "title": "TikTok Shop Creators Search",
    "description": "Find high performing TikTok Shop creators by GMV, category, sales performance and more.",
    "version": "0.1",
    "x-build-id": "Zr5TqaqfT3I73EOjQ"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/lemur~tiktok-shop-creators-search/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-lemur-tiktok-shop-creators-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/lemur~tiktok-shop-creators-search/runs": {
      "post": {
        "operationId": "runs-sync-lemur-tiktok-shop-creators-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/lemur~tiktok-shop-creators-search/run-sync": {
      "post": {
        "operationId": "run-sync-lemur-tiktok-shop-creators-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",
        "required": [
          "creatorCount",
          "region"
        ],
        "properties": {
          "category": {
            "title": "Category",
            "type": "array",
            "description": "Creator category",
            "items": {
              "type": "string",
              "enum": [
                "all",
                "605196",
                "602284",
                "601450",
                "801928",
                "951432",
                "601755",
                "605248",
                "700437",
                "604453",
                "700645",
                "604968",
                "600001",
                "600942",
                "953224",
                "802184",
                "600024",
                "824584",
                "824328",
                "602118",
                "601739",
                "856720",
                "601352",
                "603014",
                "600154",
                "604579",
                "604206",
                "601152"
              ],
              "enumTitles": [
                "All Categories",
                "Automotive & Motorcycle",
                "Baby & Maternity",
                "Beauty & Personal Care",
                "Books, Magazines & Audio",
                "Collectibles",
                "Computers & Office Equipment",
                "Fashion Accessories",
                "Food & Beverages",
                "Furniture",
                "Health",
                "Home Improvement",
                "Home Supplies",
                "Household Appliances",
                "Jewelry Accessories & Derivatives",
                "Kids' Fashion",
                "Kitchenware",
                "Luggage & Bags",
                "Menswear & Underwear",
                "Pet Supplies",
                "Phones & Electronics",
                "Pre-Owned",
                "Shoes",
                "Sports & Outdoor",
                "Textiles & Soft Furnishings",
                "Tools & Hardware",
                "Toys & Hobbies",
                "Womenswear & Underwear"
              ]
            }
          },
          "gmv": {
            "title": "GMV Range",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "all",
                "0-100",
                "100-1000",
                "1000-10000",
                "10000+"
              ],
              "enumTitles": [
                "All",
                "0-100",
                "100-1000",
                "1000-10000",
                "10000+"
              ]
            }
          },
          "unitsSold": {
            "title": "Units sold range",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "any",
                "0-10",
                "10-100",
                "100-1000",
                "1000+"
              ],
              "enumTitles": [
                "Any",
                "0-10",
                "10-100",
                "100-1000",
                "1000+"
              ]
            }
          },
          "followersAge": {
            "title": "Follower age range",
            "type": "array",
            "description": "Follower age range options",
            "items": {
              "type": "string",
              "enum": [
                "all",
                "18-24",
                "25-34",
                "35-44",
                "45-54",
                "55+"
              ],
              "enumTitles": [
                "All",
                "18-24",
                "25-34",
                "35-44",
                "45-54",
                "55+"
              ]
            }
          },
          "followerCount": {
            "title": "Follower count filters",
            "type": "object",
            "description": "Filter by creator follower count",
            "properties": {
              "min": {
                "type": "integer",
                "title": "Minimum followers",
                "description": "",
                "minimum": 0
              },
              "max": {
                "type": "integer",
                "title": "Maximum followers",
                "description": "",
                "minimum": 0
              }
            }
          },
          "followersGender": {
            "title": "Follower gender distribution",
            "type": "object",
            "description": "",
            "properties": {
              "type": {
                "type": "string",
                "title": "Gender type",
                "description": "",
                "editor": "select",
                "enum": [
                  "male",
                  "female"
                ],
                "enumTitles": [
                  "Male",
                  "Female"
                ]
              },
              "percentage": {
                "type": "integer",
                "title": "Greater than or equal to percentage value",
                "description": "",
                "minimum": 0,
                "maximum": 100
              }
            }
          },
          "performance": {
            "title": "Content performance",
            "type": "object",
            "description": "",
            "properties": {
              "videoViews": {
                "type": "integer",
                "title": "Avg shoppable video views",
                "description": "Greater than or equal to",
                "minimum": 0,
                "maximum": 100000
              },
              "liveViews": {
                "type": "integer",
                "title": "Avg live views",
                "description": "Greater than or equal to",
                "minimum": 0,
                "maximum": 100000
              },
              "engagementRate": {
                "type": "integer",
                "title": "Engagement rate",
                "description": "Average shoppable content engagement rate in percentage (20 max)",
                "minimum": 0,
                "maximum": 20
              }
            }
          },
          "commission": {
            "title": "Average commission rate",
            "enum": [
              "all",
              "20",
              "15",
              "10",
              "5"
            ],
            "type": "string",
            "description": ""
          },
          "content": {
            "title": "Content preference",
            "enum": [
              "any",
              "video",
              "live"
            ],
            "type": "string",
            "description": ""
          },
          "postRate": {
            "title": "Post rate",
            "enum": [
              "any",
              "ok",
              "good",
              "better"
            ],
            "type": "string",
            "description": "How often a creator posts a video or live after receiving a sample"
          },
          "agencyStatus": {
            "title": "Creator agency status",
            "enum": [
              "any",
              "agency-managed",
              "independent"
            ],
            "type": "string",
            "description": ""
          },
          "isFastGrowing": {
            "title": "Is fast growing creator?",
            "enum": [
              "any",
              "yes",
              "no"
            ],
            "type": "string",
            "description": "Top 10% of creators in revenue, views etc in the last 30 days"
          },
          "language": {
            "title": "Creator primary content language",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "all",
                "english",
                "spanish",
                "chinese"
              ],
              "enumTitles": [
                "All",
                "English",
                "Spanish",
                "Chinese"
              ]
            }
          },
          "creatorCount": {
            "title": "Total creators",
            "maximum": 20,
            "type": "integer",
            "description": "Total creators to return (max 20/request)",
            "default": 10
          },
          "region": {
            "title": "Region",
            "type": "string",
            "description": "ISO 3166-2 country code",
            "default": "US"
          },
          "cacheKey": {
            "title": "Cache key",
            "type": "string",
            "description": "The API returns this value for you to use in subsequent requests. It improves performance and ensures stable results."
          },
          "nextPageToken": {
            "title": "Next page token",
            "type": "string",
            "description": "Pass this in to paginate results."
          }
        }
      },
      "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}