curl --request POST \
--url https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page_num": 1,
"page_size": 20,
"keyword": "Coffee",
"search_type": 1,
"column": "comprehensiverank",
"sort": "desc",
"brand_user_id": "5dcfa5370000000001006030",
"similar_user_id": "5c668b3e0000000012021605",
"similar_word": "<string>",
"goal": {
"market_target": "mAccumImpNum"
},
"blogger": {
"content_tag": [
"Beauty",
"Facial Care",
"Facial Cleanser"
],
"personal_tags": [
"Mother"
],
"feature_tags": [
"vlog"
],
"content_theme": [
"Automotive Features"
],
"audience20": [
"Free Travel",
"Outdoor Freedom - Extreme Challengers"
],
"industry_crowd": [
"15795914"
],
"consumer_behavior": [
"Content behavior estimate: Automotive"
],
"note_scene": [
"Automotive: Rational Decision-Making, Car Selection Guide, Policy"
],
"gender": "Female",
"location": [
"Shanghai"
],
"signed": 0
},
"fans": {
"count": {
"min": 10000,
"max": 50000
},
"age": 3,
"gender": 2,
"child_age": [],
"device_price": [
"3000-3999"
],
"device_brand": [
"Apple"
],
"location": [
"Shanghai"
]
},
"note": {
"imp_median": {
"min": 10000,
"max": 50000
},
"read_median": {
"min": 10000,
"max": 50000
},
"inter_median": {
"min": 10000,
"max": 50000
},
"thousand_like_percent": {
"min": 20,
"max": 80
},
"note_type": 2
},
"coop": {
"pic_price": {
"min": 10000,
"max": 50000
},
"video_price": {
"min": 10000,
"max": 50000
},
"order_count": {
"min": 10000,
"max": 50000
},
"reply_48h_ratio": {
"min": 20,
"max": 80
},
"industry": "Beauty & Personal Care",
"brand_ids": [
"<string>"
],
"exclude_brands": true,
"imp_median": {
"min": 10000,
"max": 50000
},
"read_median": {
"min": 10000,
"max": 50000
},
"inter_median": {
"min": 10000,
"max": 50000
},
"cpuv": {
"min": 10000,
"max": 50000
},
"pic_cpm": {
"min": 10000,
"max": 50000
},
"video_cpm": {
"min": 10000,
"max": 50000
},
"pic_read_price": {
"min": 10000,
"max": 50000
},
"video_read_price": {
"min": 10000,
"max": 50000
},
"pic_engage_cost": {
"min": 10000,
"max": 50000
},
"video_engage_cost": {
"min": 10000,
"max": 50000
},
"estimate_cpuv": {
"min": 10000,
"max": 50000
}
},
"live": {
"live_count": {
"min": 10000,
"max": 50000
},
"avg_viewer": {
"min": 10000,
"max": 50000
},
"avg_gmv": {
"min": 10000,
"max": 50000
}
},
"flags": {
"is_star": true,
"new_high_quality": true,
"high_quality": true,
"note_and_live": true,
"filter_intention": true,
"activity_codes": [
"<string>"
],
"exclude_low_active": true,
"exclude_fans_down": true,
"exclude_cooperated": true,
"exclude_invited": true,
"industry_first": "Beauty & Personal Care",
"industry_second": "<string>"
}
}
'import requests
url = "https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list"
payload = {
"page_num": 1,
"page_size": 20,
"keyword": "Coffee",
"search_type": 1,
"column": "comprehensiverank",
"sort": "desc",
"brand_user_id": "5dcfa5370000000001006030",
"similar_user_id": "5c668b3e0000000012021605",
"similar_word": "<string>",
"goal": { "market_target": "mAccumImpNum" },
"blogger": {
"content_tag": ["Beauty", "Facial Care", "Facial Cleanser"],
"personal_tags": ["Mother"],
"feature_tags": ["vlog"],
"content_theme": ["Automotive Features"],
"audience20": ["Free Travel", "Outdoor Freedom - Extreme Challengers"],
"industry_crowd": ["15795914"],
"consumer_behavior": ["Content behavior estimate: Automotive"],
"note_scene": ["Automotive: Rational Decision-Making, Car Selection Guide, Policy"],
"gender": "Female",
"location": ["Shanghai"],
"signed": 0
},
"fans": {
"count": {
"min": 10000,
"max": 50000
},
"age": 3,
"gender": 2,
"child_age": [],
"device_price": ["3000-3999"],
"device_brand": ["Apple"],
"location": ["Shanghai"]
},
"note": {
"imp_median": {
"min": 10000,
"max": 50000
},
"read_median": {
"min": 10000,
"max": 50000
},
"inter_median": {
"min": 10000,
"max": 50000
},
"thousand_like_percent": {
"min": 20,
"max": 80
},
"note_type": 2
},
"coop": {
"pic_price": {
"min": 10000,
"max": 50000
},
"video_price": {
"min": 10000,
"max": 50000
},
"order_count": {
"min": 10000,
"max": 50000
},
"reply_48h_ratio": {
"min": 20,
"max": 80
},
"industry": "Beauty & Personal Care",
"brand_ids": ["<string>"],
"exclude_brands": True,
"imp_median": {
"min": 10000,
"max": 50000
},
"read_median": {
"min": 10000,
"max": 50000
},
"inter_median": {
"min": 10000,
"max": 50000
},
"cpuv": {
"min": 10000,
"max": 50000
},
"pic_cpm": {
"min": 10000,
"max": 50000
},
"video_cpm": {
"min": 10000,
"max": 50000
},
"pic_read_price": {
"min": 10000,
"max": 50000
},
"video_read_price": {
"min": 10000,
"max": 50000
},
"pic_engage_cost": {
"min": 10000,
"max": 50000
},
"video_engage_cost": {
"min": 10000,
"max": 50000
},
"estimate_cpuv": {
"min": 10000,
"max": 50000
}
},
"live": {
"live_count": {
"min": 10000,
"max": 50000
},
"avg_viewer": {
"min": 10000,
"max": 50000
},
"avg_gmv": {
"min": 10000,
"max": 50000
}
},
"flags": {
"is_star": True,
"new_high_quality": True,
"high_quality": True,
"note_and_live": True,
"filter_intention": True,
"activity_codes": ["<string>"],
"exclude_low_active": True,
"exclude_fans_down": True,
"exclude_cooperated": True,
"exclude_invited": True,
"industry_first": "Beauty & Personal Care",
"industry_second": "<string>"
}
}
headers = {
"Authorization": "Bearer <token>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'},
body: JSON.stringify({
page_num: 1,
page_size: 20,
keyword: 'Coffee',
search_type: 1,
column: 'comprehensiverank',
sort: 'desc',
brand_user_id: '5dcfa5370000000001006030',
similar_user_id: '5c668b3e0000000012021605',
similar_word: '<string>',
goal: {market_target: 'mAccumImpNum'},
blogger: {
content_tag: ['Beauty', 'Facial Care', 'Facial Cleanser'],
personal_tags: ['Mother'],
feature_tags: ['vlog'],
content_theme: ['Automotive Features'],
audience20: ['Free Travel', 'Outdoor Freedom - Extreme Challengers'],
industry_crowd: ['15795914'],
consumer_behavior: ['Content behavior estimate: Automotive'],
note_scene: ['Automotive: Rational Decision-Making, Car Selection Guide, Policy'],
gender: 'Female',
location: ['Shanghai'],
signed: 0
},
fans: {
count: {min: 10000, max: 50000},
age: 3,
gender: 2,
child_age: [],
device_price: ['3000-3999'],
device_brand: ['Apple'],
location: ['Shanghai']
},
note: {
imp_median: {min: 10000, max: 50000},
read_median: {min: 10000, max: 50000},
inter_median: {min: 10000, max: 50000},
thousand_like_percent: {min: 20, max: 80},
note_type: 2
},
coop: {
pic_price: {min: 10000, max: 50000},
video_price: {min: 10000, max: 50000},
order_count: {min: 10000, max: 50000},
reply_48h_ratio: {min: 20, max: 80},
industry: 'Beauty & Personal Care',
brand_ids: ['<string>'],
exclude_brands: true,
imp_median: {min: 10000, max: 50000},
read_median: {min: 10000, max: 50000},
inter_median: {min: 10000, max: 50000},
cpuv: {min: 10000, max: 50000},
pic_cpm: {min: 10000, max: 50000},
video_cpm: {min: 10000, max: 50000},
pic_read_price: {min: 10000, max: 50000},
video_read_price: {min: 10000, max: 50000},
pic_engage_cost: {min: 10000, max: 50000},
video_engage_cost: {min: 10000, max: 50000},
estimate_cpuv: {min: 10000, max: 50000}
},
live: {
live_count: {min: 10000, max: 50000},
avg_viewer: {min: 10000, max: 50000},
avg_gmv: {min: 10000, max: 50000}
},
flags: {
is_star: true,
new_high_quality: true,
high_quality: true,
note_and_live: true,
filter_intention: true,
activity_codes: ['<string>'],
exclude_low_active: true,
exclude_fans_down: true,
exclude_cooperated: true,
exclude_invited: true,
industry_first: 'Beauty & Personal Care',
industry_second: '<string>'
}
})
};
fetch('https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'page_num' => 1,
'page_size' => 20,
'keyword' => 'Coffee',
'search_type' => 1,
'column' => 'comprehensiverank',
'sort' => 'desc',
'brand_user_id' => '5dcfa5370000000001006030',
'similar_user_id' => '5c668b3e0000000012021605',
'similar_word' => '<string>',
'goal' => [
'market_target' => 'mAccumImpNum'
],
'blogger' => [
'content_tag' => [
'Beauty',
'Facial Care',
'Facial Cleanser'
],
'personal_tags' => [
'Mother'
],
'feature_tags' => [
'vlog'
],
'content_theme' => [
'Automotive Features'
],
'audience20' => [
'Free Travel',
'Outdoor Freedom - Extreme Challengers'
],
'industry_crowd' => [
'15795914'
],
'consumer_behavior' => [
'Content behavior estimate: Automotive'
],
'note_scene' => [
'Automotive: Rational Decision-Making, Car Selection Guide, Policy'
],
'gender' => 'Female',
'location' => [
'Shanghai'
],
'signed' => 0
],
'fans' => [
'count' => [
'min' => 10000,
'max' => 50000
],
'age' => 3,
'gender' => 2,
'child_age' => [
],
'device_price' => [
'3000-3999'
],
'device_brand' => [
'Apple'
],
'location' => [
'Shanghai'
]
],
'note' => [
'imp_median' => [
'min' => 10000,
'max' => 50000
],
'read_median' => [
'min' => 10000,
'max' => 50000
],
'inter_median' => [
'min' => 10000,
'max' => 50000
],
'thousand_like_percent' => [
'min' => 20,
'max' => 80
],
'note_type' => 2
],
'coop' => [
'pic_price' => [
'min' => 10000,
'max' => 50000
],
'video_price' => [
'min' => 10000,
'max' => 50000
],
'order_count' => [
'min' => 10000,
'max' => 50000
],
'reply_48h_ratio' => [
'min' => 20,
'max' => 80
],
'industry' => 'Beauty & Personal Care',
'brand_ids' => [
'<string>'
],
'exclude_brands' => true,
'imp_median' => [
'min' => 10000,
'max' => 50000
],
'read_median' => [
'min' => 10000,
'max' => 50000
],
'inter_median' => [
'min' => 10000,
'max' => 50000
],
'cpuv' => [
'min' => 10000,
'max' => 50000
],
'pic_cpm' => [
'min' => 10000,
'max' => 50000
],
'video_cpm' => [
'min' => 10000,
'max' => 50000
],
'pic_read_price' => [
'min' => 10000,
'max' => 50000
],
'video_read_price' => [
'min' => 10000,
'max' => 50000
],
'pic_engage_cost' => [
'min' => 10000,
'max' => 50000
],
'video_engage_cost' => [
'min' => 10000,
'max' => 50000
],
'estimate_cpuv' => [
'min' => 10000,
'max' => 50000
]
],
'live' => [
'live_count' => [
'min' => 10000,
'max' => 50000
],
'avg_viewer' => [
'min' => 10000,
'max' => 50000
],
'avg_gmv' => [
'min' => 10000,
'max' => 50000
]
],
'flags' => [
'is_star' => true,
'new_high_quality' => true,
'high_quality' => true,
'note_and_live' => true,
'filter_intention' => true,
'activity_codes' => [
'<string>'
],
'exclude_low_active' => true,
'exclude_fans_down' => true,
'exclude_cooperated' => true,
'exclude_invited' => true,
'industry_first' => 'Beauty & Personal Care',
'industry_second' => '<string>'
]
]),
CURLOPT_HTTPHEADER => [
"Authorization: Bearer <token>",
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list"
payload := strings.NewReader("{\n \"page_num\": 1,\n \"page_size\": 20,\n \"keyword\": \"Coffee\",\n \"search_type\": 1,\n \"column\": \"comprehensiverank\",\n \"sort\": \"desc\",\n \"brand_user_id\": \"5dcfa5370000000001006030\",\n \"similar_user_id\": \"5c668b3e0000000012021605\",\n \"similar_word\": \"<string>\",\n \"goal\": {\n \"market_target\": \"mAccumImpNum\"\n },\n \"blogger\": {\n \"content_tag\": [\n \"Beauty\",\n \"Facial Care\",\n \"Facial Cleanser\"\n ],\n \"personal_tags\": [\n \"Mother\"\n ],\n \"feature_tags\": [\n \"vlog\"\n ],\n \"content_theme\": [\n \"Automotive Features\"\n ],\n \"audience20\": [\n \"Free Travel\",\n \"Outdoor Freedom - Extreme Challengers\"\n ],\n \"industry_crowd\": [\n \"15795914\"\n ],\n \"consumer_behavior\": [\n \"Content behavior estimate: Automotive\"\n ],\n \"note_scene\": [\n \"Automotive: Rational Decision-Making, Car Selection Guide, Policy\"\n ],\n \"gender\": \"Female\",\n \"location\": [\n \"Shanghai\"\n ],\n \"signed\": 0\n },\n \"fans\": {\n \"count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"age\": 3,\n \"gender\": 2,\n \"child_age\": [],\n \"device_price\": [\n \"3000-3999\"\n ],\n \"device_brand\": [\n \"Apple\"\n ],\n \"location\": [\n \"Shanghai\"\n ]\n },\n \"note\": {\n \"imp_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"read_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"inter_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"thousand_like_percent\": {\n \"min\": 20,\n \"max\": 80\n },\n \"note_type\": 2\n },\n \"coop\": {\n \"pic_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"order_count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"reply_48h_ratio\": {\n \"min\": 20,\n \"max\": 80\n },\n \"industry\": \"Beauty & Personal Care\",\n \"brand_ids\": [\n \"<string>\"\n ],\n \"exclude_brands\": true,\n \"imp_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"read_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"inter_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"cpuv\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_cpm\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_cpm\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_read_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_read_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_engage_cost\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_engage_cost\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"estimate_cpuv\": {\n \"min\": 10000,\n \"max\": 50000\n }\n },\n \"live\": {\n \"live_count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"avg_viewer\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"avg_gmv\": {\n \"min\": 10000,\n \"max\": 50000\n }\n },\n \"flags\": {\n \"is_star\": true,\n \"new_high_quality\": true,\n \"high_quality\": true,\n \"note_and_live\": true,\n \"filter_intention\": true,\n \"activity_codes\": [\n \"<string>\"\n ],\n \"exclude_low_active\": true,\n \"exclude_fans_down\": true,\n \"exclude_cooperated\": true,\n \"exclude_invited\": true,\n \"industry_first\": \"Beauty & Personal Care\",\n \"industry_second\": \"<string>\"\n }\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Authorization", "Bearer <token>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list")
.header("Authorization", "Bearer <token>")
.header("Content-Type", "application/json")
.body("{\n \"page_num\": 1,\n \"page_size\": 20,\n \"keyword\": \"Coffee\",\n \"search_type\": 1,\n \"column\": \"comprehensiverank\",\n \"sort\": \"desc\",\n \"brand_user_id\": \"5dcfa5370000000001006030\",\n \"similar_user_id\": \"5c668b3e0000000012021605\",\n \"similar_word\": \"<string>\",\n \"goal\": {\n \"market_target\": \"mAccumImpNum\"\n },\n \"blogger\": {\n \"content_tag\": [\n \"Beauty\",\n \"Facial Care\",\n \"Facial Cleanser\"\n ],\n \"personal_tags\": [\n \"Mother\"\n ],\n \"feature_tags\": [\n \"vlog\"\n ],\n \"content_theme\": [\n \"Automotive Features\"\n ],\n \"audience20\": [\n \"Free Travel\",\n \"Outdoor Freedom - Extreme Challengers\"\n ],\n \"industry_crowd\": [\n \"15795914\"\n ],\n \"consumer_behavior\": [\n \"Content behavior estimate: Automotive\"\n ],\n \"note_scene\": [\n \"Automotive: Rational Decision-Making, Car Selection Guide, Policy\"\n ],\n \"gender\": \"Female\",\n \"location\": [\n \"Shanghai\"\n ],\n \"signed\": 0\n },\n \"fans\": {\n \"count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"age\": 3,\n \"gender\": 2,\n \"child_age\": [],\n \"device_price\": [\n \"3000-3999\"\n ],\n \"device_brand\": [\n \"Apple\"\n ],\n \"location\": [\n \"Shanghai\"\n ]\n },\n \"note\": {\n \"imp_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"read_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"inter_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"thousand_like_percent\": {\n \"min\": 20,\n \"max\": 80\n },\n \"note_type\": 2\n },\n \"coop\": {\n \"pic_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"order_count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"reply_48h_ratio\": {\n \"min\": 20,\n \"max\": 80\n },\n \"industry\": \"Beauty & Personal Care\",\n \"brand_ids\": [\n \"<string>\"\n ],\n \"exclude_brands\": true,\n \"imp_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"read_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"inter_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"cpuv\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_cpm\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_cpm\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_read_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_read_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_engage_cost\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_engage_cost\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"estimate_cpuv\": {\n \"min\": 10000,\n \"max\": 50000\n }\n },\n \"live\": {\n \"live_count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"avg_viewer\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"avg_gmv\": {\n \"min\": 10000,\n \"max\": 50000\n }\n },\n \"flags\": {\n \"is_star\": true,\n \"new_high_quality\": true,\n \"high_quality\": true,\n \"note_and_live\": true,\n \"filter_intention\": true,\n \"activity_codes\": [\n \"<string>\"\n ],\n \"exclude_low_active\": true,\n \"exclude_fans_down\": true,\n \"exclude_cooperated\": true,\n \"exclude_invited\": true,\n \"industry_first\": \"Beauty & Personal Care\",\n \"industry_second\": \"<string>\"\n }\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Authorization"] = 'Bearer <token>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"page_num\": 1,\n \"page_size\": 20,\n \"keyword\": \"Coffee\",\n \"search_type\": 1,\n \"column\": \"comprehensiverank\",\n \"sort\": \"desc\",\n \"brand_user_id\": \"5dcfa5370000000001006030\",\n \"similar_user_id\": \"5c668b3e0000000012021605\",\n \"similar_word\": \"<string>\",\n \"goal\": {\n \"market_target\": \"mAccumImpNum\"\n },\n \"blogger\": {\n \"content_tag\": [\n \"Beauty\",\n \"Facial Care\",\n \"Facial Cleanser\"\n ],\n \"personal_tags\": [\n \"Mother\"\n ],\n \"feature_tags\": [\n \"vlog\"\n ],\n \"content_theme\": [\n \"Automotive Features\"\n ],\n \"audience20\": [\n \"Free Travel\",\n \"Outdoor Freedom - Extreme Challengers\"\n ],\n \"industry_crowd\": [\n \"15795914\"\n ],\n \"consumer_behavior\": [\n \"Content behavior estimate: Automotive\"\n ],\n \"note_scene\": [\n \"Automotive: Rational Decision-Making, Car Selection Guide, Policy\"\n ],\n \"gender\": \"Female\",\n \"location\": [\n \"Shanghai\"\n ],\n \"signed\": 0\n },\n \"fans\": {\n \"count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"age\": 3,\n \"gender\": 2,\n \"child_age\": [],\n \"device_price\": [\n \"3000-3999\"\n ],\n \"device_brand\": [\n \"Apple\"\n ],\n \"location\": [\n \"Shanghai\"\n ]\n },\n \"note\": {\n \"imp_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"read_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"inter_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"thousand_like_percent\": {\n \"min\": 20,\n \"max\": 80\n },\n \"note_type\": 2\n },\n \"coop\": {\n \"pic_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"order_count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"reply_48h_ratio\": {\n \"min\": 20,\n \"max\": 80\n },\n \"industry\": \"Beauty & Personal Care\",\n \"brand_ids\": [\n \"<string>\"\n ],\n \"exclude_brands\": true,\n \"imp_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"read_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"inter_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"cpuv\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_cpm\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_cpm\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_read_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_read_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_engage_cost\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_engage_cost\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"estimate_cpuv\": {\n \"min\": 10000,\n \"max\": 50000\n }\n },\n \"live\": {\n \"live_count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"avg_viewer\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"avg_gmv\": {\n \"min\": 10000,\n \"max\": 50000\n }\n },\n \"flags\": {\n \"is_star\": true,\n \"new_high_quality\": true,\n \"high_quality\": true,\n \"note_and_live\": true,\n \"filter_intention\": true,\n \"activity_codes\": [\n \"<string>\"\n ],\n \"exclude_low_active\": true,\n \"exclude_fans_down\": true,\n \"exclude_cooperated\": true,\n \"exclude_invited\": true,\n \"industry_first\": \"Beauty & Personal Care\",\n \"industry_second\": \"<string>\"\n }\n}"
response = http.request(request)
puts response.read_bodyPGY note blogger square
PGY note blogger square
curl --request POST \
--url https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page_num": 1,
"page_size": 20,
"keyword": "Coffee",
"search_type": 1,
"column": "comprehensiverank",
"sort": "desc",
"brand_user_id": "5dcfa5370000000001006030",
"similar_user_id": "5c668b3e0000000012021605",
"similar_word": "<string>",
"goal": {
"market_target": "mAccumImpNum"
},
"blogger": {
"content_tag": [
"Beauty",
"Facial Care",
"Facial Cleanser"
],
"personal_tags": [
"Mother"
],
"feature_tags": [
"vlog"
],
"content_theme": [
"Automotive Features"
],
"audience20": [
"Free Travel",
"Outdoor Freedom - Extreme Challengers"
],
"industry_crowd": [
"15795914"
],
"consumer_behavior": [
"Content behavior estimate: Automotive"
],
"note_scene": [
"Automotive: Rational Decision-Making, Car Selection Guide, Policy"
],
"gender": "Female",
"location": [
"Shanghai"
],
"signed": 0
},
"fans": {
"count": {
"min": 10000,
"max": 50000
},
"age": 3,
"gender": 2,
"child_age": [],
"device_price": [
"3000-3999"
],
"device_brand": [
"Apple"
],
"location": [
"Shanghai"
]
},
"note": {
"imp_median": {
"min": 10000,
"max": 50000
},
"read_median": {
"min": 10000,
"max": 50000
},
"inter_median": {
"min": 10000,
"max": 50000
},
"thousand_like_percent": {
"min": 20,
"max": 80
},
"note_type": 2
},
"coop": {
"pic_price": {
"min": 10000,
"max": 50000
},
"video_price": {
"min": 10000,
"max": 50000
},
"order_count": {
"min": 10000,
"max": 50000
},
"reply_48h_ratio": {
"min": 20,
"max": 80
},
"industry": "Beauty & Personal Care",
"brand_ids": [
"<string>"
],
"exclude_brands": true,
"imp_median": {
"min": 10000,
"max": 50000
},
"read_median": {
"min": 10000,
"max": 50000
},
"inter_median": {
"min": 10000,
"max": 50000
},
"cpuv": {
"min": 10000,
"max": 50000
},
"pic_cpm": {
"min": 10000,
"max": 50000
},
"video_cpm": {
"min": 10000,
"max": 50000
},
"pic_read_price": {
"min": 10000,
"max": 50000
},
"video_read_price": {
"min": 10000,
"max": 50000
},
"pic_engage_cost": {
"min": 10000,
"max": 50000
},
"video_engage_cost": {
"min": 10000,
"max": 50000
},
"estimate_cpuv": {
"min": 10000,
"max": 50000
}
},
"live": {
"live_count": {
"min": 10000,
"max": 50000
},
"avg_viewer": {
"min": 10000,
"max": 50000
},
"avg_gmv": {
"min": 10000,
"max": 50000
}
},
"flags": {
"is_star": true,
"new_high_quality": true,
"high_quality": true,
"note_and_live": true,
"filter_intention": true,
"activity_codes": [
"<string>"
],
"exclude_low_active": true,
"exclude_fans_down": true,
"exclude_cooperated": true,
"exclude_invited": true,
"industry_first": "Beauty & Personal Care",
"industry_second": "<string>"
}
}
'import requests
url = "https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list"
payload = {
"page_num": 1,
"page_size": 20,
"keyword": "Coffee",
"search_type": 1,
"column": "comprehensiverank",
"sort": "desc",
"brand_user_id": "5dcfa5370000000001006030",
"similar_user_id": "5c668b3e0000000012021605",
"similar_word": "<string>",
"goal": { "market_target": "mAccumImpNum" },
"blogger": {
"content_tag": ["Beauty", "Facial Care", "Facial Cleanser"],
"personal_tags": ["Mother"],
"feature_tags": ["vlog"],
"content_theme": ["Automotive Features"],
"audience20": ["Free Travel", "Outdoor Freedom - Extreme Challengers"],
"industry_crowd": ["15795914"],
"consumer_behavior": ["Content behavior estimate: Automotive"],
"note_scene": ["Automotive: Rational Decision-Making, Car Selection Guide, Policy"],
"gender": "Female",
"location": ["Shanghai"],
"signed": 0
},
"fans": {
"count": {
"min": 10000,
"max": 50000
},
"age": 3,
"gender": 2,
"child_age": [],
"device_price": ["3000-3999"],
"device_brand": ["Apple"],
"location": ["Shanghai"]
},
"note": {
"imp_median": {
"min": 10000,
"max": 50000
},
"read_median": {
"min": 10000,
"max": 50000
},
"inter_median": {
"min": 10000,
"max": 50000
},
"thousand_like_percent": {
"min": 20,
"max": 80
},
"note_type": 2
},
"coop": {
"pic_price": {
"min": 10000,
"max": 50000
},
"video_price": {
"min": 10000,
"max": 50000
},
"order_count": {
"min": 10000,
"max": 50000
},
"reply_48h_ratio": {
"min": 20,
"max": 80
},
"industry": "Beauty & Personal Care",
"brand_ids": ["<string>"],
"exclude_brands": True,
"imp_median": {
"min": 10000,
"max": 50000
},
"read_median": {
"min": 10000,
"max": 50000
},
"inter_median": {
"min": 10000,
"max": 50000
},
"cpuv": {
"min": 10000,
"max": 50000
},
"pic_cpm": {
"min": 10000,
"max": 50000
},
"video_cpm": {
"min": 10000,
"max": 50000
},
"pic_read_price": {
"min": 10000,
"max": 50000
},
"video_read_price": {
"min": 10000,
"max": 50000
},
"pic_engage_cost": {
"min": 10000,
"max": 50000
},
"video_engage_cost": {
"min": 10000,
"max": 50000
},
"estimate_cpuv": {
"min": 10000,
"max": 50000
}
},
"live": {
"live_count": {
"min": 10000,
"max": 50000
},
"avg_viewer": {
"min": 10000,
"max": 50000
},
"avg_gmv": {
"min": 10000,
"max": 50000
}
},
"flags": {
"is_star": True,
"new_high_quality": True,
"high_quality": True,
"note_and_live": True,
"filter_intention": True,
"activity_codes": ["<string>"],
"exclude_low_active": True,
"exclude_fans_down": True,
"exclude_cooperated": True,
"exclude_invited": True,
"industry_first": "Beauty & Personal Care",
"industry_second": "<string>"
}
}
headers = {
"Authorization": "Bearer <token>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'},
body: JSON.stringify({
page_num: 1,
page_size: 20,
keyword: 'Coffee',
search_type: 1,
column: 'comprehensiverank',
sort: 'desc',
brand_user_id: '5dcfa5370000000001006030',
similar_user_id: '5c668b3e0000000012021605',
similar_word: '<string>',
goal: {market_target: 'mAccumImpNum'},
blogger: {
content_tag: ['Beauty', 'Facial Care', 'Facial Cleanser'],
personal_tags: ['Mother'],
feature_tags: ['vlog'],
content_theme: ['Automotive Features'],
audience20: ['Free Travel', 'Outdoor Freedom - Extreme Challengers'],
industry_crowd: ['15795914'],
consumer_behavior: ['Content behavior estimate: Automotive'],
note_scene: ['Automotive: Rational Decision-Making, Car Selection Guide, Policy'],
gender: 'Female',
location: ['Shanghai'],
signed: 0
},
fans: {
count: {min: 10000, max: 50000},
age: 3,
gender: 2,
child_age: [],
device_price: ['3000-3999'],
device_brand: ['Apple'],
location: ['Shanghai']
},
note: {
imp_median: {min: 10000, max: 50000},
read_median: {min: 10000, max: 50000},
inter_median: {min: 10000, max: 50000},
thousand_like_percent: {min: 20, max: 80},
note_type: 2
},
coop: {
pic_price: {min: 10000, max: 50000},
video_price: {min: 10000, max: 50000},
order_count: {min: 10000, max: 50000},
reply_48h_ratio: {min: 20, max: 80},
industry: 'Beauty & Personal Care',
brand_ids: ['<string>'],
exclude_brands: true,
imp_median: {min: 10000, max: 50000},
read_median: {min: 10000, max: 50000},
inter_median: {min: 10000, max: 50000},
cpuv: {min: 10000, max: 50000},
pic_cpm: {min: 10000, max: 50000},
video_cpm: {min: 10000, max: 50000},
pic_read_price: {min: 10000, max: 50000},
video_read_price: {min: 10000, max: 50000},
pic_engage_cost: {min: 10000, max: 50000},
video_engage_cost: {min: 10000, max: 50000},
estimate_cpuv: {min: 10000, max: 50000}
},
live: {
live_count: {min: 10000, max: 50000},
avg_viewer: {min: 10000, max: 50000},
avg_gmv: {min: 10000, max: 50000}
},
flags: {
is_star: true,
new_high_quality: true,
high_quality: true,
note_and_live: true,
filter_intention: true,
activity_codes: ['<string>'],
exclude_low_active: true,
exclude_fans_down: true,
exclude_cooperated: true,
exclude_invited: true,
industry_first: 'Beauty & Personal Care',
industry_second: '<string>'
}
})
};
fetch('https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'page_num' => 1,
'page_size' => 20,
'keyword' => 'Coffee',
'search_type' => 1,
'column' => 'comprehensiverank',
'sort' => 'desc',
'brand_user_id' => '5dcfa5370000000001006030',
'similar_user_id' => '5c668b3e0000000012021605',
'similar_word' => '<string>',
'goal' => [
'market_target' => 'mAccumImpNum'
],
'blogger' => [
'content_tag' => [
'Beauty',
'Facial Care',
'Facial Cleanser'
],
'personal_tags' => [
'Mother'
],
'feature_tags' => [
'vlog'
],
'content_theme' => [
'Automotive Features'
],
'audience20' => [
'Free Travel',
'Outdoor Freedom - Extreme Challengers'
],
'industry_crowd' => [
'15795914'
],
'consumer_behavior' => [
'Content behavior estimate: Automotive'
],
'note_scene' => [
'Automotive: Rational Decision-Making, Car Selection Guide, Policy'
],
'gender' => 'Female',
'location' => [
'Shanghai'
],
'signed' => 0
],
'fans' => [
'count' => [
'min' => 10000,
'max' => 50000
],
'age' => 3,
'gender' => 2,
'child_age' => [
],
'device_price' => [
'3000-3999'
],
'device_brand' => [
'Apple'
],
'location' => [
'Shanghai'
]
],
'note' => [
'imp_median' => [
'min' => 10000,
'max' => 50000
],
'read_median' => [
'min' => 10000,
'max' => 50000
],
'inter_median' => [
'min' => 10000,
'max' => 50000
],
'thousand_like_percent' => [
'min' => 20,
'max' => 80
],
'note_type' => 2
],
'coop' => [
'pic_price' => [
'min' => 10000,
'max' => 50000
],
'video_price' => [
'min' => 10000,
'max' => 50000
],
'order_count' => [
'min' => 10000,
'max' => 50000
],
'reply_48h_ratio' => [
'min' => 20,
'max' => 80
],
'industry' => 'Beauty & Personal Care',
'brand_ids' => [
'<string>'
],
'exclude_brands' => true,
'imp_median' => [
'min' => 10000,
'max' => 50000
],
'read_median' => [
'min' => 10000,
'max' => 50000
],
'inter_median' => [
'min' => 10000,
'max' => 50000
],
'cpuv' => [
'min' => 10000,
'max' => 50000
],
'pic_cpm' => [
'min' => 10000,
'max' => 50000
],
'video_cpm' => [
'min' => 10000,
'max' => 50000
],
'pic_read_price' => [
'min' => 10000,
'max' => 50000
],
'video_read_price' => [
'min' => 10000,
'max' => 50000
],
'pic_engage_cost' => [
'min' => 10000,
'max' => 50000
],
'video_engage_cost' => [
'min' => 10000,
'max' => 50000
],
'estimate_cpuv' => [
'min' => 10000,
'max' => 50000
]
],
'live' => [
'live_count' => [
'min' => 10000,
'max' => 50000
],
'avg_viewer' => [
'min' => 10000,
'max' => 50000
],
'avg_gmv' => [
'min' => 10000,
'max' => 50000
]
],
'flags' => [
'is_star' => true,
'new_high_quality' => true,
'high_quality' => true,
'note_and_live' => true,
'filter_intention' => true,
'activity_codes' => [
'<string>'
],
'exclude_low_active' => true,
'exclude_fans_down' => true,
'exclude_cooperated' => true,
'exclude_invited' => true,
'industry_first' => 'Beauty & Personal Care',
'industry_second' => '<string>'
]
]),
CURLOPT_HTTPHEADER => [
"Authorization: Bearer <token>",
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list"
payload := strings.NewReader("{\n \"page_num\": 1,\n \"page_size\": 20,\n \"keyword\": \"Coffee\",\n \"search_type\": 1,\n \"column\": \"comprehensiverank\",\n \"sort\": \"desc\",\n \"brand_user_id\": \"5dcfa5370000000001006030\",\n \"similar_user_id\": \"5c668b3e0000000012021605\",\n \"similar_word\": \"<string>\",\n \"goal\": {\n \"market_target\": \"mAccumImpNum\"\n },\n \"blogger\": {\n \"content_tag\": [\n \"Beauty\",\n \"Facial Care\",\n \"Facial Cleanser\"\n ],\n \"personal_tags\": [\n \"Mother\"\n ],\n \"feature_tags\": [\n \"vlog\"\n ],\n \"content_theme\": [\n \"Automotive Features\"\n ],\n \"audience20\": [\n \"Free Travel\",\n \"Outdoor Freedom - Extreme Challengers\"\n ],\n \"industry_crowd\": [\n \"15795914\"\n ],\n \"consumer_behavior\": [\n \"Content behavior estimate: Automotive\"\n ],\n \"note_scene\": [\n \"Automotive: Rational Decision-Making, Car Selection Guide, Policy\"\n ],\n \"gender\": \"Female\",\n \"location\": [\n \"Shanghai\"\n ],\n \"signed\": 0\n },\n \"fans\": {\n \"count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"age\": 3,\n \"gender\": 2,\n \"child_age\": [],\n \"device_price\": [\n \"3000-3999\"\n ],\n \"device_brand\": [\n \"Apple\"\n ],\n \"location\": [\n \"Shanghai\"\n ]\n },\n \"note\": {\n \"imp_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"read_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"inter_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"thousand_like_percent\": {\n \"min\": 20,\n \"max\": 80\n },\n \"note_type\": 2\n },\n \"coop\": {\n \"pic_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"order_count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"reply_48h_ratio\": {\n \"min\": 20,\n \"max\": 80\n },\n \"industry\": \"Beauty & Personal Care\",\n \"brand_ids\": [\n \"<string>\"\n ],\n \"exclude_brands\": true,\n \"imp_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"read_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"inter_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"cpuv\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_cpm\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_cpm\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_read_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_read_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_engage_cost\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_engage_cost\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"estimate_cpuv\": {\n \"min\": 10000,\n \"max\": 50000\n }\n },\n \"live\": {\n \"live_count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"avg_viewer\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"avg_gmv\": {\n \"min\": 10000,\n \"max\": 50000\n }\n },\n \"flags\": {\n \"is_star\": true,\n \"new_high_quality\": true,\n \"high_quality\": true,\n \"note_and_live\": true,\n \"filter_intention\": true,\n \"activity_codes\": [\n \"<string>\"\n ],\n \"exclude_low_active\": true,\n \"exclude_fans_down\": true,\n \"exclude_cooperated\": true,\n \"exclude_invited\": true,\n \"industry_first\": \"Beauty & Personal Care\",\n \"industry_second\": \"<string>\"\n }\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Authorization", "Bearer <token>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list")
.header("Authorization", "Bearer <token>")
.header("Content-Type", "application/json")
.body("{\n \"page_num\": 1,\n \"page_size\": 20,\n \"keyword\": \"Coffee\",\n \"search_type\": 1,\n \"column\": \"comprehensiverank\",\n \"sort\": \"desc\",\n \"brand_user_id\": \"5dcfa5370000000001006030\",\n \"similar_user_id\": \"5c668b3e0000000012021605\",\n \"similar_word\": \"<string>\",\n \"goal\": {\n \"market_target\": \"mAccumImpNum\"\n },\n \"blogger\": {\n \"content_tag\": [\n \"Beauty\",\n \"Facial Care\",\n \"Facial Cleanser\"\n ],\n \"personal_tags\": [\n \"Mother\"\n ],\n \"feature_tags\": [\n \"vlog\"\n ],\n \"content_theme\": [\n \"Automotive Features\"\n ],\n \"audience20\": [\n \"Free Travel\",\n \"Outdoor Freedom - Extreme Challengers\"\n ],\n \"industry_crowd\": [\n \"15795914\"\n ],\n \"consumer_behavior\": [\n \"Content behavior estimate: Automotive\"\n ],\n \"note_scene\": [\n \"Automotive: Rational Decision-Making, Car Selection Guide, Policy\"\n ],\n \"gender\": \"Female\",\n \"location\": [\n \"Shanghai\"\n ],\n \"signed\": 0\n },\n \"fans\": {\n \"count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"age\": 3,\n \"gender\": 2,\n \"child_age\": [],\n \"device_price\": [\n \"3000-3999\"\n ],\n \"device_brand\": [\n \"Apple\"\n ],\n \"location\": [\n \"Shanghai\"\n ]\n },\n \"note\": {\n \"imp_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"read_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"inter_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"thousand_like_percent\": {\n \"min\": 20,\n \"max\": 80\n },\n \"note_type\": 2\n },\n \"coop\": {\n \"pic_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"order_count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"reply_48h_ratio\": {\n \"min\": 20,\n \"max\": 80\n },\n \"industry\": \"Beauty & Personal Care\",\n \"brand_ids\": [\n \"<string>\"\n ],\n \"exclude_brands\": true,\n \"imp_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"read_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"inter_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"cpuv\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_cpm\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_cpm\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_read_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_read_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_engage_cost\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_engage_cost\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"estimate_cpuv\": {\n \"min\": 10000,\n \"max\": 50000\n }\n },\n \"live\": {\n \"live_count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"avg_viewer\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"avg_gmv\": {\n \"min\": 10000,\n \"max\": 50000\n }\n },\n \"flags\": {\n \"is_star\": true,\n \"new_high_quality\": true,\n \"high_quality\": true,\n \"note_and_live\": true,\n \"filter_intention\": true,\n \"activity_codes\": [\n \"<string>\"\n ],\n \"exclude_low_active\": true,\n \"exclude_fans_down\": true,\n \"exclude_cooperated\": true,\n \"exclude_invited\": true,\n \"industry_first\": \"Beauty & Personal Care\",\n \"industry_second\": \"<string>\"\n }\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Authorization"] = 'Bearer <token>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"page_num\": 1,\n \"page_size\": 20,\n \"keyword\": \"Coffee\",\n \"search_type\": 1,\n \"column\": \"comprehensiverank\",\n \"sort\": \"desc\",\n \"brand_user_id\": \"5dcfa5370000000001006030\",\n \"similar_user_id\": \"5c668b3e0000000012021605\",\n \"similar_word\": \"<string>\",\n \"goal\": {\n \"market_target\": \"mAccumImpNum\"\n },\n \"blogger\": {\n \"content_tag\": [\n \"Beauty\",\n \"Facial Care\",\n \"Facial Cleanser\"\n ],\n \"personal_tags\": [\n \"Mother\"\n ],\n \"feature_tags\": [\n \"vlog\"\n ],\n \"content_theme\": [\n \"Automotive Features\"\n ],\n \"audience20\": [\n \"Free Travel\",\n \"Outdoor Freedom - Extreme Challengers\"\n ],\n \"industry_crowd\": [\n \"15795914\"\n ],\n \"consumer_behavior\": [\n \"Content behavior estimate: Automotive\"\n ],\n \"note_scene\": [\n \"Automotive: Rational Decision-Making, Car Selection Guide, Policy\"\n ],\n \"gender\": \"Female\",\n \"location\": [\n \"Shanghai\"\n ],\n \"signed\": 0\n },\n \"fans\": {\n \"count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"age\": 3,\n \"gender\": 2,\n \"child_age\": [],\n \"device_price\": [\n \"3000-3999\"\n ],\n \"device_brand\": [\n \"Apple\"\n ],\n \"location\": [\n \"Shanghai\"\n ]\n },\n \"note\": {\n \"imp_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"read_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"inter_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"thousand_like_percent\": {\n \"min\": 20,\n \"max\": 80\n },\n \"note_type\": 2\n },\n \"coop\": {\n \"pic_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"order_count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"reply_48h_ratio\": {\n \"min\": 20,\n \"max\": 80\n },\n \"industry\": \"Beauty & Personal Care\",\n \"brand_ids\": [\n \"<string>\"\n ],\n \"exclude_brands\": true,\n \"imp_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"read_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"inter_median\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"cpuv\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_cpm\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_cpm\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_read_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_read_price\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"pic_engage_cost\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"video_engage_cost\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"estimate_cpuv\": {\n \"min\": 10000,\n \"max\": 50000\n }\n },\n \"live\": {\n \"live_count\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"avg_viewer\": {\n \"min\": 10000,\n \"max\": 50000\n },\n \"avg_gmv\": {\n \"min\": 10000,\n \"max\": 50000\n }\n },\n \"flags\": {\n \"is_star\": true,\n \"new_high_quality\": true,\n \"high_quality\": true,\n \"note_and_live\": true,\n \"filter_intention\": true,\n \"activity_codes\": [\n \"<string>\"\n ],\n \"exclude_low_active\": true,\n \"exclude_fans_down\": true,\n \"exclude_cooperated\": true,\n \"exclude_invited\": true,\n \"industry_first\": \"Beauty & Personal Care\",\n \"industry_second\": \"<string>\"\n }\n}"
response = http.request(request)
puts response.read_bodycode is 200.
Example
curl -X POST "https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_blogger_list" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}' # see request schema below
Authorizations
AIsa API key. Get yours at https://aisa.one
Body
Page, 1-250
1 <= x <= 2501
Page size, 1-20 (web fixed at 20; recommended: keep at 20)
1 <= x <= 2020
Keyword; empty=filter only, no search
50"Coffee"
1=search bloggers by note keyword (default), 0=search by nickname
0, 1 1
Sort column, 34 options, see endpoint docs
comprehensiverank, fansCount, price, clickNum, mEngagementNum, accumCommonImpMedinNum30d, accumPicCommonImpMedinNum30d, accumVideoCommonImpMedinNum30d, pictureClickMidNum, videoClickMidNum, pictureInterMidNum, videoInterMidNum, thousandLikePercent30, pictureThousandLikePercent30, videoThousandLikePercent30, hundredLikePercent30, pictureHundredLikePercent30, videoHundredLikePercent30, videoFinishRate, accumCoopImpMedinNum30d, readMidCoop30, interMidCoop30, mCpuvNum30d, picturePrice, videoPrice, pictureReadCost, videoReadCost, inviteReply48hNumRatio, fans30GrowthRate, fansActiveIn28dLv, fansEngageNum30dLv, kliveCnt30d, avgLiveViewerNum, avgAgmv90d "comprehensiverank"
Sort direction: desc/asc
desc, asc "desc"
Brand/advertiser user ID, optional
"5dcfa5370000000001006030"
Find similar bloggers; unlike /get_blogger_similar it can be combined with all filters below
"5c668b3e0000000012021605"
Nickname echo for similar_user_id; does not affect results
64Cooperation goal filters
Show child attributes
Show child attributes
Blogger attribute filters
Show child attributes
Show child attributes
Fans profile filters
Show child attributes
Show child attributes
Organic note metric filters
Show child attributes
Show child attributes
Sponsored note metric filters
Show child attributes
Show child attributes
Live metric filters
Show child attributes
Show child attributes
Boolean flag filters
Show child attributes
Show child attributes
Response
Successful response. Response structure varies; refer to the actual API response.