Skip to main content
POST
Get user homepage posts
Get user homepage posts 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

用户主页作品请求模型 User Homepage Posts Request Model

sec_uid
string
required

用户 sec_uid/User sec_uid

Example:

"MS4wLjABAAAA9fe7vGjwyiaOjL6REhX8rvmSb32VzA_XsKca9F3_YSHRXlEqgT2cpX54WGbtgnsA"

用户 www.douyin.com 网页版 Cookie/User www.douyin.com web Cookie

cursor
string | null
default:0

翻页游标(字符串),首页传 "0",后续传上一页响应里的 cursor/Pagination cursor (string), "0" for first page, then pass the cursor from the previous response

Example:

"0"

count
integer | null
default:10

每页数量/Page size

Example:

10

Response

200

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