Pith. sign in

REVIEW 4 major objections 4 minor 297 references

WhichTok? Comparing Three TikTok Data Acquisition Tools

T0 review · 4 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read Same TikTok queries give vastly different data across three tools

desk verdict Valuable audit with a real pagination find, but the headline divergence claim overreaches the overlap numbers. read the letter →

arxiv 2608.09917 v1 pith:TH7DCXVU submitted 2026-08-10 cs.SI cs.HC

classification cs.SIcs.HC
keywords TikTokdatacollectionResearchAPIwebscrapingreproducibilitycomputationalsocialsciencealgorithmiccurationJaccardsimilarityacquisitiontools
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that the choice of a TikTok data collection tool is not neutral: the official Research API, Pyktok, and Apify return largely non-overlapping datasets for identical hashtag, keyword, comment, and related-video queries. Only the user endpoint produced comparable results across all three tools. Because the official API pulls from back-end endpoints while Pyktok and Apify scrape what TikTok's front end displays, the tools retrieve different time periods and popularity levels, so conclusions about TikTok content can change depending on which tool built the dataset. The authors argue this undermines reproducibility and generalizability in TikTok research, and they use the divergence to argue for detailed transparency in data collection reporting.

What carries the argument

The comparison rests on a standardized longitudinal collection pipeline: the same users, hashtags, keywords, and seed videos were queried daily for 30 days (August 1-30, 2025) in repeated 10-day cycles, with tools queried on matched schedules. The key analytic objects are pairwise Jaccard similarity coefficients for overlap, success rates defined as collected-to-goal ratios, temporal span of returned videos, and engagement distributions compared with Wilcoxon rank-sum tests. The underlying mechanism that drives the divergence is the access pathway: the Research API calls back-end endpoints, while Apify and Pyktok scrape TikTok's front-end pages, so the latter inherit the platform's algorithmic curation and visibility filters. The paper also treats the is_random parameter of the Research API wrapper as an object of investigation, showing through a diagnostic that it changes pagination behavior and thereby sample size.

What would settle it

Re-running the same matched collection protocol on a different set of hashtags and keywords (for example, health and entertainment terms not used here) during the same month and finding high Jaccard overlap, say above 0.5, between the Research API and Apify results would contradict the paper's claim of systematic divergence; likewise, showing that the API wrapper's is_random=True mode paginates correctly in a second diagnostic with a different wrapper version would weaken the pagination finding.

Watch

Extended reading notes

Core claim

The central discovery is a systematic divergence among the three tools under matched query conditions. For hashtag and keyword searches, pairwise Jaccard similarity between any two tools was 0.00, meaning no videos were shared; the Research API's two modes (is_random False and True) also returned disjoint video sets while exhibiting similar engagement profiles. The Research API tended to return large volumes of low-engagement videos from narrow, recent time windows, whereas Apify returned small sets of high-engagement videos spanning years, because it scrapes the algorithmically curated pages that real users see. For comments, Pyktok retrieved the most comments per video, and pairwise comment overlap ranged from 0 to about 40 percent. A diagnostic test further showed that the API wrapper's is_random=True mode fails to paginate: responses carry has_more=False and no cursor, so collections stop after roughly 10 percent of the documented target. The authors interpret these results as evidence that no current tool can produce truly random samples of TikTok, and that tool-specific sampling confounds threaten the validity of single-tool studies.

Load-bearing premise

The observed cross-tool differences reflect stable properties of the tools under typical use, rather than transient TikTok updates or errors in this particular configuration, and the four users and four query terms tested stand in for TikTok research generally.

Editorial extensions

If this is right

  • Researchers who generalize from a single TikTok data collection tool risk describing that tool's retrieval behavior rather than the platform's content.
  • Previous TikTok studies based on one tool may need re-examination, since a different tool could have produced different conclusions for the same queries.
  • Front-end scraping tools (Apify, Pyktok) skew toward algorithmically recommended, high-engagement content; the Research API skews toward lower-engagement videos and query-dependent recent windows.
  • Complete samples were achieved only for the user endpoint; hashtag, keyword, comment, and related-video collections are partial and tool-dependent.
  • The undocumented pagination failure of the API's is_random=True mode means studies using that setting may have collected first-page-only results, about 10 percent of intended targets.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the divergence is stable, meta-analyses of TikTok studies should model the collection tool as a moderator or covariate; otherwise cross-study effect sizes confound platform effects with tool effects.
  • A testable extension would benchmark each tool against a ground-truth corpus of videos verified directly from creators (e.g., via official metadata or creator-provided archives) to estimate which tool, if any, comes closest to the full platform population.
  • The API(R) pagination finding suggests that researchers who used is_random=True should audit their logs for has_more and cursor values; datasets collected without pagination are identifiable and could be re-weighted or re-collected.
  • Because TikTok changes its front end frequently, the observed zero-overlap pattern may drift over time; repeating this audit at later dates would show whether the divergence is a stable property or a snapshot.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. This paper reports a 30-day comparison of three TikTok data collection tools — the official TikTok Research API in two modes (API(D) and API(R)), Pyktok, and Apify — across five endpoints: User, Hashtag, Keyword, Comment, and Related Video. The authors measure collection success rates, temporal coverage, engagement distributions, and pairwise Jaccard overlaps, and they find large differences in volume (API(D) collected 442K hashtag videos versus Apify's 10K), temporal span (API(D) often returned only minutes-to-months of content while Apify spanned years), engagement profiles (Apify returned substantially higher-engagement videos), and near-zero overlap for most cross-tool comparisons. They conclude that tool choice strongly shapes TikTok datasets and offer transparency, methodological, and ethical recommendations.

Significance. If the findings hold, this is a valuable empirical contribution to the reproducibility debate in computational social science. The study is longitudinal, covers multiple endpoints, and uses publicly available tools; the Pyktok–Apify user-endpoint agreement (J=0.71) is a concrete and non-obvious positive result, while the API(D)–Apify engagement divergence (large rank-biserial effects in Figure 5) is a strong, falsifiable observation. At the same time, the overlap evidence is not statistically calibrated, and some claims in the abstract and conclusion exceed what the data can support. The paper would be a useful reference for TikTok researchers, but it needs revision before the central claim can be accepted as stated.

major comments (4)
  1. [Data Coverage and Overlap by Tools, Table 2] The interpretation of J=0.00 for the Hashtag and Keyword endpoints as evidence of systematic divergence lacks a null baseline. With quota-capped samples drawn from very large matching populations (e.g., #fyp has billions of posts, per Figure 6), two tools sampling uniformly from the same population would also be expected to produce near-zero Jaccard overlap because the expected overlap is approximately n1*n2/N. The paper does not report expected overlap under independence, a self-overlap baseline (same tool run twice), or a repeated-sampling diagnostic. The J=0.00 values therefore cannot by themselves establish the headline claim of 'vastly different results.' The temporal-coverage and engagement analyses (Table 5 and Figures 4–5) are more informative and should carry the argument, or the authors should add a null model.
  2. [Abstract and Conclusion] The abstract states that 'the three tools yielded comprehensive and consistent results only for the user endpoint,' but Table 2 reports API(D)-Pyktok J=0.06 and API(D)-Apify J=0.03 for the User endpoint, with Pyktok-Apify J=0.71. The user endpoint is therefore not consistent across all three tools; rather, the two scraping tools agree with each other and both diverge from the Research API. This wording should be corrected, as the current phrasing overstates the degree of agreement.
  3. [Data Collection and Appendix Table 6] The diagnostic establishing that API(R) suppresses pagination is based on a single test on April 24, 2026, and the manuscript does not report exact versions or commit hashes of the TikTok API wrapper, Pyktok, or the Apify actors. Since the paper's central theme is reproducibility, and since the API(R) behavior is used to explain the API(D)-API(R) overlap results, the authors should either pin the exact software versions and provide repeated diagnostics, or explicitly limit the pagination claim to the observed period and configuration.
  4. [Conclusion] The conclusion states that 'when using front-end scraping techniques (e.g., Apify and Pyktok), data is skewed by TikTok's algorithm,' but the Discussion correctly cautions that without ground truth the observed pattern should be interpreted as 'divergence across retrieval strategies rather than as direct evidence that any one tool is biased relative to the full TikTok population.' The conclusion should be reworded to match this caveat, since the engagement differences could reflect API underrepresentation, Apify overrepresentation, or both.
minor comments (4)
  1. [Data Collection] The phrase 'the hyperparameter is random' is garbled; it should refer to the is_random parameter throughout.
  2. [Ethics Checklist] The paper states that no new code, data, or software will be released; for a methods-comparison paper, releasing the exact query scripts and configuration files would substantially strengthen the reproducibility recommendations.
  3. [Table 1] Table 1 omits API(R) rows; the text should explicitly note that API(R) was introduced only in the second collection cycle and is therefore excluded from the success-rate table.
  4. [References and Related Work] The reference 'Meza, R.; Mogos, , A.-A.; and Prundaru, G. 2023' contains a stray comma in the author list, and 'sockpuppetaccounts' appears without a space in the Related Work section; these should be corrected.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper is an empirical tool-comparison study whose central divergence claim rests on direct measurements, not on fitted inputs or load-bearing self-citations.

full rationale

This paper is a measurement and comparison study rather than a derivation, so the standard circularity patterns do not apply. The success-rate metric is definitional (Ncollected/Ngoal), but it is not used to derive the headline claim that tools return vastly different results; that claim rests on observed Jaccard coefficients, engagement distributions, and temporal spans reported from the collection runs. No parameter is fitted to a subset of the data and then renamed as a prediction, and no uniqueness theorem or prior-result chain is invoked to force the conclusions. The paper's self-citations are minor and non-load-bearing: Freelon n.d. is cited to describe Pyktok's public data-retrieval mechanism, and Freelon et al. 2025 is cited for context about the post-API landscape; neither citation supplies the empirical divergence result. The paper also openly discloses Pyktok's hashtag/keyword outage and states that no ground-truth dataset is used, which further reduces any concern that a hidden input is being relabeled as an output. The skeptical concern that zero Jaccard overlap may be expected for quota-capped samples from large populations is a valid statistical-interpretation critique, but it is not a circularity critique: it challenges whether the evidence establishes the conclusion, not whether the conclusion is equivalent to the evidence by construction. Accordingly, the analysis is self-contained against external benchmarks and exhibits no significant circularity.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

The central claim is an empirical comparison, so no parameters are fitted to data. The main assumptions are about representativeness of the query set, stability of tool behavior over time, and the appropriateness of the overlap metrics. The paper's own limitations section acknowledges the narrow query set and the absence of ground truth.

assumptions (3)
  • domain assumption The selected query terms and users are representative of typical TikTok research targets
    Four high-visibility users and four terms (trump, vaccine, news, fyp) may not cover low-visibility or niche topics; the authors note this in Limitations. If the sample is not representative, the conclusion that tools differ systematically may not generalize.
  • domain assumption The observed tool behaviors are stable and reflect typical operation
    Tool versions and wrapper versions are not pinned, and TikTok changes frequently. The API(R) pagination finding rests on a single diagnostic test on April 24, 2026; if this is a transient bug or a wrapper-specific issue, the claim about is_random=True behavior may not hold.
  • standard math Jaccard similarity and success rates are appropriate measures of tool agreement
    These metrics are standard for set overlap, but a zero Jaccard could reflect fundamentally different sampling frames. Without ground truth, the paper cannot determine which tool is closer to the true TikTok population.

how reviews work

0 comments
Cite this review

Pith. "Pith review of WhichTok? Comparing Three TikTok Data Acquisition Tools." pith.science (2026). https://pith.science/paper/TH7DCXVU

@misc{pith2026260809917,
  author       = {Pith},
  title        = {Pith review of: WhichTok? Comparing Three TikTok Data Acquisition Tools},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/TH7DCXVU}},
  note         = {Machine review of arXiv:2608.09917}
}
read the original abstract

TikTok's global growth has made it a prime platform for both entertainment and political discourse, prompting increased social science research. However, this rapidly evolving research field faces a fundamental reproducibility crisis. TikTok's opaque algorithmic systems hinder researchers from drawing meaningful empirical inferences, while the lack of standardized data collection methods compounds these challenges. This study addresses these methodological gaps by systematically comparing three data collection tools - the official TikTok Research API, Pyktok, and Apify. We evaluated five endpoints: User, Hashtag, Keyword, Comment, and Related Video. Results show substantial cross-tool differences, especially for hashtag and keyword searches. The Research API uses back-end API calls, whereas Apify and Pyktok rely on front-end web scraping, producing systematic differences in the time periods and popularity levels represented in retrieved content. The three tools yielded comprehensive and consistent results only for the user endpoint. Our results question whether these tools can acquire truly random[-ized] samples, as they introduce methodological confounds that may compromise research validity in ways not yet fully understood. Based on these results, we offer methodological, transparency, and ethical recommendations and guidelines to increase TikTok research quality.

Figures

Figures reproduced from arXiv: 2608.09917 by the authors.

Figure 1
Figure 1. Automated data collection workflow showing the daily execution schedule and 10-day rotating endpoint cycle. [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Heatmap of data collection success rates across [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Distribution of pairwise differences in com [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: Engagement distributions across collection tools, [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Rank-biserial effect sizes from pairwise compar [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Each point represents the difference in unique [PITH_FULL_IMAGE:figures/full_fig_p009_6.png]
Figure 8
Figure 8. Figure 8: Like count distributions. API(D) and API(R) ex [PITH_FULL_IMAGE:figures/full_fig_p014_8.png]
Figure 9
Figure 9. Figure 9: Share count distributions. Both API modes are [PITH_FULL_IMAGE:figures/full_fig_p014_9.png]
Figure 10
Figure 10. Figure 10: View count distributions. Apify returns videos [PITH_FULL_IMAGE:figures/full_fig_p014_10.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

297 extracted references · 169 canonical work pages

  1. [1]

    The ANNALS of the American Academy of Political and Social Science , year=

    The Post-API Age of Social Media Data Access , author=. The ANNALS of the American Academy of Political and Social Science , year=

  2. [2]

    2025 , url =

    Web Scraping Basics for. 2025 , url =

  3. [3]

    2025 , url =

    FanpageKarma: Professional Social Media Analytics and Management , author =. 2025 , url =

  4. [4]

    2025 , url =

    Octoparse: Web Scraping Tool and No-Code Web Crawlers , author =. 2025 , url =

  5. [5]

    2025 , url =

    About Apify , author =. 2025 , url =

  6. [6]

    What We Can Learn from

    Corso, Francesco and Pierri, Francesco and De Francisci Morales, Gianmarco , date =. What We Can Learn from. Companion. doi:10.1145/3630744.3663611 , url =

  7. [7]

    and Silver, Nathan A

    Pearson, George D.H. and Silver, Nathan A. and Robinson, Jessica Y. and Azadi, Mona and Schillo, Barbara A. and Kreslake, Jennifer M. , date =. Beyond the Margin of Error: A Systematic and Replicable Audit of the. doi:10.1080/1369118X.2024.2420032 , url =

  8. [8]

    New media & society , pages=

    TikTok and the algorithmic transformation of social media publics: From social networks to social interest clusters , author=. New media & society , pages=. 2024 , publisher=

Show all 297 references
  1. [9]

    International Journal of Communication , volume=

    Big Data| critiquing Big Data: Politics, ethics, epistemology| special section introduction , author=. International Journal of Communication , volume=

  2. [10]

    European Journal of Sociology / Archives Européennes de Sociologie , author =

    A. European Journal of Sociology / Archives Européennes de Sociologie , author =. 2008 , keywords =. doi:10.1017/S0003975609000150 , abstract =

  3. [12]

    arXiv preprint arXiv:2508.16453 , year=

    Anti-establishment sentiment on TikTok: Implications for understanding influence (rs) and expertise on social media , author=. arXiv preprint arXiv:2508.16453 , year=

  4. [13]

    platforms under the digital services act , author=

    The great data standoff: Researchers vs. platforms under the digital services act , author=. Proceedings of the International AAAI Conference on Web and Social Media , volume=

  5. [14]

    arXiv preprint arXiv:2505.02250 , year=

    Edtok: A dataset for eating disorder content on tiktok , author=. arXiv preprint arXiv:2505.02250 , year=

  6. [15]

    Proceedings of the International AAAI Conference on Web and Social Media , volume=

    What’s Political on TikTok? Perceptions, Prevalence, and Patterns of Exposure to TikToks Users Perceive as Political , author=. Proceedings of the International AAAI Conference on Web and Social Media , volume=

  7. [16]

    Proceedings of the International AAAI Conference on Web and Social Media , volume=

    When ‘For You’Isn’t For You: Measuring User Agency in TikTok’s Algorithmic Feed , author=. Proceedings of the International AAAI Conference on Web and Social Media , volume=

  8. [17]

    Information, Communication & Society , author =

    Critical. Information, Communication & Society , author =. 2012 , note =. doi:10.1080/1369118X.2012.678878 , abstract =

  9. [18]

    2021 , publisher=

    The atlas of AI: Power, politics, and the planetary costs of artificial intelligence , author=. 2021 , publisher=

  10. [19]

    2025 , url =

    Query Videos , author =. 2025 , url =

  11. [20]

    Research

    TikTok , year =. Research

  12. [21]

    TikTok , year =. How

  13. [22]

    Adobe Express , year =. Using

  14. [23]

    2025 , eprint =

    Annabell, Taylor and Gorwa, Robert and Scharlach, Rebecca and family=Kerkhof, given=Jacob, prefix=van de, useprefix=false and Bertaglia, Thales , date =. 2025 , eprint =. doi:10.48550/arXiv.2505.08385 , url =

  15. [24]

    Diep, Pham Phuong Uyen and Tran, Huu Dat , year =

  16. [25]

    Data and Discrimination: Converting Critical Concerns into Productive Inquiry , year =

    Auditing Algorithms: Research Methods for Detecting Discrimination on Internet Platforms , author =. Data and Discrimination: Converting Critical Concerns into Productive Inquiry , year =

  17. [26]

    , date =

    Vombatkere, Karan and Mousavi, Sepehr and Zannettou, Savvas and Roesner, Franziska and Gummadi, Krishna P. , date =. Proceedings of the. 2024 , pages =. doi:10.1145/3589334.3645600 , url =

  18. [27]

    Boeker, Maximilian and Urman, Aleksandra , date =. An. Proceedings of the. 2022 , pages =. doi:10.1145/3485447.3512102 , url =

  19. [28]

    Fighting for

    Pinto, Gabriel and Burghardt, Keith and Lerman, Kristina and Ferrara, Emilio , date =. Fighting for. 2024 , booktitle =

  20. [30]

    and Zannettou, Savvas , date =

    Mousavi, Sepehr and Gummadi, Krishna P. and Zannettou, Savvas , date =. Auditing. 2024 , journaltitle =. doi:10.1609/icwsm.v18i1.31376 , url =

  21. [31]

    Conceptual

    Krippendorff, Klaus , year =. Conceptual. Content. doi:10.4135/9781071878781 , url =

  22. [32]

    Pew Research Center , author =

    Teens,. Pew Research Center , author =. 2024 , file =

  23. [33]

    Pew Research Center , author =

    More. Pew Research Center , author =. 2024 , file =

  24. [34]

    Pasquale, Frank , month = jan, year =. The

  25. [35]

    Revisiting

    Mosnar, Matej and Skurla, Adam and Pecher, Branislav and Tibensky, Matus and Jakubcik, Jan and Bindas, Adrian and Sakalik, Peter and Srba, Ivan , month = apr, year =. Revisiting. doi:10.1145/3726302.3730293 , abstract =

  26. [36]

    Data and Discrimination: Converting Critical Concerns into Productive Inquiry , author =

    Auditing. Data and Discrimination: Converting Critical Concerns into Productive Inquiry , author =. 2014 , file =

  27. [37]

    2020 , file =

    BBC News , author =. 2020 , file =

  28. [38]

    2025 , journal =

    Tafradzhiyski, Nayden , file =. 2025 , journal =

  29. [39]

    Proceedings of the International AAAI Conference on Web and Social Media , volume=

    How audit methods impact our understanding of youtube’s recommendation systems , author=. Proceedings of the International AAAI Conference on Web and Social Media , volume=

  30. [40]

    2025 , file =

    NPR , author =. 2025 , file =

  31. [41]

    Proceedings of the International AAAI Conference on Web and Social Media , volume=

    ``I Don’t Think TikTok Really Cares About the Truth'': Experiences of Users Who Are Low Vision or Blind with Misinformation on TikTok , author=. Proceedings of the International AAAI Conference on Web and Social Media , volume=. 2025 , doi=

  32. [42]

    Proceedings of the International AAAI Conference on Web and Social Media , volume=

    Mapping the Climate Change Landscape on TikTok , author=. Proceedings of the International AAAI Conference on Web and Social Media , volume=. 2025 , doi=

  33. [43]

    Proceedings of the International AAAI Conference on Web and Social Media , volume=

    Experiences of Censorship on TikTok Across Marginalised Identities , author=. Proceedings of the International AAAI Conference on Web and Social Media , volume=. 2025 , doi=

  34. [44]

    Proceedings of the International AAAI Conference on Web and Social Media , volume=

    Studying Behavioral Addiction by Combining Surveys and Digital Traces: A Case Study of TikTok , author=. Proceedings of the International AAAI Conference on Web and Social Media , volume=. 2025 , doi=

  35. [45]

    Machine intelligence , pages=

    You can't play 20 questions with nature and win: Projective comments on the papers of this symposium , author=. Machine intelligence , pages=. 1973 , publisher=

  36. [46]

    Nature Human Behaviour , volume=

    Should social science be more solution-oriented? , author=. Nature Human Behaviour , volume=. 2017 , publisher=

  37. [47]

    USA TODAY , author =

    '. USA TODAY , author =

  38. [48]

    Nature , author =

    Meaningful measures of human society in the twenty-first century , volume =. Nature , author =. 2021 , keywords =. doi:10.1038/s41586-021-03660-7 , language =

  39. [49]

    The Guardian , author =

    From dance videos to global sensation: what you need to know about. The Guardian , author =. 2022 , keywords =

  40. [50]

    Digital Business , author =

    Mapping the scholarly landscape of. Digital Business , author =. 2024 , keywords =. doi:10.1016/j.digbus.2024.100075 , abstract =

  41. [51]

    Hawaii International Conference on System Sciences 2022 (HICSS-55) , author =

    It’s the. Hawaii International Conference on System Sciences 2022 (HICSS-55) , author =. 2022 , keywords =

  42. [52]

    Communication & Society , author =

    Institutional and political communication on. Communication & Society , author =. 2024 , keywords =. doi:10.15581/003.37.2.159-177 , abstract =

  43. [53]

    Steel, Benjamin and Schirmer, Miriam and Ruths, Derek and Pfeffer, Juergen , month = may, year =. Just. doi:10.48550/arXiv.2504.13279 , abstract =

  44. [54]

    https://www.tiktok.com , author =

  45. [55]

    The platform matters: cross-platform differences in data donation willingness, behavior, and bias , volume =

    Wedel, Lion and Ohme, Jakob and Mayer, Anna-Theresa and Gaisbauer, Felix and Fan, Yangliu , month = jan, year =. The platform matters: cross-platform differences in data donation willingness, behavior, and bias , volume =. Communication Methods and Measures , publisher =. doi:...

  46. [56]

    TikTok , month = feb, year =. New. Newsroom

  47. [57]

    Trick and

    Klug, Daniel and Qin, Yiluo and Evans, Morgan and Kaufman, Geoff , month = jun, year =. Trick and. 13th. doi:10.1145/3447535.3462512 , language =

  48. [58]

    Reuters , author =

    Timeline:. Reuters , author =. 2020 , keywords =

  49. [59]

    International Journal of Impotence Research , author =

    Patient perspectives on vasectomy: findings from a. International Journal of Impotence Research , author =. 2024 , note =. doi:10.1038/s41443-024-00931-5 , abstract =

  50. [60]

    Humanities and Social Sciences Communications , author =

    Insights into space tourism discourse on. Humanities and Social Sciences Communications , author =. 2025 , note =. doi:10.1057/s41599-025-04936-3 , abstract =

  51. [61]

    Humanities and Social Sciences Communications , author =

    Embracing fast-food culture:. Humanities and Social Sciences Communications , author =. 2025 , note =. doi:10.1057/s41599-025-04946-1 , abstract =

  52. [62]

    Scientific Reports , author =

    Quality of cerebral palsy videos on. Scientific Reports , author =. 2025 , note =. doi:10.1038/s41598-024-84845-8 , abstract =

  53. [63]

    Scientific Reports , author =

    Young athletes’ mental well-being is associated with smartphone social networking application usage and moderated by performance level and app type , volume =. Scientific Reports , author =. 2024 , note =. doi:10.1038/s41598-024-77418-2 , abstract =

  54. [64]

    Humanities and Social Sciences Communications , author =

    “. Humanities and Social Sciences Communications , author =. 2025 , note =. doi:10.1057/s41599-025-04928-3 , abstract =

  55. [65]

    npj Digital Medicine , author =

    Detection of epileptic spasms using foundational. npj Digital Medicine , author =. 2025 , note =. doi:10.1038/s41746-025-01773-1 , abstract =

  56. [66]

    Humanities and Social Sciences Communications , author =

    Impact of. Humanities and Social Sciences Communications , author =. 2023 , note =. doi:10.1057/s41599-023-02170-3 , abstract =

  57. [67]

    Scientific Reports , author =

    Echo chamber effects on short video platforms , volume =. Scientific Reports , author =. 2023 , note =. doi:10.1038/s41598-023-33370-1 , abstract =

  58. [68]

    Communications Psychology , author =

    In-lecture quizzes improve online learning for university and community college students , volume =. Communications Psychology , author =. 2025 , note =. doi:10.1038/s44271-025-00234-5 , abstract =

  59. [69]

    Humanities and Social Sciences Communications , author =

    Mainstreaming the manosphere: discourses of contemporary masculinity among. Humanities and Social Sciences Communications , author =. 2025 , note =. doi:10.1057/s41599-025-04903-y , abstract =

  60. [70]

    Scientific Reports , author =

    Appnome analysis reveals small or no associations between social media app-specific usage and adolescent well-being , volume =. Scientific Reports , author =. 2024 , note =. doi:10.1038/s41598-024-81665-8 , abstract =

  61. [71]

    Humanities and Social Sciences Communications , author =

    Construction of digital creation development model of intangible cultural heritage crafts in. Humanities and Social Sciences Communications , author =. 2024 , note =. doi:10.1057/s41599-024-04331-4 , abstract =

  62. [72]

    Scientific Data , author =

    A. Scientific Data , author =. 2025 , note =. doi:10.1038/s41597-025-04876-2 , abstract =

  63. [73]

    Nature Communications , author =

    How people think about being alone shapes their experience of loneliness , volume =. Nature Communications , author =. 2025 , note =. doi:10.1038/s41467-025-56764-3 , abstract =

  64. [74]

    Scientific Reports , author =

    A dance movement quality evaluation model using transformer encoder and convolutional neural network , volume =. Scientific Reports , author =. 2024 , note =. doi:10.1038/s41598-024-83608-9 , abstract =

  65. [75]

    2025 , note =

    Humanities and Social Sciences Communications , author =. 2025 , note =. doi:10.1057/s41599-025-04656-8 , abstract =

  66. [76]

    Scientific Reports , author =

    Social media impact on students’ decision-making regarding aesthetic dental treatments based on cross-sectional survey data , volume =. Scientific Reports , author =. 2024 , note =. doi:10.1038/s41598-024-72442-8 , abstract =

  67. [77]

    Eye , month = jun, year =

    Selected. Eye , month = jun, year =. doi:10.1038/s41433-025-03831-0 , language =

  68. [78]

    Scientific Reports , author =

    Relative engagement with sources of climate misinformation is growing across social media platforms , volume =. Scientific Reports , author =. 2025 , note =. doi:10.1038/s41598-025-03082-9 , abstract =

  69. [79]

    Humanities and Social Sciences Communications , author =

    Modularity of online social networks acts as a reliable predictor of both whole-network and ego-network characteristics over time , volume =. Humanities and Social Sciences Communications , author =. 2025 , note =. doi:10.1057/s41599-025-05022-4 , abstract =

  70. [80]

    2025 , note =

    Scientific Reports , author =. 2025 , note =. doi:10.1038/s41598-025-02423-y , abstract =

  71. [81]

    Scientific Reports , author =

    Association between beauty standards shaped by social media and body dysmorphia among. Scientific Reports , author =. 2025 , note =. doi:10.1038/s41598-025-95617-3 , abstract =

  72. [82]

    Scientific Reports , author =

    Coordinated link sharing on. Scientific Reports , author =. 2025 , note =. doi:10.1038/s41598-025-00233-w , abstract =

  73. [83]

    Scientific Reports , author =

    Social media crisis communication and public engagement during. Scientific Reports , author =. 2025 , note =. doi:10.1038/s41598-025-90759-w , abstract =

  74. [84]

    Nature Human Behaviour , author =

    Exposure to untrustworthy websites in the 2020. Nature Human Behaviour , author =. 2023 , note =. doi:10.1038/s41562-023-01564-2 , abstract =

  75. [85]

    Humanities and Social Sciences Communications , author =

    The impact mechanism of tourism short video content marketing on users’ travel behavioral intention , volume =. Humanities and Social Sciences Communications , author =. 2025 , note =. doi:10.1057/s41599-025-04801-3 , abstract =

  76. [86]

    Nature Communications , author =

    Triboelectric sensor gloves for real-time behavior identification and takeover time adjustment in conditionally automated vehicles , volume =. Nature Communications , author =. 2025 , note =. doi:10.1038/s41467-025-56169-2 , abstract =

  77. [87]

    Scientific Reports , author =

    Influence of short video content on consumers purchase intentions on social media platforms with trust as a mediator , volume =. Scientific Reports , author =. 2025 , note =. doi:10.1038/s41598-025-94994-z , abstract =

  78. [88]

    International Journal of Communication (19328036) , author =

    You made this?. International Journal of Communication (19328036) , author =. 2021 , keywords =

  79. [89]

    International Journal of Communication (19328036) , author =

    Reposting “till albert einstein is. International Journal of Communication (19328036) , author =. 2021 , keywords =

  80. [90]

    Estudios sobre el Mensaje Periodistico , author =

    Sostenibilidad en. Estudios sobre el Mensaje Periodistico , author =. 2022 , keywords =

  81. [91]

    Journal of Research on Technology in Education , author =

    Tackling misinformation through online information literacy:. Journal of Research on Technology in Education , author =. 2024 , keywords =

  82. [92]

    aDResearch ESIC: International Journal of Communication Research / Revista Internacional de Investigación en Comunicación , author =

    Nuevos canales de comunicación institucional en materia de seguridad:. aDResearch ESIC: International Journal of Communication Research / Revista Internacional de Investigación en Comunicación , author =. 2022 , keywords =

  83. [93]

    BMC Public Health , author =

    Effectiveness of a mobile-based. BMC Public Health , author =. 2022 , keywords =

  84. [94]

    aDResearch ESIC: International Journal of Communication Research / Revista Internacional de Investigación en Comunicación , author =

    Estrategia de comunicación de los cuerpos de seguridad a través de píldoras audiovisuales en. aDResearch ESIC: International Journal of Communication Research / Revista Internacional de Investigación en Comunicación , author =. 2021 , keywords =

  85. [95]

    Psychology & Marketing , author =

    Is this really me?. Psychology & Marketing , author =. 2024 , keywords =

  86. [96]

    , volume =

    Haber üretim ve dağıtım pratikleri bağlamında tiktok kullanımı. , volume =. Journal of Communication Theory & Research / Iletisim Kuram ve Arastirma Dergisi , author =. 2023 , keywords =

  87. [97]

    Medkom: Jurnal Media dan Komunikasi , author =

    The effect of the \#. Medkom: Jurnal Media dan Komunikasi , author =. 2023 , keywords =

  88. [98]

    2024 , keywords =

    Doxa Comunicación , author =. 2024 , keywords =

  89. [99]

    Miguel Hernández Communication Journal , author =

    La comunidad. Miguel Hernández Communication Journal , author =. 2024 , keywords =

  90. [100]

    , volume =

    Fostering student's speaking ability by using tiktok application. , volume =. Yavana Bhasha Journal of English Language Education , author =. 2024 , keywords =

  91. [101]

    PLoS ONE , author =

    Are digital social media campaigns the key to raise stroke awareness in low-and middle-income countries?. PLoS ONE , author =. 2023 , keywords =

  92. [102]

    , volume =

    Social media preference to reach young indonesian voters. , volume =. Journal of Social & Political Sciences , author =. 2023 , keywords =

  93. [103]

    , volume =

    Social media feedback and extreme opinion expression. , volume =. PLoS ONE , author =. 2023 , keywords =

  94. [104]

    Medien & Kommunikationswissenschaft , author =

    Ernährung auf. Medien & Kommunikationswissenschaft , author =. 2024 , keywords =

  95. [105]

    Revista de Comunicación , author =

    Administraciones públicas en. Revista de Comunicación , author =. 2024 , keywords =

  96. [106]

    Journal of Medical Internet Research , author =

    Quality of information in gallstone disease videos on. Journal of Medical Internet Research , author =. 2023 , keywords =

  97. [107]

    BMC Public Health , author =

    Exploring the vaccine conversation on. BMC Public Health , author =. 2023 , keywords =

  98. [108]

    Public Administration , author =

    Engaging stakeholders on. Public Administration , author =. 2023 , keywords =

  99. [109]

    Mediterranean Journal of Communication / Revista Mediterránea de Comunicación , author =

    Menores peruanos y su exposición al contenido de belleza y maquillaje en redes sociales: análisis del contenido en. Mediterranean Journal of Communication / Revista Mediterránea de Comunicación , author =. 2025 , keywords =

  100. [110]

    Anuario Electrónico de Estudios en Comunicación Social 'Disertaciones' , author =

    Edutokers latinoamericanos:. Anuario Electrónico de Estudios en Comunicación Social 'Disertaciones' , author =. 2024 , keywords =

  101. [111]

    Social & Cultural Geography , author =

    Young people and. Social & Cultural Geography , author =. 2024 , keywords =

  102. [112]

    Journal of Medical Internet Research , author =

    Quality assessment of. Journal of Medical Internet Research , author =. 2024 , keywords =

  103. [113]

    Sexuality & Culture , author =

    Lebanese youths and the. Sexuality & Culture , author =. 2025 , keywords =

  104. [114]

    Uru: Revista de Comunicación y Cultura , author =

    Inteligencia artificial y spots políticos:. Uru: Revista de Comunicación y Cultura , author =. 2025 , keywords =

  105. [115]

    Doxa Comunicación , author =

    Perfil periodístico y competencias digitales en redes sociales: estudio de caso de Ángel. Doxa Comunicación , author =. 2025 , keywords =

  106. [116]

    SEARCH- Journal of Media & Communication Research , author =

    Cultivating consciousness:. SEARCH- Journal of Media & Communication Research , author =. 2025 , keywords =

  107. [117]

    El Profesional de la Información , author =

    (. El Profesional de la Información , author =. 2024 , keywords =

  108. [118]

    PLoS ONE , author =

    The impact of. PLoS ONE , author =. 2024 , keywords =

  109. [119]

    2020 , keywords =

    Scholedge International Journal of Multidisciplinary & Allied Studies , author =. 2020 , keywords =

  110. [120]

    Internet Policy Review , author =

    The geopolitics of ‘platforms’:. Internet Policy Review , author =. 2021 , keywords =. doi:10.14763/2021.2.1557 , abstract =

  111. [121]

    Sustainability (Switzerland) , author =

    Impact of short food videos on the tourist destination image-. Sustainability (Switzerland) , author =. 2020 , keywords =. doi:10.3390/SU12176739 , abstract =

  112. [122]

    Doxa Comunicación , author =

    Desinformación en la guerra de la. Doxa Comunicación , author =. 2025 , keywords =

  113. [123]

    Media and Communication , author =

    A. Media and Communication , author =. 2022 , keywords =. doi:10.17645/mac.v10i1.4765 , abstract =

  114. [124]

    Profesional de la Informacion , author =

    What are political parties doing on tiktok?. Profesional de la Informacion , author =. 2021 , keywords =. doi:10.3145/EPI.2021.JUL.03 , abstract =

  115. [125]

    Internet Research , author =

    Short video apps as a health information source: an investigation of affordances, user experience and users’ intention to continue the use of. Internet Research , author =. 2021 , keywords =. doi:10.1108/INTR-10-2020-0593 , abstract =

  116. [126]

    Library and Information Science Research , author =

    How can. Library and Information Science Research , author =. 2021 , keywords =. doi:10.1016/j.lisr.2021.101091 , abstract =

  117. [127]

    Social Media and Society , author =

    How. Social Media and Society , author =. 2021 , keywords =. doi:10.1177/20563051211008821 , abstract =

  118. [128]

    Transnational Marketing Journal , author =

    Online consumer reviews: information adoption and engagement between social media users , volume =. Transnational Marketing Journal , author =. 2022 , keywords =. doi:10.33182/tmj.v10i3.2288 , abstract =

  119. [129]

    Profesional de la Informacion , author =

    I suffer from a serious rare disease:. Profesional de la Informacion , author =. 2021 , keywords =. doi:10.3145/EPI.2021.JUL.14 , abstract =

  120. [130]

    Journal of Early Adolescence , author =

    “. Journal of Early Adolescence , author =. 2022 , keywords =. doi:10.1177/02724316211020368 , abstract =

  121. [131]

    Media and Communication , author =

    Securing the. Media and Communication , author =. 2023 , keywords =. doi:10.17645/mac.v11i2.6348 , abstract =

  122. [132]

    2023 , keywords =

    American Journal of Sexuality Education , author =. 2023 , keywords =. doi:10.1080/15546128.2022.2096734 , abstract =

  123. [133]

    Research in Globalization , author =

    Starlink satellite project impact on the. Research in Globalization , author =. 2023 , keywords =. doi:10.1016/j.resglo.2023.100132 , abstract =

  124. [134]

    Revista Latina de Comunicacion Social , author =

    Fact-checking in tiktok. Revista Latina de Comunicacion Social , author =. 2021 , keywords =. doi:10.4185/RLCS-2021-1522 , abstract =

  125. [135]

    2023 , keywords =

    Communication and Society , author =. 2023 , keywords =. doi:10.15581/003.36.3.87-101 , abstract =

  126. [136]

    Journal of Consumer Health on the Internet , author =

    Can. Journal of Consumer Health on the Internet , author =. 2022 , keywords =. doi:10.1080/15398285.2022.2045669 , abstract =

  127. [137]

    International Journal of Communication , author =

    Music. International Journal of Communication , author =. 2022 , keywords =

  128. [138]

    2024 , keywords =

    Revista de Gestao Social e Ambiental , author =. 2024 , keywords =. doi:10.24857/rgsa.v18n2-151 , abstract =

  129. [139]

    Learning, Media and Technology , author =

    Selfies and shelfies on \#bookstagram and \#booktok–social media and the mediation of. Learning, Media and Technology , author =. 2022 , keywords =. doi:10.1080/17439884.2022.2068575 , abstract =

  130. [140]

    2022 , keywords =

    Journalism and Media , author =. 2022 , keywords =. doi:10.3390/journalmedia3040041 , abstract =

  131. [141]

    2023 , keywords =

    Revista de Comunicacion , author =. 2023 , keywords =. doi:10.26441/RC22.1-2023-2994 , abstract =

  132. [142]

    KOME , author =

    Body image and. KOME , author =. 2024 , keywords =. doi:10.17646/KOME.of.9 , abstract =

  133. [143]

    Revista Complutense de Educacion , author =

    Children want to be celebrities. Revista Complutense de Educacion , author =. 2023 , keywords =. doi:10.5209/rced.80039 , abstract =

  134. [144]

    Observatorio , author =

    The. Observatorio , author =. 2024 , keywords =. doi:10.15847/obsOBS18320242401 , abstract =

  135. [145]

    Journal of Digital and Social Media Marketing , author =

    How does influencer marketing on. Journal of Digital and Social Media Marketing , author =. 2023 , keywords =. doi:10.69554/dkny2861 , abstract =

  136. [146]

    International Journal of Communication , author =

    Political. International Journal of Communication , author =. 2023 , keywords =

  137. [147]

    International Journal of Sustainable Development and Planning , author =

    Watching. International Journal of Sustainable Development and Planning , author =. 2022 , keywords =. doi:10.18280/ijsdp.170611 , abstract =

  138. [148]

    Journal of Consumer Health on the Internet , author =

    Using. Journal of Consumer Health on the Internet , author =. 2023 , keywords =. doi:10.1080/15398285.2023.2207157 , abstract =

  139. [149]

    International Journal of Public Opinion Research , author =

    Analyzing. International Journal of Public Opinion Research , author =. 2024 , keywords =. doi:10.1093/ijpor/edae032 , abstract =

  140. [150]

    Studies in English Language and Education , author =

    A. Studies in English Language and Education , author =. 2024 , keywords =. doi:10.24815/siele.v11i3.38472 , abstract =

  141. [151]

    BiD , author =

    ". BiD , author =. 2022 , keywords =. doi:10.1344/BID2022.48.19 , abstract =

  142. [152]

    Dialogues in Health , author =

    \#. Dialogues in Health , author =. 2023 , keywords =. doi:10.1016/j.dialog.2022.100089 , abstract =

  143. [153]

    Convergence , author =

    Sexualising characteristics of adolescent on. Convergence , author =. 2023 , keywords =. doi:10.1177/13548565231187728 , abstract =

  144. [154]

    Social Media and Society , author =

    Political. Social Media and Society , author =. 2023 , keywords =. doi:10.1177/20563051231177916 , abstract =

  145. [155]

    Computers and Education , author =

    Identity profile of young people experiencing a sense of risk on the internet:. Computers and Education , author =. 2023 , keywords =. doi:10.1016/j.compedu.2023.104743 , abstract =

  146. [156]

    Politica y Sociedad , author =

    Political communication on. Politica y Sociedad , author =. 2024 , keywords =. doi:10.5209/poso.93799 , abstract =

  147. [157]

    Pakistan Journal of Life and Social Sciences , author =

    Does. Pakistan Journal of Life and Social Sciences , author =. 2024 , keywords =. doi:10.57239/PJLSS-2024-22.2.00152 , abstract =

  148. [158]

    Media and Communication , author =

    Patterns and. Media and Communication , author =. 2024 , keywords =. doi:10.17645/mac.8544 , abstract =

  149. [159]

    Studies in Media and Communication , author =

    Modified. Studies in Media and Communication , author =. 2024 , keywords =. doi:10.11114/smc.v12i1.6469 , abstract =

  150. [160]

    Online Media and Global Communication , author =

    News exposure and. Online Media and Global Communication , author =. 2023 , keywords =. doi:10.1515/omgc-2022-0067 , abstract =

  151. [161]

    Media and Communication , author =

    The. Media and Communication , author =. 2023 , keywords =. doi:10.17645/mac.v11i3.6661 , abstract =

  152. [162]

    Health Communication , author =

    Debunking. Health Communication , author =. 2024 , keywords =. doi:10.1080/10410236.2023.2301201 , abstract =

  153. [163]

    2022 , keywords =

    International Journal of Learning, Teaching and Educational Research , author =. 2022 , keywords =. doi:10.26803/ijlter.21.11.3 , abstract =

  154. [164]

    Profesional de la Informacion , author =

    Polarization, virality and contrary sentiments for. Profesional de la Informacion , author =. 2023 , keywords =. doi:10.3145/epi.2023.mar.11 , abstract =

  155. [165]

    Icono14 , author =

    Music micro-celebrities and. Icono14 , author =. 2024 , keywords =. doi:10.7195/ri14.v22i2.2100 , abstract =

  156. [166]

    JMIR Human Factors , author =

    Influence of. JMIR Human Factors , author =. 2024 , keywords =. doi:10.2196/58371 , abstract =

  157. [167]

    Jurnal Komunikasi: Malaysian Journal of Communication , author =

    Digital. Jurnal Komunikasi: Malaysian Journal of Communication , author =. 2023 , keywords =. doi:10.17576/JKMJC-2023-3903-11 , abstract =

  158. [168]

    Journal of Social Computing , author =

    Counterfactual. Journal of Social Computing , author =. 2023 , keywords =. doi:10.23919/JSC.2023.0010 , abstract =

  159. [169]

    International Journal of Data and Network Science , author =

    The effect of social media influencers’ characteristics on consumer intention and attitude toward. International Journal of Data and Network Science , author =. 2022 , keywords =. doi:10.5267/j.ijdns.2022.7.006 , abstract =

  160. [170]

    Comedy Studies , author =

    On an equal footing: the performance of up-and-coming and established comedians during social distancing , volume =. Comedy Studies , author =. 2023 , keywords =. doi:10.1080/2040610X.2023.2149218 , abstract =

  161. [171]

    and Monzer, C

    Freelon, D. and Monzer, C. and Jeon, G. and Moy, C. and Williams, N. , title =. The ANNALS of the American Academy of Political and Social Science , year =. doi:10.1177/00027162251372557 , url =

  162. [172]

    Political Communication , year =

    Freelon, Deen , title =. Political Communication , year =

  163. [173]

    European Journal of Health Communication , author =

    Does the. European Journal of Health Communication , author =. 2023 , keywords =. doi:10.47368/ejhc.2023.302 , abstract =

  164. [174]

    Information and Culture , author =

    How. Information and Culture , author =. 2024 , keywords =. doi:10.7560/IC59204 , abstract =

  165. [175]

    Cyberpsychology, Behavior, and Social Networking , author =

    Instagram and. Cyberpsychology, Behavior, and Social Networking , author =. 2023 , keywords =. doi:10.1089/cyber.2022.0117 , abstract =

  166. [176]

    Cuadernos Europeos de Deusto , author =

    Minority. Cuadernos Europeos de Deusto , author =. 2022 , keywords =. doi:10.18543/ced.2476 , abstract =

  167. [177]

    Studies in Communication and Media , author =

    About amateurs and professionals:. Studies in Communication and Media , author =. 2023 , keywords =. doi:10.5771/2192-4007-2023-2-3-242 , abstract =

  168. [178]

    Journal of African Films and Diaspora Studies , author =

    Social. Journal of African Films and Diaspora Studies , author =. 2023 , keywords =. doi:10.31920/2516-2713/2023/6n2a5 , abstract =

  169. [179]

    Media and Communication , author =

    \#. Media and Communication , author =. 2022 , keywords =. doi:10.17645/mac.v10i1.4715 , abstract =

  170. [180]

    Societies , author =

    Fake. Societies , author =. 2023 , keywords =. doi:10.3390/soc13110242 , abstract =

  171. [181]

    Profesional de la Informacion , author =

    Political polarization and politainment:. Profesional de la Informacion , author =. 2023 , keywords =. doi:10.3145/epi.2023.nov.01 , abstract =

  172. [183]

    Cuadernos.info , author =

    Covid-19 vaccines on. Cuadernos.info , author =. 2023 , keywords =. doi:10.7764/cdi.56.63663 , abstract =

  173. [184]

    Emerging Adulthood , author =

    Emerging. Emerging Adulthood , author =. 2022 , keywords =. doi:10.1177/21676968221128621 , abstract =

  174. [185]

    Eurasian Journal of Applied Linguistics , author =

    Impact of. Eurasian Journal of Applied Linguistics , author =. 2024 , keywords =. doi:10.32601/ejal.10306 , abstract =

  175. [186]

    Media International Australia , author =

    Vernacular. Media International Australia , author =. 2022 , keywords =. doi:10.1177/1329878X211067571 , abstract =

  176. [187]

    Tobacco Induced Diseases , author =

    \#. Tobacco Induced Diseases , author =. 2022 , keywords =. doi:10.18332/tid/151868 , abstract =

  177. [188]

    Jurnal Komunikasi: Malaysian Journal of Communication , author =

    The. Jurnal Komunikasi: Malaysian Journal of Communication , author =. 2023 , keywords =. doi:10.17576/JKMJC-2023-3903-16 , abstract =

  178. [189]

    International Journal of Data and Network Science , author =

    The adoption of. International Journal of Data and Network Science , author =. 2022 , keywords =. doi:10.5267/j.ijdns.2022.5.012 , abstract =

  179. [190]

    International Journal of Electronic Governance , author =

    Influence of. International Journal of Electronic Governance , author =. 2023 , keywords =. doi:10.1504/IJEG.2023.136274 , abstract =

  180. [191]

    2023 , keywords =

    International Journal of Learning, Teaching and Educational Research , author =. 2023 , keywords =. doi:10.26803/ijlter.22.10.19 , abstract =

  181. [192]

    European Journal of Humour Research , author =

    Can celebrity comedians make any jokes?. European Journal of Humour Research , author =. 2024 , keywords =. doi:10.7592/EJHR2024.12.4.919 , abstract =

  182. [193]

    Civil Szemle , author =

    Assessing. Civil Szemle , author =. 2023 , keywords =

  183. [194]

    Catalan Journal of Communication and Cultural Studies , author =

    Divergence and convergence:. Catalan Journal of Communication and Cultural Studies , author =. 2024 , keywords =. doi:10.1386/cjcs_00100_1 , abstract =

  184. [195]

    ESSACHESS - Journal for Communication Studies , author =

    Feminist. ESSACHESS - Journal for Communication Studies , author =. 2024 , keywords =. doi:10.21409/TY14-3B60 , abstract =

  185. [196]

    Chinese Journal of Communication , author =

    Communicating via gold medal:. Chinese Journal of Communication , author =. 2024 , keywords =. doi:10.1080/17544750.2024.2310523 , abstract =

  186. [197]

    Internet Policy Review , author =

    But did they really?. Internet Policy Review , author =. 2024 , keywords =. doi:10.14763/2024.3.1786 , abstract =

  187. [198]

    Innovative Marketing , author =

    Online impulse buying on. Innovative Marketing , author =. 2023 , keywords =. doi:10.21511/im.19(3).2023.17 , abstract =

  188. [199]

    Historia y Comunicacion Social , author =

    Communicational analysis about building of unequal relationships on social networks. Historia y Comunicacion Social , author =. 2022 , keywords =. doi:10.5209/hics.84389 , abstract =

  189. [200]

    2023 , keywords =

    Prisma Social , author =. 2023 , keywords =

  190. [201]

    Estudios Sobre el Mensaje Periodistico , author =

    An analysis of the viral challenge “. Estudios Sobre el Mensaje Periodistico , author =. 2024 , keywords =. doi:10.5209/esmp.91584 , abstract =

  191. [202]

    European Journal of Communication , author =

    Comparing the platformization of news media systems:. European Journal of Communication , author =. 2023 , keywords =. doi:10.1177/02673231231189043 , abstract =

  192. [203]

    Environment and Social Psychology , author =

    The determinants of purchase decision towards among generation z via tiktok for health products of small and medium entrepreneurs , volume =. Environment and Social Psychology , author =. 2024 , keywords =. doi:10.59429/esp.v9i8.2688 , abstract =

  193. [204]

    Journal of Media Literacy Education , author =

    Egyptian university students’ smartphone addiction and their digital media literacy level , volume =. Journal of Media Literacy Education , author =. 2023 , keywords =. doi:10.23860/JMLE-2023-15-1-4 , abstract =

  194. [205]

    Profesional de la Informacion , author =

    Soft news in original videos. Profesional de la Informacion , author =. 2023 , keywords =. doi:10.3145/epi.2023.mar.22 , abstract =

  195. [206]

    Panacea , author =

    Legibility in oral texts disseminating healthcare information for women on. Panacea , author =. 2023 , keywords =

  196. [207]

    Comunicacion y Sociedad (Mexico) , author =

    The. Comunicacion y Sociedad (Mexico) , author =. 2024 , keywords =. doi:10.32870/cys.v2024.8644 , abstract =

  197. [208]

    Political Communication , author =

    Justifying an. Political Communication , author =. 2024 , keywords =. doi:10.1080/10584609.2024.2352483 , abstract =

  198. [209]

    Fat Studies , author =

    Co-healthism in. Fat Studies , author =. 2024 , keywords =. doi:10.1080/21604851.2024.2306991 , abstract =

  199. [210]

    Journal of Language and Politics , author =

    Collective identity construction in the covid-19 crisis , volume =. Journal of Language and Politics , author =. 2022 , keywords =. doi:10.1075/jlp.22024.zha , abstract =

  200. [211]

    2024 , keywords =

    Youth Voice Journal , author =. 2024 , keywords =

  201. [212]

    Journal of Open Innovation: Technology, Market, and Complexity , author =

    The. Journal of Open Innovation: Technology, Market, and Complexity , author =. 2022 , keywords =. doi:10.3390/joitmc8030125 , abstract =

  202. [213]

    International Journal of Human-Computer Interaction , author =

    Visual. International Journal of Human-Computer Interaction , author =. 2024 , keywords =. doi:10.1080/10447318.2023.2201556 , abstract =

  203. [214]

    International Journal of Communication , author =

    Between. International Journal of Communication , author =. 2024 , keywords =

  204. [215]

    Media and Communication , author =

    Idols of. Media and Communication , author =. 2023 , keywords =. doi:10.17645/mac.v11i4.7123 , abstract =

  205. [216]

    Tobacco Control , author =

    Vaping on. Tobacco Control , author =. 2023 , keywords =. doi:10.1136/tobaccocontrol-2021-056619 , abstract =

  206. [217]

    Societies , author =

    Correlation between. Societies , author =. 2023 , keywords =. doi:10.3390/soc13040082 , abstract =

  207. [218]

    2022 , keywords =

    International Journal of Information and Education Technology , author =. 2022 , keywords =. doi:10.18178/ijiet.2022.12.12.1755 , abstract =

  208. [219]

    Journal of Digital and Social Media Marketing , author =

    How. Journal of Digital and Social Media Marketing , author =. 2022 , keywords =. doi:10.69554/vshw2788 , abstract =

  209. [220]

    Journal of Interactive Advertising , author =

    Comparing. Journal of Interactive Advertising , author =. 2023 , keywords =. doi:10.1080/15252019.2023.2273253 , abstract =

  210. [221]

    Communication and Society , author =

    The political irruption of short video:. Communication and Society , author =. 2022 , keywords =. doi:10.15581/003.35.2.37-52 , abstract =

  211. [222]

    Journal of Advertising Research , author =

    A. Journal of Advertising Research , author =. 2023 , keywords =. doi:10.2501/JAR-2023-008 , abstract =

  212. [223]

    Social Media and Society , author =

    You. Social Media and Society , author =. 2023 , keywords =. doi:10.1177/20563051231194586 , abstract =

  213. [224]

    Journal of Social Service Research , author =

    Perceived. Journal of Social Service Research , author =. 2023 , keywords =. doi:10.1080/01488376.2023.2254804 , abstract =

  214. [225]

    Technology in Society , author =

    Factors influencing the effects of the. Technology in Society , author =. 2023 , keywords =. doi:10.1016/j.techsoc.2023.102279 , abstract =

  215. [226]

    2024 , keywords =

    Doxa Comunicacion , author =. 2024 , keywords =. doi:10.31921/doxacom.n38a1962 , abstract =

  216. [227]

    Formacion Universitaria , author =

    Perception of higher education students regarding social networks utility , volume =. Formacion Universitaria , author =. 2024 , keywords =. doi:10.4067/S0718-50062024000400081 , abstract =

  217. [228]

    Doxa Comunicacion , author =

    Disinformation on the. Doxa Comunicacion , author =. 2025 , keywords =. doi:10.31921/doxacom.n40a2224 , abstract =

  218. [229]

    2023 , keywords =

    Media and Communication , author =. 2023 , keywords =. doi:10.17645/mac.v11i2.6390 , abstract =

  219. [230]

    Cyberpsychology, Behavior, and Social Networking , author =

    Taking a. Cyberpsychology, Behavior, and Social Networking , author =. 2022 , keywords =. doi:10.1089/cyber.2021.0324 , abstract =

  220. [231]

    British Journal of Politics and International Relations , author =

    Visual de-demonisation:. British Journal of Politics and International Relations , author =. 2025 , keywords =. doi:10.1177/13691481241259384 , abstract =

  221. [232]

    Revista de Comunicacion , author =

    Public administrations on. Revista de Comunicacion , author =. 2024 , keywords =. doi:10.26441/RC23.1-2024-3451 , abstract =

  222. [233]

    Social Media and Society , author =

    A. Social Media and Society , author =. 2024 , keywords =. doi:10.1177/20563051241269266 , abstract =

  223. [234]

    Doxa Comunicacion , author =

    The journalist’s profile and their digital competence in social media: the case study of Ángel. Doxa Comunicacion , author =. 2025 , keywords =. doi:10.31921/doxacom.n40a2723 , abstract =

  224. [235]

    Icono14 , author =

    Swipe, interact, engage:. Icono14 , author =. 2025 , keywords =. doi:10.7195/ri14.v23i1.2183 , abstract =

  225. [236]

    2024 , keywords =

    Theory and Practice in Language Studies , author =. 2024 , keywords =. doi:10.17507/tpls.1404.34 , abstract =

  226. [237]

    Social Media and Society , author =

    In. Social Media and Society , author =. 2024 , keywords =. doi:10.1177/20563051241248591 , abstract =

  227. [238]

    2025 , keywords =

    Technology in Society , author =. 2025 , keywords =. doi:10.1016/j.techsoc.2025.102885 , abstract =

  228. [239]

    Social Network Analysis and Mining , author =

    Analyzing the impact of symbols in. Social Network Analysis and Mining , author =. 2024 , keywords =. doi:10.1007/s13278-024-01385-9 , abstract =

  229. [240]

    Sustainability (Switzerland) , author =

    An. Sustainability (Switzerland) , author =. 2024 , keywords =. doi:10.3390/su16051727 , abstract =

  230. [241]

    Studies in Media and Communication , author =

    The. Studies in Media and Communication , author =. 2024 , keywords =. doi:10.11114/smc.v12i3.6975 , abstract =

  231. [242]

    Information Research , author =

    “. Information Research , author =. 2025 , keywords =. doi:10.47989/ir30iConf47599 , abstract =

  232. [243]

    Revista de Comunicacion , author =

    Fragmented-brand consumerism on. Revista de Comunicacion , author =. 2025 , keywords =. doi:10.26441/RC24.1-2025-3659 , abstract =

  233. [244]

    Women's Studies International Forum , author =

    Pregnancy in the digital generation:. Women's Studies International Forum , author =. 2025 , keywords =. doi:10.1016/j.wsif.2025.103056 , abstract =

  234. [245]

    2024 , keywords =

    Revista Latina de Comunicacion Social , author =. 2024 , keywords =. doi:10.4185/RLCS-2024-2262 , abstract =

  235. [246]

    Environment and Social Psychology , author =

    Exploring how. Environment and Social Psychology , author =. 2025 , keywords =. doi:10.59429/esp.v10i1.3091 , abstract =

  236. [247]

    Environment and Planning B: Urban Analytics and City Science , author =

    Short video-driven deep perception for city imagery , volume =. Environment and Planning B: Urban Analytics and City Science , author =. 2024 , keywords =. doi:10.1177/23998083231193236 , abstract =

  237. [248]

    European Public and Social Innovation Review , author =

    Opportunities of. European Public and Social Innovation Review , author =. 2025 , keywords =. doi:10.31637/epsir-2025-1963 , abstract =

  238. [249]

    American Journal of Health Promotion , author =

    Beyond. American Journal of Health Promotion , author =. 2025 , keywords =. doi:10.1177/08901171251332450e , abstract =

  239. [250]

    International Journal of Communication , author =

    The. International Journal of Communication , author =. 2025 , keywords =

  240. [251]

    2025 , keywords =

    Terra Linguistica , author =. 2025 , keywords =. doi:10.18721/JHSS.16103 , abstract =

  241. [252]

    Medical Education Online , author =

    Assessing the educational impact and quality of medical microvideos on. Medical Education Online , author =. 2025 , keywords =. doi:10.1080/10872981.2025.2474129 , abstract =

  242. [253]

    RUDN Journal of Studies in Literature and Journalism , author =

    Multimodal. RUDN Journal of Studies in Literature and Journalism , author =. 2025 , keywords =. doi:10.22363/2312-9220-2025-30-1-118-129 , abstract =

  243. [254]

    Tourism and Hospitality , author =

    Exploring the. Tourism and Hospitality , author =. 2025 , keywords =. doi:10.3390/tourhosp6010045 , abstract =

  244. [255]

    SAGE Open , author =

    Examining. SAGE Open , author =. 2024 , keywords =. doi:10.1177/21582440241309408 , abstract =

  245. [256]

    Societies , author =

    Potaxies and. Societies , author =. 2024 , keywords =. doi:10.3390/soc14120265 , abstract =

  246. [257]

    Substance Use and Misuse , author =

    Identification and. Substance Use and Misuse , author =. 2025 , keywords =. doi:10.1080/10826084.2024.2447415 , abstract =

  247. [258]

    Revista de Comunicacion , author =

    Adolescents,. Revista de Comunicacion , author =. 2025 , keywords =. doi:10.26441/RC24.1-2025-3774 , abstract =

  248. [259]

    SSM - Qualitative Research in Health , author =

    “. SSM - Qualitative Research in Health , author =. 2024 , keywords =. doi:10.1016/j.ssmqr.2024.100471 , abstract =

  249. [260]

    Journalism and Media , author =

    Attracting the. Journalism and Media , author =. 2025 , keywords =. doi:10.3390/journalmedia6010033 , abstract =

  250. [261]

    Dili Yanjiu , author =

    Urban spatial distribution and influencing factors of short video producers subjects in. Dili Yanjiu , author =. 2024 , keywords =. doi:10.11821/dlyj020230703 , abstract =

  251. [262]

    European Public and Social Innovation Review , author =

    The language and meaning of media memes from a semiotic perspective , volume =. European Public and Social Innovation Review , author =. 2025 , keywords =. doi:10.31637/epsir-2025-1040 , abstract =

  252. [263]

    Nurse Education in Practice , author =

    Social media in nursing and midwifery education:. Nurse Education in Practice , author =. 2025 , keywords =. doi:10.1016/j.nepr.2025.104411 , abstract =

  253. [264]

    Journalism and Media , author =

    Platform-. Journalism and Media , author =. 2025 , keywords =. doi:10.3390/journalmedia6010038 , abstract =

  254. [265]

    Social Media and Society , author =

    Thirst. Social Media and Society , author =. 2025 , keywords =. doi:10.1177/20563051251329990 , abstract =

  255. [266]

    Revista Mediterranea de Comunicacion , author =

    Peruvian minors and their exposure to beauty and makeup content on social networks:. Revista Mediterranea de Comunicacion , author =. 2025 , keywords =. doi:10.14198/MEDCOM.27875 , abstract =

  256. [267]

    Anuario Electronico de Estudios en Comunicacion Social Disertaciones , author =

    Latin. Anuario Electronico de Estudios en Comunicacion Social Disertaciones , author =. 2024 , keywords =. doi:10.12804/revistas.urosario.edu.co/disertaciones/a.13972 , abstract =

  257. [268]

    2024 , keywords =

    BiD , author =. 2024 , keywords =. doi:10.1344/bid2024.52.07 , abstract =

  258. [269]

    Journalism , author =

    Checking verifications during the 2022. Journalism , author =. 2024 , keywords =. doi:10.1177/14648849231196080 , abstract =

  259. [270]

    Innovative Marketing , author =

    Exploring the impact of influencers’ characteristics on the cosmetics purchase intentions of. Innovative Marketing , author =. 2025 , keywords =. doi:10.21511/im.21(2).2025.03 , abstract =

  260. [271]

    Signo y Pensamiento , author =

    Self-. Signo y Pensamiento , author =. 2025 , keywords =. doi:10.11144/Javeriana.syp44.aepi , abstract =

  261. [272]

    Information and Learning Science , author =

    Social media use among neurodivergent college students: benefits, harms and implications for education , volume =. Information and Learning Science , author =. 2024 , keywords =. doi:10.1108/ILS-01-2024-0005 , abstract =

  262. [273]

    Humanities and Social Sciences Communications , author =

    Can’t stop scrolling!. Humanities and Social Sciences Communications , author =. 2024 , keywords =. doi:10.1057/s41599-024-03984-5 , abstract =

  263. [274]

    Societies , author =

    Verification. Societies , author =. 2024 , keywords =. doi:10.3390/soc14050059 , abstract =

  264. [275]

    Politique Europeenne , author =

    “. Politique Europeenne , author =. 2024 , keywords =

  265. [276]

    Health Communication , author =

    Youth. Health Communication , author =. 2025 , keywords =. doi:10.1080/10410236.2024.2386713 , abstract =

  266. [277]

    Social Media and Society , author =

    Women in. Social Media and Society , author =. 2024 , keywords =. doi:10.1177/20563051241274675 , abstract =

  267. [278]

    Memory Studies , author =

    ‘. Memory Studies , author =. 2025 , keywords =. doi:10.1177/17506980241247266 , abstract =

  268. [279]

    Information and Learning Science , author =

    Algorithmic counterspaces: exploring. Information and Learning Science , author =. 2024 , keywords =. doi:10.1108/ILS-12-2023-0209 , abstract =

  269. [280]

    Sustainability (Switzerland) , author =

    Developing a. Sustainability (Switzerland) , author =. 2025 , keywords =. doi:10.3390/su17083361 , abstract =

  270. [281]

    Journalism and Media , author =

    Correlation. Journalism and Media , author =. 2025 , keywords =. doi:10.3390/journalmedia6010036 , abstract =

  271. [282]

    Journal of Educational and Social Research , author =

    Accessing the. Journal of Educational and Social Research , author =. 2024 , keywords =. doi:10.36941/jesr-2024-0048 , abstract =

  272. [283]

    International Journal of Data and Network Science , author =

    Beyond the swipe:. International Journal of Data and Network Science , author =. 2024 , keywords =. doi:10.5267/j.ijdns.2024.5.006 , abstract =

  273. [284]

    Forum for Linguistic Studies , author =

    A. Forum for Linguistic Studies , author =. 2025 , keywords =. doi:10.30564/fls.v7i3.8482 , abstract =

  274. [285]

    Profesional de la Informacion , author =

    Gender. Profesional de la Informacion , author =. 2024 , keywords =. doi:10.3145/epi.2024.0510 , abstract =

  275. [286]

    2025 , keywords =

    Digital Education Review , author =. 2025 , keywords =. doi:10.1344/der.2025.46.40-50 , abstract =

  276. [287]

    Qubahan Academic Journal , author =

    Exploring the. Qubahan Academic Journal , author =. 2025 , keywords =. doi:10.48161/qaj.v5n1a1403 , abstract =

  277. [288]

    Profesional de la Informacion , author =

    (. Profesional de la Informacion , author =. 2024 , keywords =. doi:10.3145/epi.2024.0305 , abstract =

  278. [289]

    Revista Latina de Comunicacion Social , author =

    Feeding the ego. Revista Latina de Comunicacion Social , author =. 2025 , keywords =. doi:10.4185/rlcs-2025-2414 , abstract =

  279. [290]

    Humanities and Social Sciences Communications , author =

    A one-year longitudinal study on the mediating role of problematic. Humanities and Social Sciences Communications , author =. 2024 , keywords =. doi:10.1057/s41599-024-03654-6 , abstract =

  280. [291]

    Turyzm/Tourism , author =

    Sunsets, seafood and sea gypsies:. Turyzm/Tourism , author =. 2024 , keywords =. doi:10.18778/0867-5856.34.2.13 , abstract =

  281. [292]

    Translation and Translanguaging in Multilingual Contexts , author =

    A genre-oriented analysis of. Translation and Translanguaging in Multilingual Contexts , author =. 2024 , keywords =. doi:10.1075/ttmc.00124.tom , abstract =

  282. [293]

    2024 , keywords =

    Humanities and Social Sciences Communications , author =. 2024 , keywords =. doi:10.1057/s41599-024-03477-5 , abstract =

  283. [294]

    Qualitative Report , author =

    Constructing. Qualitative Report , author =. 2024 , keywords =. doi:10.46743/2160-3715/2024.5992 , abstract =

  284. [295]

    Revista Latina de Comunicacion Social , author =

    Video features that favor the engagement of science communicators on. Revista Latina de Comunicacion Social , author =. 2024 , keywords =. doi:10.4185/rlcs-2024-2232 , abstract =

  285. [296]

    IBIMA Business Review , author =

    Travel. IBIMA Business Review , author =. 2025 , keywords =. doi:10.5171/2025.682704 , abstract =

  286. [297]

    Social Media and Society , author =

    How to. Social Media and Society , author =. 2024 , keywords =. doi:10.1177/20563051241277601 , abstract =

  287. [298]

    Khazanah Hukum , author =

    Analysis of. Khazanah Hukum , author =. 2025 , keywords =. doi:10.15575/kh.v7i1.43213 , abstract =

  288. [299]

    International Journal of Strategic Communication , author =

    What. International Journal of Strategic Communication , author =. 2025 , keywords =. doi:10.1080/1553118X.2024.2378374 , abstract =

  289. [300]

    Proceedings of the Association for Information Science and Technology , author =

    Comparing. Proceedings of the Association for Information Science and Technology , author =. 2024 , keywords =. doi:10.1002/pra2.1012 , abstract =

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.