Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve posts from a TikTok profile API Playground
Returns posts from a TikTok profile by `secUid`, with optional cursor pagination and sort mode.
GETapiKey8 credits/requesttiktok.profilePostResponseDocTikTok
Endpoint details
Returns posts from a TikTok profile by `secUid`, with optional cursor pagination and sort mode.
- Method
- GET
- Path
- /tiktok/posts
- Authentication
- apiKey
- Credit cost
- 8 credits/request
- Platform
- TikTok
- Parameters
- 4 documented fields
Request parameters
x-api-key:headersecUid:querycursor:querysort_type:query
Response schema fields
codedatadata.cursordata.extradata.extra.fatal_item_idsdata.extra.logiddata.extra.nowdata.hasMoredata.itemListdata.log_pbdata.log_pb.impr_iddata.status_code
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"cursor": "1728674650000",
"extra": {
"fatal_item_ids": [],
"logid": "2024121114064544C2FAFFE7F9650789D4",
"now": 1733926005000
},
"hasMore": true,
"itemList": [
{
"AIGCDescription": "",
"CategoryType": 120,
"author": {
"avatarLarger": "https://p19-pu-sign-useast8.tiktokcdn-us.com/tos-useast5-avt-0068-tx/fb1ed871dc01261013179da3fafcc1cd~c5_1080x1080.jpeg?lk3s=a5d48078&non...",
"avatarMedium": "https://p16-pu-sign-useast8.tiktokcdn-us.com/tos-useast5-avt-0068-tx/fb1ed871dc01261013179da3fafcc1cd~c5_720x720.jpeg?lk3s=a5d48078&nonce...",
"avatarThumb": "https://p16-pu-sign-useast8.tiktokcdn-us.com/tos-useast5-avt-0068-tx/fb1ed871dc01261013179da3fafcc1cd~c5_100x100.jpeg?lk3s=a5d48078&nonce...",
"commentSetting": 0,
"downloadSetting": 0,
"duetSetting": 0
},
"authorStats": {
"diggCount": 352,
"followerCount": 458800,
"followingCount": 1,
"friendCount": 0,
"heart": 800300,
"heartCount": 800300
},
"backendSourceEventTracking": "",
"challenges": [
{
"coverLarger": "",
"coverMedium": "",
"coverThumb": "",
"desc": "",
"id": "7172185891421552645",
"profileLarger": ""
}
]
}
],
"log_pb": {
"impr_id": "2024121114064544C2FAFFE7F9650789D4"
},
"status_code": 0
}
}cURL example
curl "https://api.crawlora.net/api/v1/tiktok/posts?secUid=<secUid>" \
-H "x-api-key: <api-key>"