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 TikTok trending posts API Playground

Returns the current TikTok trending feed.

GETapiKey8 credits/requesttiktok.trendingResponseDocTikTok

Endpoint

Choose one catalog endpoint for this request.

15 shown
GETapiKey8 credits/requesttiktok.trendingResponseDocTikTok
GET /tiktok/trending

Retrieve TikTok trending posts

Returns the current TikTok trending feed.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "extra": {
      "fatal_item_ids": [],
      "logid": "202503190154113B12E72238478F0CB808",
      "now": 1742349252000
    },
    "log_pb": {
      "impr_id": "202503190154113B12E72238478F0CB808"
    },
    "itemList": [
      {
        "id": "7616993099398614302"
      }
    ],
    "hasMore": true,
    "statusCode": 0,
    "statusMsg": "",
    "status_code": 0,
    "status_msg": ""
  }
}

Endpoint details

Returns the current TikTok trending feed.

Method
GET
Path
/tiktok/trending
Authentication
apiKey
Credit cost
8 credits/request
Platform
TikTok
Parameters
1 documented fields

Request parameters

x-api-key:header

Response schema fields

codedatadata.cursordata.extradata.extra.fatal_item_idsdata.extra.logiddata.extra.nowdata.hasMoredata.itemListdata.log_pbdata.log_pb.impr_iddata.statusCode

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "extra": {
      "fatal_item_ids": [],
      "logid": "202503190154113B12E72238478F0CB808",
      "now": 1742349252000
    },
    "log_pb": {
      "impr_id": "202503190154113B12E72238478F0CB808"
    },
    "itemList": [
      {
        "id": "7616993099398614302"
      }
    ],
    "hasMore": true,
    "statusCode": 0,
    "statusMsg": "",
    "status_code": 0,
    "status_msg": ""
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/tiktok/trending" \
  -H "x-api-key: <api-key>"