changedInput schema / properties / follower_count_range / default
Previous value: -""New value: +"all"
changedInput schema / properties / follower_count_range / description
Previous value: -"用户粉丝数量筛选,可选:空字符串(不限,默认)、0_1k(1000以下)、1k_1w(1000-1w)、1w_10w(1w-10w)、10w_100w(10w-100w)、100w_(100w以上)。如无明确筛选需求,保持空字符串。"New value: +"用户粉丝数量筛选,可选:all(不限,默认)、under_1k(1000 以下)、1k_to_10k(1000-1 万)、10k_to_100k(1 万-10 万)、100k_to_1m(10 万-100 万)、over_1m(100 万以上)。如无明确筛选需求,保持 all。"
changedInput schema / properties / follower_count_range / enum
Previous value: -[
- "",
- "0_1k",
- "1k_1w",
- "1w_10w",
- "10w_100w",
- "100w_"
-]New value: +[
+ "all",
+ "under_1k",
+ "1k_to_10k",
+ "10k_to_100k",
+ "100k_to_1m",
+ "over_1m"
+]
changedInput schema / properties / keyword / description
Previous value: -"抖音用户搜索关键词"New value: +"抖音用户、账号、博主、创作者或达人搜索关键词;可传昵称、抖音号、账号名或达人名称;不用于搜索作品。"
changedInput schema / properties / user_type / default
Previous value: -""New value: +"all"
changedInput schema / properties / user_type / description
Previous value: -"用户类型筛选,可选:空字符串(不限,默认)、common_user(普通用户)、enterprise_user(企业认证)、personal_user(个人认证)。如无明确筛选需求,保持空字符串。"New value: +"用户类型筛选,可选:all(不限,默认)、regular_user(普通用户)、enterprise_verified(企业认证)、individual_verified(个人认证)。如无明确筛选需求,保持 all。"
changedInput schema / properties / user_type / enum
Previous value: -[
- "",
- "common_user",
- "enterprise_user",
- "personal_user"
-]New value: +[
+ "all",
+ "regular_user",
+ "enterprise_verified",
+ "individual_verified"
+]
addedOutput schema / properties / items / items / properties / posted_content_count
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "用户已发布作品数量,包含视频、图文等作品;当前不可用时为 null"
+}
changedOutput schema / properties / items / items / required
Previous value: -[
- "user_id",
- "sec_user_id",
- "name",
- "avatar_url",
- "profile_url",
- "bio",
- "verification_label",
- "verified",
- "follower_count",
- "following_count",
- "received_like_count",
- "douyin_id"
-]New value: +[
+ "user_id",
+ "sec_user_id",
+ "name",
+ "avatar_url",
+ "profile_url",
+ "bio",
+ "verification_label",
+ "verified",
+ "follower_count",
+ "following_count",
+ "received_like_count",
+ "douyin_id",
+ "posted_content_count"
+]