
TikTok Hashtag Analytics
Pay $5.00 for 1,000 results

TikTok Hashtag Analytics
Pay $5.00 for 1,000 results
Scrape TikTok hashtag analytics data. Just add one or more hashtags, and the scraper will extract posts' text, details, country, longevity, audience interests, scores, countries, labels, and age range. Export scraped data, run the scraper via API, schedule runs, or integrate it with other tools.
Actor Metrics
26 monthly users
4.3 / 5 (3)
12 bookmarks
>99% runs succeeded
Created in Oct 2023
Modified 6 hours ago
You can access the TikTok Hashtag 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": "svsaQn9XSdaVTCcZZ"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/clockworks~tiktok-ads-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-clockworks-tiktok-ads-scraper",
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/clockworks~tiktok-ads-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-clockworks-tiktok-ads-scraper",
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/clockworks~tiktok-ads-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-clockworks-tiktok-ads-scraper",
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 "hashtags"
135 ],
136 "properties": {
137 "hashtags": {
138 "title": "Hashtag(s) to scrape ad details from TikTok",
139 "type": "array",
140 "description": "Just add TikTok hashtags and the scraper will collect information.",
141 "items": {
142 "type": "string"
143 }
144 },
145 "adsTimeRange": {
146 "title": "Time span for ads analytics",
147 "enum": [
148 "",
149 "7",
150 "30",
151 "120",
152 "365",
153 "1095"
154 ],
155 "type": "string",
156 "description": "",
157 "default": ""
158 },
159 "adsCountryCode": {
160 "title": "🗺 Country",
161 "enum": [
162 "",
163 "us",
164 "af",
165 "al",
166 "dz",
167 "as",
168 "ad",
169 "ao",
170 "ai",
171 "aq",
172 "ag",
173 "ar",
174 "am",
175 "aw",
176 "au",
177 "at",
178 "az",
179 "bs",
180 "bh",
181 "bd",
182 "bb",
183 "by",
184 "be",
185 "bz",
186 "bj",
187 "bm",
188 "bt",
189 "bo",
190 "ba",
191 "bw",
192 "bv",
193 "br",
194 "io",
195 "bn",
196 "bg",
197 "bf",
198 "bi",
199 "kh",
200 "cm",
201 "ca",
202 "cv",
203 "ky",
204 "cf",
205 "td",
206 "cl",
207 "cn",
208 "cx",
209 "cc",
210 "co",
211 "km",
212 "cg",
213 "cd",
214 "ck",
215 "cr",
216 "ci",
217 "hr",
218 "cu",
219 "cy",
220 "cz",
221 "dk",
222 "dj",
223 "dm",
224 "do",
225 "ec",
226 "eg",
227 "sv",
228 "gq",
229 "er",
230 "ee",
231 "et",
232 "fk",
233 "fo",
234 "fj",
235 "fi",
236 "fr",
237 "gf",
238 "pf",
239 "tf",
240 "ga",
241 "gm",
242 "ge",
243 "de",
244 "gh",
245 "gi",
246 "gr",
247 "gl",
248 "gd",
249 "gp",
250 "gu",
251 "gt",
252 "gn",
253 "gw",
254 "gy",
255 "ht",
256 "hm",
257 "va",
258 "hn",
259 "hk",
260 "hu",
261 "is",
262 "in",
263 "id",
264 "ir",
265 "iq",
266 "ie",
267 "il",
268 "it",
269 "jm",
270 "jp",
271 "jo",
272 "kz",
273 "ke",
274 "ki",
275 "kp",
276 "kr",
277 "kw",
278 "kg",
279 "la",
280 "lv",
281 "lb",
282 "ls",
283 "lr",
284 "ly",
285 "li",
286 "lt",
287 "lu",
288 "mo",
289 "mk",
290 "mg",
291 "mw",
292 "my",
293 "mv",
294 "ml",
295 "mt",
296 "mh",
297 "mq",
298 "mr",
299 "mu",
300 "yt",
301 "mx",
302 "fm",
303 "md",
304 "mc",
305 "mn",
306 "me",
307 "ms",
308 "ma",
309 "mz",
310 "mm",
311 "na",
312 "nr",
313 "np",
314 "nl",
315 "an",
316 "nc",
317 "nz",
318 "ni",
319 "ne",
320 "ng",
321 "nu",
322 "nf",
323 "mp",
324 "no",
325 "om",
326 "pk",
327 "pw",
328 "ps",
329 "pa",
330 "pg",
331 "py",
332 "pe",
333 "ph",
334 "pn",
335 "pl",
336 "pt",
337 "pr",
338 "qa",
339 "re",
340 "ro",
341 "ru",
342 "rw",
343 "sh",
344 "kn",
345 "lc",
346 "pm",
347 "vc",
348 "ws",
349 "sm",
350 "st",
351 "sa",
352 "sn",
353 "rs",
354 "sc",
355 "sl",
356 "sg",
357 "sk",
358 "si",
359 "sb",
360 "so",
361 "za",
362 "gs",
363 "ss",
364 "es",
365 "lk",
366 "sd",
367 "sr",
368 "sj",
369 "sz",
370 "se",
371 "ch",
372 "sy",
373 "tw",
374 "tj",
375 "tz",
376 "th",
377 "tl",
378 "tg",
379 "tk",
380 "to",
381 "tt",
382 "tn",
383 "tr",
384 "tm",
385 "tc",
386 "tv",
387 "ug",
388 "ua",
389 "ae",
390 "gb",
391 "um",
392 "uy",
393 "uz",
394 "vu",
395 "ve",
396 "vn",
397 "vg",
398 "vi",
399 "wf",
400 "eh",
401 "ye",
402 "zm",
403 "zw"
404 ],
405 "type": "string",
406 "description": "Set the targeted country"
407 }
408 }
409 },
410 "runsResponseSchema": {
411 "type": "object",
412 "properties": {
413 "data": {
414 "type": "object",
415 "properties": {
416 "id": {
417 "type": "string"
418 },
419 "actId": {
420 "type": "string"
421 },
422 "userId": {
423 "type": "string"
424 },
425 "startedAt": {
426 "type": "string",
427 "format": "date-time",
428 "example": "2025-01-08T00:00:00.000Z"
429 },
430 "finishedAt": {
431 "type": "string",
432 "format": "date-time",
433 "example": "2025-01-08T00:00:00.000Z"
434 },
435 "status": {
436 "type": "string",
437 "example": "READY"
438 },
439 "meta": {
440 "type": "object",
441 "properties": {
442 "origin": {
443 "type": "string",
444 "example": "API"
445 },
446 "userAgent": {
447 "type": "string"
448 }
449 }
450 },
451 "stats": {
452 "type": "object",
453 "properties": {
454 "inputBodyLen": {
455 "type": "integer",
456 "example": 2000
457 },
458 "rebootCount": {
459 "type": "integer",
460 "example": 0
461 },
462 "restartCount": {
463 "type": "integer",
464 "example": 0
465 },
466 "resurrectCount": {
467 "type": "integer",
468 "example": 0
469 },
470 "computeUnits": {
471 "type": "integer",
472 "example": 0
473 }
474 }
475 },
476 "options": {
477 "type": "object",
478 "properties": {
479 "build": {
480 "type": "string",
481 "example": "latest"
482 },
483 "timeoutSecs": {
484 "type": "integer",
485 "example": 300
486 },
487 "memoryMbytes": {
488 "type": "integer",
489 "example": 1024
490 },
491 "diskMbytes": {
492 "type": "integer",
493 "example": 2048
494 }
495 }
496 },
497 "buildId": {
498 "type": "string"
499 },
500 "defaultKeyValueStoreId": {
501 "type": "string"
502 },
503 "defaultDatasetId": {
504 "type": "string"
505 },
506 "defaultRequestQueueId": {
507 "type": "string"
508 },
509 "buildNumber": {
510 "type": "string",
511 "example": "1.0.0"
512 },
513 "containerUrl": {
514 "type": "string"
515 },
516 "usage": {
517 "type": "object",
518 "properties": {
519 "ACTOR_COMPUTE_UNITS": {
520 "type": "integer",
521 "example": 0
522 },
523 "DATASET_READS": {
524 "type": "integer",
525 "example": 0
526 },
527 "DATASET_WRITES": {
528 "type": "integer",
529 "example": 0
530 },
531 "KEY_VALUE_STORE_READS": {
532 "type": "integer",
533 "example": 0
534 },
535 "KEY_VALUE_STORE_WRITES": {
536 "type": "integer",
537 "example": 1
538 },
539 "KEY_VALUE_STORE_LISTS": {
540 "type": "integer",
541 "example": 0
542 },
543 "REQUEST_QUEUE_READS": {
544 "type": "integer",
545 "example": 0
546 },
547 "REQUEST_QUEUE_WRITES": {
548 "type": "integer",
549 "example": 0
550 },
551 "DATA_TRANSFER_INTERNAL_GBYTES": {
552 "type": "integer",
553 "example": 0
554 },
555 "DATA_TRANSFER_EXTERNAL_GBYTES": {
556 "type": "integer",
557 "example": 0
558 },
559 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
560 "type": "integer",
561 "example": 0
562 },
563 "PROXY_SERPS": {
564 "type": "integer",
565 "example": 0
566 }
567 }
568 },
569 "usageTotalUsd": {
570 "type": "number",
571 "example": 0.00005
572 },
573 "usageUsd": {
574 "type": "object",
575 "properties": {
576 "ACTOR_COMPUTE_UNITS": {
577 "type": "integer",
578 "example": 0
579 },
580 "DATASET_READS": {
581 "type": "integer",
582 "example": 0
583 },
584 "DATASET_WRITES": {
585 "type": "integer",
586 "example": 0
587 },
588 "KEY_VALUE_STORE_READS": {
589 "type": "integer",
590 "example": 0
591 },
592 "KEY_VALUE_STORE_WRITES": {
593 "type": "number",
594 "example": 0.00005
595 },
596 "KEY_VALUE_STORE_LISTS": {
597 "type": "integer",
598 "example": 0
599 },
600 "REQUEST_QUEUE_READS": {
601 "type": "integer",
602 "example": 0
603 },
604 "REQUEST_QUEUE_WRITES": {
605 "type": "integer",
606 "example": 0
607 },
608 "DATA_TRANSFER_INTERNAL_GBYTES": {
609 "type": "integer",
610 "example": 0
611 },
612 "DATA_TRANSFER_EXTERNAL_GBYTES": {
613 "type": "integer",
614 "example": 0
615 },
616 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
617 "type": "integer",
618 "example": 0
619 },
620 "PROXY_SERPS": {
621 "type": "integer",
622 "example": 0
623 }
624 }
625 }
626 }
627 }
628 }
629 }
630 }
631 }
632}
TikTok Hashtag 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 Hashtag 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: