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

User sec_uid

Example:

"MS4wLjABAAAA9fe7vGjwyiaOjL6REhX8rvmSb32VzA_XsKca9F3_YSHRXlEqgT2cpX54WGbtgnsA"

User www.douyin.com web Cookie

cursor
string | null
default:0

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.