Skip to main content
POST
Fetch item list
Fetch item list Pricing — base $0.00145 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

投稿作品列表请求参数/Item list request parameters

用户Cookie/User Cookie

Example:

"Your_Cookie_Here"

start_time
integer
required

开始时间戳(毫秒)/Start time timestamp (milliseconds)

Example:

1758988800000

end_time
integer
required

结束时间戳(毫秒)/End time timestamp (milliseconds)

Example:

1760198399000

count
integer
default:10

每页数量/Count per page (最多100条)

Example:

10

order_by
integer
default:1

排序方式/Order by (1-26): 1=发布时间↓(新到旧), 2=发布时间↑(旧到新), 3=播放量↓, 4=播放量↑, 5=点赞量↓, 6=点赞量↑, 7=评论量↓, 8=评论量↑, 9=分享量↓, 10=分享量↑, 11=收藏量↓, 12=收藏量↑, 13=2s跳出率↓, 14=2s跳出率↑, 15=5s完播率↓, 16=5s完播率↑, 17=完播率↓, 18=完播率↑, 19=封面点击率↓, 20=封面点击率↑, 21=平均播放时长↓, 22=平均播放时长↑, 23=主页访问量↓, 24=主页访问量↑, 25=粉丝增量↓, 26=粉丝增量↑

Example:

1

fields
string
default:metrics,review,visibility

需要返回的字段/Fields to return

Example:

"metrics,review,visibility"

need_cooperation
boolean
default:true

是否需要合作信息/Need cooperation info

Example:

true

need_long_article
boolean
default:true

是否包含长图文/Include long articles

Example:

true

cursor
integer | null

分页游标/Pagination cursor (可选)

Response

200

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