Tiktok Trending Hashtags Analytics avatar

Tiktok Trending Hashtags Analytics

Try for free

1 day trial then $25.00/month - No credit card required now

Go to Store
Tiktok Trending Hashtags Analytics

Tiktok Trending Hashtags Analytics

codebyte/tiktok-trending-hashtags-analytics
Try for free

1 day trial then $25.00/month - No credit card required now

Unlock TikTok's trending hashtags with comprehensive analytics and audience insights. Gather data on hashtag performance, audience demographics and related trends to supercharge your TikTok content strategy.

Developer
Maintained by Community

Actor Metrics

  • 4 monthly users

  • No reviews yet

  • 3 bookmarks

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 2 months ago

You can access the Tiktok Trending Hashtags Analytics programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "7u6fAWGPKpe5dkQNa"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/codebyte~tiktok-trending-hashtags-analytics/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-codebyte-tiktok-trending-hashtags-analytics",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/codebyte~tiktok-trending-hashtags-analytics/runs": {
50      "post": {
51        "operationId": "runs-sync-codebyte-tiktok-trending-hashtags-analytics",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/codebyte~tiktok-trending-hashtags-analytics/run-sync": {
93      "post": {
94        "operationId": "run-sync-codebyte-tiktok-trending-hashtags-analytics",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "result_type"
135        ],
136        "properties": {
137          "result_type": {
138            "title": "Result type",
139            "enum": [
140              "top100",
141              "top100_with_analytics",
142              "analytics"
143            ],
144            "type": "string",
145            "description": "Select the type of result you want to actor to retrieve. \nTop 100 ranking only. \nTop 100 ranking including hashtag analytics. \nHashtag analytics for a custom list of hashtags."
146          },
147          "country": {
148            "title": "Country",
149            "enum": [
150              "ALL",
151              "AR",
152              "AU",
153              "AT",
154              "BH",
155              "BD",
156              "BY",
157              "BE",
158              "BR",
159              "BG",
160              "KH",
161              "CA",
162              "CL",
163              "CO",
164              "HR",
165              "CZ",
166              "DK",
167              "EG",
168              "EE",
169              "FI",
170              "FR",
171              "DE",
172              "GR",
173              "HU",
174              "IS",
175              "ID",
176              "IQ",
177              "IE",
178              "IL",
179              "IT",
180              "JP",
181              "JO",
182              "KZ",
183              "KW",
184              "LV",
185              "LB",
186              "LT",
187              "LU",
188              "MO",
189              "MY",
190              "MX",
191              "MA",
192              "MM",
193              "NL",
194              "NZ",
195              "NG",
196              "NO",
197              "OM",
198              "PK",
199              "PE",
200              "PH",
201              "PL",
202              "PT",
203              "QA",
204              "RO",
205              "SA",
206              "SG",
207              "SK",
208              "ZA",
209              "KR",
210              "ES",
211              "SE",
212              "CH",
213              "TW",
214              "TH",
215              "TR",
216              "UA",
217              "AE",
218              "GB",
219              "US",
220              "UZ",
221              "VN"
222            ],
223            "type": "string",
224            "description": "Select the country (or All for global) for which you want to retrieve the top 100 ranking / hashtag analytics.",
225            "default": "ALL"
226          },
227          "top100_period": {
228            "title": "Top 100 ranking period in days",
229            "enum": [
230              "7",
231              "30",
232              "120"
233            ],
234            "type": "string",
235            "description": "Select the period for which you want to retrieve the top 100 ranking.",
236            "default": "7"
237          },
238          "analytics_period": {
239            "title": "Hashtag analytics period in days",
240            "enum": [
241              "7",
242              "30",
243              "120",
244              "365",
245              "1095"
246            ],
247            "type": "string",
248            "description": "Select the period for which you want to retrieve the hashtag analytics."
249          },
250          "top100_industry": {
251            "title": "Top 100 industry filter",
252            "enum": [
253              "24000000000",
254              "15000000000",
255              "19000000000",
256              "22000000000",
257              "18000000000",
258              "25000000000",
259              "10000000000",
260              "29000000000",
261              "12000000000",
262              "21000000000",
263              "17000000000",
264              "27000000000",
265              "28000000000",
266              "13000000000",
267              "23000000000",
268              "26000000000",
269              "11000000000",
270              "14000000000"
271            ],
272            "type": "string",
273            "description": "Filter top 100 ranking by industry."
274          },
275          "top100_new_on_board": {
276            "title": "New to top 100 only",
277            "type": "boolean",
278            "description": "For top 100 ranking, only return entries that are new to the top 100 for this period.",
279            "default": false
280          },
281          "hashtag_list": {
282            "title": "List of hashtags (result_type = analytics)",
283            "type": "array",
284            "description": "List of hashtags for which you want to retrieve analytics.",
285            "items": {
286              "type": "string"
287            }
288          }
289        }
290      },
291      "runsResponseSchema": {
292        "type": "object",
293        "properties": {
294          "data": {
295            "type": "object",
296            "properties": {
297              "id": {
298                "type": "string"
299              },
300              "actId": {
301                "type": "string"
302              },
303              "userId": {
304                "type": "string"
305              },
306              "startedAt": {
307                "type": "string",
308                "format": "date-time",
309                "example": "2025-01-08T00:00:00.000Z"
310              },
311              "finishedAt": {
312                "type": "string",
313                "format": "date-time",
314                "example": "2025-01-08T00:00:00.000Z"
315              },
316              "status": {
317                "type": "string",
318                "example": "READY"
319              },
320              "meta": {
321                "type": "object",
322                "properties": {
323                  "origin": {
324                    "type": "string",
325                    "example": "API"
326                  },
327                  "userAgent": {
328                    "type": "string"
329                  }
330                }
331              },
332              "stats": {
333                "type": "object",
334                "properties": {
335                  "inputBodyLen": {
336                    "type": "integer",
337                    "example": 2000
338                  },
339                  "rebootCount": {
340                    "type": "integer",
341                    "example": 0
342                  },
343                  "restartCount": {
344                    "type": "integer",
345                    "example": 0
346                  },
347                  "resurrectCount": {
348                    "type": "integer",
349                    "example": 0
350                  },
351                  "computeUnits": {
352                    "type": "integer",
353                    "example": 0
354                  }
355                }
356              },
357              "options": {
358                "type": "object",
359                "properties": {
360                  "build": {
361                    "type": "string",
362                    "example": "latest"
363                  },
364                  "timeoutSecs": {
365                    "type": "integer",
366                    "example": 300
367                  },
368                  "memoryMbytes": {
369                    "type": "integer",
370                    "example": 1024
371                  },
372                  "diskMbytes": {
373                    "type": "integer",
374                    "example": 2048
375                  }
376                }
377              },
378              "buildId": {
379                "type": "string"
380              },
381              "defaultKeyValueStoreId": {
382                "type": "string"
383              },
384              "defaultDatasetId": {
385                "type": "string"
386              },
387              "defaultRequestQueueId": {
388                "type": "string"
389              },
390              "buildNumber": {
391                "type": "string",
392                "example": "1.0.0"
393              },
394              "containerUrl": {
395                "type": "string"
396              },
397              "usage": {
398                "type": "object",
399                "properties": {
400                  "ACTOR_COMPUTE_UNITS": {
401                    "type": "integer",
402                    "example": 0
403                  },
404                  "DATASET_READS": {
405                    "type": "integer",
406                    "example": 0
407                  },
408                  "DATASET_WRITES": {
409                    "type": "integer",
410                    "example": 0
411                  },
412                  "KEY_VALUE_STORE_READS": {
413                    "type": "integer",
414                    "example": 0
415                  },
416                  "KEY_VALUE_STORE_WRITES": {
417                    "type": "integer",
418                    "example": 1
419                  },
420                  "KEY_VALUE_STORE_LISTS": {
421                    "type": "integer",
422                    "example": 0
423                  },
424                  "REQUEST_QUEUE_READS": {
425                    "type": "integer",
426                    "example": 0
427                  },
428                  "REQUEST_QUEUE_WRITES": {
429                    "type": "integer",
430                    "example": 0
431                  },
432                  "DATA_TRANSFER_INTERNAL_GBYTES": {
433                    "type": "integer",
434                    "example": 0
435                  },
436                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
437                    "type": "integer",
438                    "example": 0
439                  },
440                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
441                    "type": "integer",
442                    "example": 0
443                  },
444                  "PROXY_SERPS": {
445                    "type": "integer",
446                    "example": 0
447                  }
448                }
449              },
450              "usageTotalUsd": {
451                "type": "number",
452                "example": 0.00005
453              },
454              "usageUsd": {
455                "type": "object",
456                "properties": {
457                  "ACTOR_COMPUTE_UNITS": {
458                    "type": "integer",
459                    "example": 0
460                  },
461                  "DATASET_READS": {
462                    "type": "integer",
463                    "example": 0
464                  },
465                  "DATASET_WRITES": {
466                    "type": "integer",
467                    "example": 0
468                  },
469                  "KEY_VALUE_STORE_READS": {
470                    "type": "integer",
471                    "example": 0
472                  },
473                  "KEY_VALUE_STORE_WRITES": {
474                    "type": "number",
475                    "example": 0.00005
476                  },
477                  "KEY_VALUE_STORE_LISTS": {
478                    "type": "integer",
479                    "example": 0
480                  },
481                  "REQUEST_QUEUE_READS": {
482                    "type": "integer",
483                    "example": 0
484                  },
485                  "REQUEST_QUEUE_WRITES": {
486                    "type": "integer",
487                    "example": 0
488                  },
489                  "DATA_TRANSFER_INTERNAL_GBYTES": {
490                    "type": "integer",
491                    "example": 0
492                  },
493                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
494                    "type": "integer",
495                    "example": 0
496                  },
497                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
498                    "type": "integer",
499                    "example": 0
500                  },
501                  "PROXY_SERPS": {
502                    "type": "integer",
503                    "example": 0
504                  }
505                }
506              }
507            }
508          }
509        }
510      }
511    }
512  }
513}

Tiktok Trending Hashtags Analytics OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Tiktok Trending Hashtags Analytics from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients: