Skip to main content
POST
PGY note blogger square
PGY note blogger square Pricing — base $0.029 per successful call (provider cost × 1.45; final charge scales by your plan multiplier). Charged only when the upstream response body code is 200.
Response structure is not yet fully documented — refer to the actual API response.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Body

application/json
page_num
integer
default:1

页码,1-250(上游只放出前 5000 条)/Page, 1-250

Required range: 1 <= x <= 250
Example:

1

page_size
integer
default:20

每页数量,1-20(网页固定 20,建议保持 20)/Page size, 1-20

Required range: 1 <= x <= 20
Example:

20

keyword
string
default:""

搜索词;空=只筛选不搜索/Keyword

Maximum string length: 50
Example:

"咖啡"

search_type
enum<integer>
default:1

1=按笔记关键词找博主(默认) 0=按昵称搜/Search mode

Available options:
0,
1
Example:

1

column
enum<string>
default:comprehensiverank

排序字段,共 34 个,见接口说明的排序字段表/Sort column, 34 options, see endpoint docs

Available options:
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
Example:

"comprehensiverank"

sort
enum<string>
default:desc

排序方向 desc/asc

Available options:
desc,
asc
Example:

"desc"

brand_user_id
string | null

品牌方/广告主用户ID,可不填/Brand user ID, optional

Example:

"5dcfa5370000000001006030"

similar_user_id
string | null

找相似博主:填一个博主的 userId,返回与他相似的博主,并且可以叠加下面所有筛选(这是它与 /get_blogger_similar 的关键区别)/Find similar bloggers; unlike /get_blogger_similar it can be combined with all filters below

Example:

"5c668b3e0000000012021605"

similar_word
string | null

配合 similar_user_id 的博主昵称,仅用于回显、不影响结果/Nickname echo for similar_user_id; does not affect results

Maximum string length: 64
goal
GoalFilter · object | null

合作目标筛选/Cooperation goal filters

blogger
BloggerAttrFilter · object | null

博主属性筛选/Blogger attribute filters

fans
FansFilter · object | null

粉丝画像筛选/Fans profile filters

note
NoteFilter · object | null

日常笔记数据筛选/Organic note metric filters

coop
CoopFilter · object | null

合作笔记数据筛选/Sponsored note metric filters

live
LiveFilter · object | null

直播数据筛选/Live metric filters

flags
FlagFilter · object | null

开关类筛选/Boolean flag filters

Response

200

Successful response. 以实际调用为准 / Response structure varies; refer to the actual API response.