Douyin Xingtu V2 Search Creator
/v1/douyin/xingtu_v2/search_creatorReturns personal data about people in bulk. The response carries accounts who are not the subject of your request. See our terms for what you may do with it.
Costs 1 credit. A cache hit costs nothing, and an answer that contains no data is never charged.
curl "https://api.socialpipe.dev/v1/douyin/xingtu_v2/search_creator" \ -H "Authorization: Bearer $SOCIALPIPE_KEY"Authorization
apiKey Your SocialPipe API key, as Authorization: Bearer sp_live_…. Create one in the dashboard.
In: header
Query Parameters
seach_type=2=3/Optional keyword; empty means filter-only browsing
2=3=/Search mode: 2=nickname, 3=content
30/90/180seach_type=3/Content time range; only for seach_type=3
Page number
score/Sort field, default score (comprehensive)
1=2=/Sort type, 1=asc, 2=desc
Cooperation target
Marketing target
ID0=/Industry ID, 0=unlimited
1=1-202=21-603=60price_min/price_max/Creator video price tier
price_type/Minimum creator price
price_type/Maximum creator price
ID1,6/Creator category IDs, comma-separated
1=2=/Creator gender, 1=male, 2=female
Minimum followers
Maximum followers
Minimum expected plays
Maximum expected plays
CPM/Minimum expected CPM
CPM/Maximum expected CPM
CPE/Minimum expected CPE
CPE/Maximum expected CPE
0-10.02=2%/Minimum interaction rate, 0-1 decimal
0-1/Maximum interaction rate, 0-1 decimal
0-1/Minimum play-completion rate, 0-1 decimal
0-1/Maximum play-completion rate, 0-1 decimal
0-1/Minimum viral-post rate, 0-1 decimal
0-1/Maximum viral-post rate, 0-1 decimal
JSONfield_namefield_value//Extra profile filters as a JSON-array string; field_name and field_value must be non-empty strings
Max acceptable age of a cached result, in seconds. A lower value demands fresher data; it does not shorten what is stored.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/douyin/xingtu_v2/search_creator"{ "cache_age": 0, "cached": false, "credits_remaining": 0, "credits_used": 0, "data": {}, "schema_version": "2", "success": true, "took_ms": 0}