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 →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
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.
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
- 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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
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)
- [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.
- [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.
- [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.
- [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)
- [Data Collection] The phrase 'the hyperparameter is random' is garbled; it should refer to the is_random parameter throughout.
- [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.
- [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.
- [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
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
assumptions (3)
- domain assumption The selected query terms and users are representative of typical TikTok research targets
- domain assumption The observed tool behaviors are stable and reflect typical operation
- standard math Jaccard similarity and success rates are appropriate measures of tool agreement
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 from the paper (6 more)
Reference graph
Works this paper leans on
-
[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]
2025 , url =
Web Scraping Basics for. 2025 , url =
2025
-
[3]
2025 , url =
FanpageKarma: Professional Social Media Analytics and Management , author =. 2025 , url =
2025
-
[4]
2025 , url =
Octoparse: Web Scraping Tool and No-Code Web Crawlers , author =. 2025 , url =
2025
-
[5]
2025 , url =
About Apify , author =. 2025 , url =
2025
-
[6]
Corso, Francesco and Pierri, Francesco and De Francisci Morales, Gianmarco , date =. What We Can Learn from. Companion. doi:10.1145/3630744.3663611 , url =
-
[7]
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]
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=
2024
Show all 297 references
-
[9]
International Journal of Communication , volume=
Big Data| critiquing Big Data: Politics, ethics, epistemology| special section introduction , author=. International Journal of Communication , volume=
-
[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 =
2008 doi
-
[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=
-
[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=
-
[14]
arXiv preprint arXiv:2505.02250 , year=
Edtok: A dataset for eating disorder content on tiktok , author=. arXiv preprint arXiv:2505.02250 , year=
-
[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=
-
[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=
-
[17]
Information, Communication & Society , author =
Critical. Information, Communication & Society , author =. 2012 , note =. doi:10.1080/1369118X.2012.678878 , abstract =
2012
-
[18]
2021 , publisher=
The atlas of AI: Power, politics, and the planetary costs of artificial intelligence , author=. 2021 , publisher=
2021
-
[19]
2025 , url =
Query Videos , author =. 2025 , url =
2025
-
[20]
Research
TikTok , year =. Research
-
[21]
TikTok , year =. How
-
[22]
Adobe Express , year =. Using
- [23]
-
[24]
Diep, Pham Phuong Uyen and Tran, Huu Dat , year =
-
[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 =
-
[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 =
2024
-
[27]
Boeker, Maximilian and Urman, Aleksandra , date =. An. Proceedings of the. 2022 , pages =. doi:10.1145/3485447.3512102 , url =
2022
-
[28]
Fighting for
Pinto, Gabriel and Burghardt, Keith and Lerman, Kristina and Ferrara, Emilio , date =. Fighting for. 2024 , booktitle =
2024
-
[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 =
2024 doi
- [31]
-
[32]
Pew Research Center , author =
Teens,. Pew Research Center , author =. 2024 , file =
2024
-
[33]
Pew Research Center , author =
More. Pew Research Center , author =. 2024 , file =
2024
-
[34]
Pasquale, Frank , month = jan, year =. The
-
[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 =
-
[36]
Data and Discrimination: Converting Critical Concerns into Productive Inquiry , author =
Auditing. Data and Discrimination: Converting Critical Concerns into Productive Inquiry , author =. 2014 , file =
2014
-
[37]
2020 , file =
BBC News , author =. 2020 , file =
2020
-
[38]
2025 , journal =
Tafradzhiyski, Nayden , file =. 2025 , journal =
2025
-
[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=
-
[40]
2025 , file =
NPR , author =. 2025 , file =
2025
-
[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=
2025
-
[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=
2025
-
[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=
2025
-
[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=
2025
-
[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=
1973
-
[46]
Nature Human Behaviour , volume=
Should social science be more solution-oriented? , author=. Nature Human Behaviour , volume=. 2017 , publisher=
2017
-
[47]
USA TODAY , author =
'. USA TODAY , author =
-
[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 =
2021 doi
-
[49]
The Guardian , author =
From dance videos to global sensation: what you need to know about. The Guardian , author =. 2022 , keywords =
2022
-
[50]
Digital Business , author =
Mapping the scholarly landscape of. Digital Business , author =. 2024 , keywords =. doi:10.1016/j.digbus.2024.100075 , abstract =
2024
-
[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 =
2022
-
[52]
Communication & Society , author =
Institutional and political communication on. Communication & Society , author =. 2024 , keywords =. doi:10.15581/003.37.2.159-177 , abstract =
2024 doi
- [53]
-
[54]
https://www.tiktok.com , author =
-
[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:...
-
[56]
TikTok , month = feb, year =. New. Newsroom
-
[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 =
-
[58]
Reuters , author =
Timeline:. Reuters , author =. 2020 , keywords =
2020
-
[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 =
2024 doi
-
[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 =
2025 doi
-
[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 =
2025 doi
-
[62]
Scientific Reports , author =
Quality of cerebral palsy videos on. Scientific Reports , author =. 2025 , note =. doi:10.1038/s41598-024-84845-8 , abstract =
2025 doi
-
[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 =
2024 doi
-
[64]
Humanities and Social Sciences Communications , author =
“. Humanities and Social Sciences Communications , author =. 2025 , note =. doi:10.1057/s41599-025-04928-3 , abstract =
2025 doi
-
[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 =
2025 doi
-
[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 =
2023 doi
-
[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 =
2023 doi
-
[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 =
2025 doi
-
[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 =
2025 doi
-
[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 =
2024 doi
-
[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 =
2024 doi
-
[72]
Scientific Data , author =
A. Scientific Data , author =. 2025 , note =. doi:10.1038/s41597-025-04876-2 , abstract =
2025 doi
-
[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 =
2025 doi
-
[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 =
2024 doi
-
[75]
2025 , note =
Humanities and Social Sciences Communications , author =. 2025 , note =. doi:10.1057/s41599-025-04656-8 , abstract =
2025 doi
-
[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 =
2024 doi
-
[77]
Eye , month = jun, year =
Selected. Eye , month = jun, year =. doi:10.1038/s41433-025-03831-0 , language =
-
[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 =
2025 doi
-
[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 =
2025 doi
-
[80]
2025 , note =
Scientific Reports , author =. 2025 , note =. doi:10.1038/s41598-025-02423-y , abstract =
2025 doi
-
[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 =
2025 doi
-
[82]
Scientific Reports , author =
Coordinated link sharing on. Scientific Reports , author =. 2025 , note =. doi:10.1038/s41598-025-00233-w , abstract =
2025 doi
-
[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 =
2025 doi
-
[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 =
2020 doi
-
[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 =
2025 doi
-
[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 =
2025 doi
-
[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 =
2025 doi
-
[88]
International Journal of Communication (19328036) , author =
You made this?. International Journal of Communication (19328036) , author =. 2021 , keywords =
2021
-
[89]
International Journal of Communication (19328036) , author =
Reposting “till albert einstein is. International Journal of Communication (19328036) , author =. 2021 , keywords =
2021
-
[90]
Estudios sobre el Mensaje Periodistico , author =
Sostenibilidad en. Estudios sobre el Mensaje Periodistico , author =. 2022 , keywords =
2022
-
[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 =
2024
-
[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 =
2022
-
[93]
BMC Public Health , author =
Effectiveness of a mobile-based. BMC Public Health , author =. 2022 , keywords =
2022
-
[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 =
2021
-
[95]
Psychology & Marketing , author =
Is this really me?. Psychology & Marketing , author =. 2024 , keywords =
2024
-
[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 =
2023
-
[97]
Medkom: Jurnal Media dan Komunikasi , author =
The effect of the \#. Medkom: Jurnal Media dan Komunikasi , author =. 2023 , keywords =
2023
-
[98]
2024 , keywords =
Doxa Comunicación , author =. 2024 , keywords =
2024
-
[99]
Miguel Hernández Communication Journal , author =
La comunidad. Miguel Hernández Communication Journal , author =. 2024 , keywords =
2024
-
[100]
, volume =
Fostering student's speaking ability by using tiktok application. , volume =. Yavana Bhasha Journal of English Language Education , author =. 2024 , keywords =
2024
-
[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 =
2023
-
[102]
, volume =
Social media preference to reach young indonesian voters. , volume =. Journal of Social & Political Sciences , author =. 2023 , keywords =
2023
-
[103]
, volume =
Social media feedback and extreme opinion expression. , volume =. PLoS ONE , author =. 2023 , keywords =
2023
-
[104]
Medien & Kommunikationswissenschaft , author =
Ernährung auf. Medien & Kommunikationswissenschaft , author =. 2024 , keywords =
2024
-
[105]
Revista de Comunicación , author =
Administraciones públicas en. Revista de Comunicación , author =. 2024 , keywords =
2024
-
[106]
Journal of Medical Internet Research , author =
Quality of information in gallstone disease videos on. Journal of Medical Internet Research , author =. 2023 , keywords =
2023
-
[107]
BMC Public Health , author =
Exploring the vaccine conversation on. BMC Public Health , author =. 2023 , keywords =
2023
-
[108]
Public Administration , author =
Engaging stakeholders on. Public Administration , author =. 2023 , keywords =
2023
-
[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 =
2025
-
[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 =
2024
-
[111]
Social & Cultural Geography , author =
Young people and. Social & Cultural Geography , author =. 2024 , keywords =
2024
-
[112]
Journal of Medical Internet Research , author =
Quality assessment of. Journal of Medical Internet Research , author =. 2024 , keywords =
2024
-
[113]
Sexuality & Culture , author =
Lebanese youths and the. Sexuality & Culture , author =. 2025 , keywords =
2025
-
[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 =
2025
-
[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 =
2025
-
[116]
SEARCH- Journal of Media & Communication Research , author =
Cultivating consciousness:. SEARCH- Journal of Media & Communication Research , author =. 2025 , keywords =
2025
-
[117]
El Profesional de la Información , author =
(. El Profesional de la Información , author =. 2024 , keywords =
2024
-
[118]
PLoS ONE , author =
The impact of. PLoS ONE , author =. 2024 , keywords =
2024
-
[119]
2020 , keywords =
Scholedge International Journal of Multidisciplinary & Allied Studies , author =. 2020 , keywords =
2020
-
[120]
Internet Policy Review , author =
The geopolitics of ‘platforms’:. Internet Policy Review , author =. 2021 , keywords =. doi:10.14763/2021.2.1557 , abstract =
2021 doi
-
[121]
Sustainability (Switzerland) , author =
Impact of short food videos on the tourist destination image-. Sustainability (Switzerland) , author =. 2020 , keywords =. doi:10.3390/SU12176739 , abstract =
2020 doi
-
[122]
Doxa Comunicación , author =
Desinformación en la guerra de la. Doxa Comunicación , author =. 2025 , keywords =
2025
-
[123]
Media and Communication , author =
A. Media and Communication , author =. 2022 , keywords =. doi:10.17645/mac.v10i1.4765 , abstract =
2022 doi
-
[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 =
2021 doi
-
[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 =
2021 doi
-
[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 =
2021
-
[127]
Social Media and Society , author =
How. Social Media and Society , author =. 2021 , keywords =. doi:10.1177/20563051211008821 , abstract =
2021 doi
-
[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 =
2022 doi
-
[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 =
2021 doi
-
[130]
Journal of Early Adolescence , author =
“. Journal of Early Adolescence , author =. 2022 , keywords =. doi:10.1177/02724316211020368 , abstract =
2022 doi
-
[131]
Media and Communication , author =
Securing the. Media and Communication , author =. 2023 , keywords =. doi:10.17645/mac.v11i2.6348 , abstract =
2023 doi
-
[132]
2023 , keywords =
American Journal of Sexuality Education , author =. 2023 , keywords =. doi:10.1080/15546128.2022.2096734 , abstract =
2023
-
[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 =
2023
-
[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 =
2021 doi
-
[135]
2023 , keywords =
Communication and Society , author =. 2023 , keywords =. doi:10.15581/003.36.3.87-101 , abstract =
2023 doi
-
[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 =
2022
-
[137]
International Journal of Communication , author =
Music. International Journal of Communication , author =. 2022 , keywords =
2022
-
[138]
2024 , keywords =
Revista de Gestao Social e Ambiental , author =. 2024 , keywords =. doi:10.24857/rgsa.v18n2-151 , abstract =
2024 doi
-
[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 =
2022
-
[140]
2022 , keywords =
Journalism and Media , author =. 2022 , keywords =. doi:10.3390/journalmedia3040041 , abstract =
2022 doi
-
[141]
2023 , keywords =
Revista de Comunicacion , author =. 2023 , keywords =. doi:10.26441/RC22.1-2023-2994 , abstract =
2023 doi
-
[142]
KOME , author =
Body image and. KOME , author =. 2024 , keywords =. doi:10.17646/KOME.of.9 , abstract =
2024 doi
-
[143]
Revista Complutense de Educacion , author =
Children want to be celebrities. Revista Complutense de Educacion , author =. 2023 , keywords =. doi:10.5209/rced.80039 , abstract =
2023 doi
-
[144]
Observatorio , author =
The. Observatorio , author =. 2024 , keywords =. doi:10.15847/obsOBS18320242401 , abstract =
2024 doi
-
[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 =
2023 doi
-
[146]
International Journal of Communication , author =
Political. International Journal of Communication , author =. 2023 , keywords =
2023
-
[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 =
2022 doi
-
[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 =
2023
-
[149]
International Journal of Public Opinion Research , author =
Analyzing. International Journal of Public Opinion Research , author =. 2024 , keywords =. doi:10.1093/ijpor/edae032 , abstract =
2024 doi
-
[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 =
2024 doi
-
[151]
BiD , author =
". BiD , author =. 2022 , keywords =. doi:10.1344/BID2022.48.19 , abstract =
2022 doi
-
[152]
Dialogues in Health , author =
\#. Dialogues in Health , author =. 2023 , keywords =. doi:10.1016/j.dialog.2022.100089 , abstract =
2023
-
[153]
Convergence , author =
Sexualising characteristics of adolescent on. Convergence , author =. 2023 , keywords =. doi:10.1177/13548565231187728 , abstract =
2023 doi
-
[154]
Social Media and Society , author =
Political. Social Media and Society , author =. 2023 , keywords =. doi:10.1177/20563051231177916 , abstract =
2023 doi
-
[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 =
2023
-
[156]
Politica y Sociedad , author =
Political communication on. Politica y Sociedad , author =. 2024 , keywords =. doi:10.5209/poso.93799 , abstract =
2024 doi
-
[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 =
2024 doi
-
[158]
Media and Communication , author =
Patterns and. Media and Communication , author =. 2024 , keywords =. doi:10.17645/mac.8544 , abstract =
2024 doi
-
[159]
Studies in Media and Communication , author =
Modified. Studies in Media and Communication , author =. 2024 , keywords =. doi:10.11114/smc.v12i1.6469 , abstract =
2024 doi
-
[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 =
2023 doi
-
[161]
Media and Communication , author =
The. Media and Communication , author =. 2023 , keywords =. doi:10.17645/mac.v11i3.6661 , abstract =
2023 doi
-
[162]
Health Communication , author =
Debunking. Health Communication , author =. 2024 , keywords =. doi:10.1080/10410236.2023.2301201 , abstract =
2024
-
[163]
2022 , keywords =
International Journal of Learning, Teaching and Educational Research , author =. 2022 , keywords =. doi:10.26803/ijlter.21.11.3 , abstract =
2022 doi
-
[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 =
2023 doi
-
[165]
Icono14 , author =
Music micro-celebrities and. Icono14 , author =. 2024 , keywords =. doi:10.7195/ri14.v22i2.2100 , abstract =
2024 doi
-
[166]
JMIR Human Factors , author =
Influence of. JMIR Human Factors , author =. 2024 , keywords =. doi:10.2196/58371 , abstract =
2024 doi
-
[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 =
2023 doi
-
[168]
Journal of Social Computing , author =
Counterfactual. Journal of Social Computing , author =. 2023 , keywords =. doi:10.23919/JSC.2023.0010 , abstract =
2023
-
[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 =
2022 doi
-
[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 =
2023
-
[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 =
-
[172]
Political Communication , year =
Freelon, Deen , title =. Political Communication , year =
-
[173]
European Journal of Health Communication , author =
Does the. European Journal of Health Communication , author =. 2023 , keywords =. doi:10.47368/ejhc.2023.302 , abstract =
2023 doi
-
[174]
Information and Culture , author =
How. Information and Culture , author =. 2024 , keywords =. doi:10.7560/IC59204 , abstract =
2024 doi
-
[175]
Cyberpsychology, Behavior, and Social Networking , author =
Instagram and. Cyberpsychology, Behavior, and Social Networking , author =. 2023 , keywords =. doi:10.1089/cyber.2022.0117 , abstract =
2023
-
[176]
Cuadernos Europeos de Deusto , author =
Minority. Cuadernos Europeos de Deusto , author =. 2022 , keywords =. doi:10.18543/ced.2476 , abstract =
2022 doi
-
[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 =
2023 doi
-
[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 =
2023 doi
-
[179]
Media and Communication , author =
\#. Media and Communication , author =. 2022 , keywords =. doi:10.17645/mac.v10i1.4715 , abstract =
2022 doi
-
[180]
Societies , author =
Fake. Societies , author =. 2023 , keywords =. doi:10.3390/soc13110242 , abstract =
2023 doi
-
[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 =
2023 doi
-
[183]
Cuadernos.info , author =
Covid-19 vaccines on. Cuadernos.info , author =. 2023 , keywords =. doi:10.7764/cdi.56.63663 , abstract =
2023 doi
-
[184]
Emerging Adulthood , author =
Emerging. Emerging Adulthood , author =. 2022 , keywords =. doi:10.1177/21676968221128621 , abstract =
2022 doi
-
[185]
Eurasian Journal of Applied Linguistics , author =
Impact of. Eurasian Journal of Applied Linguistics , author =. 2024 , keywords =. doi:10.32601/ejal.10306 , abstract =
2024 doi
-
[186]
Media International Australia , author =
Vernacular. Media International Australia , author =. 2022 , keywords =. doi:10.1177/1329878X211067571 , abstract =
2022 doi
-
[187]
Tobacco Induced Diseases , author =
\#. Tobacco Induced Diseases , author =. 2022 , keywords =. doi:10.18332/tid/151868 , abstract =
2022 doi
-
[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 =
2023 doi
-
[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 =
2022 doi
-
[190]
International Journal of Electronic Governance , author =
Influence of. International Journal of Electronic Governance , author =. 2023 , keywords =. doi:10.1504/IJEG.2023.136274 , abstract =
2023
-
[191]
2023 , keywords =
International Journal of Learning, Teaching and Educational Research , author =. 2023 , keywords =. doi:10.26803/ijlter.22.10.19 , abstract =
2023 doi
-
[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 =
2024 doi
-
[193]
Civil Szemle , author =
Assessing. Civil Szemle , author =. 2023 , keywords =
2023
-
[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 =
2024 doi
-
[195]
ESSACHESS - Journal for Communication Studies , author =
Feminist. ESSACHESS - Journal for Communication Studies , author =. 2024 , keywords =. doi:10.21409/TY14-3B60 , abstract =
2024 doi
-
[196]
Chinese Journal of Communication , author =
Communicating via gold medal:. Chinese Journal of Communication , author =. 2024 , keywords =. doi:10.1080/17544750.2024.2310523 , abstract =
2024
-
[197]
Internet Policy Review , author =
But did they really?. Internet Policy Review , author =. 2024 , keywords =. doi:10.14763/2024.3.1786 , abstract =
2024 doi
-
[198]
Innovative Marketing , author =
Online impulse buying on. Innovative Marketing , author =. 2023 , keywords =. doi:10.21511/im.19(3).2023.17 , abstract =
2023 doi
-
[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 =
2022 doi
-
[200]
2023 , keywords =
Prisma Social , author =. 2023 , keywords =
2023
-
[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 =
2024 doi
-
[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 =
2023 doi
-
[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 =
2024 doi
-
[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 =
2023 doi
-
[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 =
2023 doi
-
[206]
Panacea , author =
Legibility in oral texts disseminating healthcare information for women on. Panacea , author =. 2023 , keywords =
2023
-
[207]
Comunicacion y Sociedad (Mexico) , author =
The. Comunicacion y Sociedad (Mexico) , author =. 2024 , keywords =. doi:10.32870/cys.v2024.8644 , abstract =
2024
-
[208]
Political Communication , author =
Justifying an. Political Communication , author =. 2024 , keywords =. doi:10.1080/10584609.2024.2352483 , abstract =
2024
-
[209]
Fat Studies , author =
Co-healthism in. Fat Studies , author =. 2024 , keywords =. doi:10.1080/21604851.2024.2306991 , abstract =
2024
-
[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 =
2022 doi
-
[211]
2024 , keywords =
Youth Voice Journal , author =. 2024 , keywords =
2024
-
[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 =
2022 doi
-
[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 =
2024
-
[214]
International Journal of Communication , author =
Between. International Journal of Communication , author =. 2024 , keywords =
2024
-
[215]
Media and Communication , author =
Idols of. Media and Communication , author =. 2023 , keywords =. doi:10.17645/mac.v11i4.7123 , abstract =
2023 doi
-
[216]
Tobacco Control , author =
Vaping on. Tobacco Control , author =. 2023 , keywords =. doi:10.1136/tobaccocontrol-2021-056619 , abstract =
2023 doi
-
[217]
Societies , author =
Correlation between. Societies , author =. 2023 , keywords =. doi:10.3390/soc13040082 , abstract =
2023 doi
-
[218]
2022 , keywords =
International Journal of Information and Education Technology , author =. 2022 , keywords =. doi:10.18178/ijiet.2022.12.12.1755 , abstract =
2022 doi
-
[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 =
2022 doi
-
[220]
Journal of Interactive Advertising , author =
Comparing. Journal of Interactive Advertising , author =. 2023 , keywords =. doi:10.1080/15252019.2023.2273253 , abstract =
2023
-
[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 =
2022 doi
-
[222]
Journal of Advertising Research , author =
A. Journal of Advertising Research , author =. 2023 , keywords =. doi:10.2501/JAR-2023-008 , abstract =
2023 doi
-
[223]
Social Media and Society , author =
You. Social Media and Society , author =. 2023 , keywords =. doi:10.1177/20563051231194586 , abstract =
2023 doi
-
[224]
Journal of Social Service Research , author =
Perceived. Journal of Social Service Research , author =. 2023 , keywords =. doi:10.1080/01488376.2023.2254804 , abstract =
2023
-
[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 =
2023
-
[226]
2024 , keywords =
Doxa Comunicacion , author =. 2024 , keywords =. doi:10.31921/doxacom.n38a1962 , abstract =
2024 doi
-
[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 =
2024 doi
-
[228]
Doxa Comunicacion , author =
Disinformation on the. Doxa Comunicacion , author =. 2025 , keywords =. doi:10.31921/doxacom.n40a2224 , abstract =
2025 doi
-
[229]
2023 , keywords =
Media and Communication , author =. 2023 , keywords =. doi:10.17645/mac.v11i2.6390 , abstract =
2023 doi
-
[230]
Cyberpsychology, Behavior, and Social Networking , author =
Taking a. Cyberpsychology, Behavior, and Social Networking , author =. 2022 , keywords =. doi:10.1089/cyber.2021.0324 , abstract =
2022
-
[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 =
2025 doi
-
[232]
Revista de Comunicacion , author =
Public administrations on. Revista de Comunicacion , author =. 2024 , keywords =. doi:10.26441/RC23.1-2024-3451 , abstract =
2024 doi
-
[233]
Social Media and Society , author =
A. Social Media and Society , author =. 2024 , keywords =. doi:10.1177/20563051241269266 , abstract =
2024 doi
-
[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 =
2025 doi
-
[235]
Icono14 , author =
Swipe, interact, engage:. Icono14 , author =. 2025 , keywords =. doi:10.7195/ri14.v23i1.2183 , abstract =
2025 doi
-
[236]
2024 , keywords =
Theory and Practice in Language Studies , author =. 2024 , keywords =. doi:10.17507/tpls.1404.34 , abstract =
2024 doi
-
[237]
Social Media and Society , author =
In. Social Media and Society , author =. 2024 , keywords =. doi:10.1177/20563051241248591 , abstract =
2024 doi
-
[238]
2025 , keywords =
Technology in Society , author =. 2025 , keywords =. doi:10.1016/j.techsoc.2025.102885 , abstract =
2025
-
[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 =
2024 doi
-
[240]
Sustainability (Switzerland) , author =
An. Sustainability (Switzerland) , author =. 2024 , keywords =. doi:10.3390/su16051727 , abstract =
2024 doi
-
[241]
Studies in Media and Communication , author =
The. Studies in Media and Communication , author =. 2024 , keywords =. doi:10.11114/smc.v12i3.6975 , abstract =
2024 doi
-
[242]
Information Research , author =
“. Information Research , author =. 2025 , keywords =. doi:10.47989/ir30iConf47599 , abstract =
2025 doi
-
[243]
Revista de Comunicacion , author =
Fragmented-brand consumerism on. Revista de Comunicacion , author =. 2025 , keywords =. doi:10.26441/RC24.1-2025-3659 , abstract =
2025 doi
-
[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 =
2025
-
[245]
2024 , keywords =
Revista Latina de Comunicacion Social , author =. 2024 , keywords =. doi:10.4185/RLCS-2024-2262 , abstract =
2024 doi
-
[246]
Environment and Social Psychology , author =
Exploring how. Environment and Social Psychology , author =. 2025 , keywords =. doi:10.59429/esp.v10i1.3091 , abstract =
2025 doi
-
[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 =
2024 doi
-
[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 =
2025 doi
-
[249]
American Journal of Health Promotion , author =
Beyond. American Journal of Health Promotion , author =. 2025 , keywords =. doi:10.1177/08901171251332450e , abstract =
2025 doi
-
[250]
International Journal of Communication , author =
The. International Journal of Communication , author =. 2025 , keywords =
2025
-
[251]
2025 , keywords =
Terra Linguistica , author =. 2025 , keywords =. doi:10.18721/JHSS.16103 , abstract =
2025 doi
-
[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 =
2025
-
[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 =
2025 doi
-
[254]
Tourism and Hospitality , author =
Exploring the. Tourism and Hospitality , author =. 2025 , keywords =. doi:10.3390/tourhosp6010045 , abstract =
2025 doi
-
[255]
SAGE Open , author =
Examining. SAGE Open , author =. 2024 , keywords =. doi:10.1177/21582440241309408 , abstract =
2024 doi
-
[256]
Societies , author =
Potaxies and. Societies , author =. 2024 , keywords =. doi:10.3390/soc14120265 , abstract =
2024 doi
-
[257]
Substance Use and Misuse , author =
Identification and. Substance Use and Misuse , author =. 2025 , keywords =. doi:10.1080/10826084.2024.2447415 , abstract =
2025
-
[258]
Revista de Comunicacion , author =
Adolescents,. Revista de Comunicacion , author =. 2025 , keywords =. doi:10.26441/RC24.1-2025-3774 , abstract =
2025 doi
-
[259]
SSM - Qualitative Research in Health , author =
“. SSM - Qualitative Research in Health , author =. 2024 , keywords =. doi:10.1016/j.ssmqr.2024.100471 , abstract =
2024
-
[260]
Journalism and Media , author =
Attracting the. Journalism and Media , author =. 2025 , keywords =. doi:10.3390/journalmedia6010033 , abstract =
2025 doi
-
[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 =
2024 doi
-
[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 =
2025 doi
-
[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 =
2025
-
[264]
Journalism and Media , author =
Platform-. Journalism and Media , author =. 2025 , keywords =. doi:10.3390/journalmedia6010038 , abstract =
2025 doi
-
[265]
Social Media and Society , author =
Thirst. Social Media and Society , author =. 2025 , keywords =. doi:10.1177/20563051251329990 , abstract =
2025 doi
-
[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 =
2025 doi
-
[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 =
2024 doi
-
[268]
2024 , keywords =
BiD , author =. 2024 , keywords =. doi:10.1344/bid2024.52.07 , abstract =
2024 doi
-
[269]
Journalism , author =
Checking verifications during the 2022. Journalism , author =. 2024 , keywords =. doi:10.1177/14648849231196080 , abstract =
2022 doi
-
[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 =
2025 doi
-
[271]
Signo y Pensamiento , author =
Self-. Signo y Pensamiento , author =. 2025 , keywords =. doi:10.11144/Javeriana.syp44.aepi , abstract =
2025 doi
-
[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 =
2024 doi
-
[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 =
2024 doi
-
[274]
Societies , author =
Verification. Societies , author =. 2024 , keywords =. doi:10.3390/soc14050059 , abstract =
2024 doi
-
[275]
Politique Europeenne , author =
“. Politique Europeenne , author =. 2024 , keywords =
2024
-
[276]
Health Communication , author =
Youth. Health Communication , author =. 2025 , keywords =. doi:10.1080/10410236.2024.2386713 , abstract =
2025
-
[277]
Social Media and Society , author =
Women in. Social Media and Society , author =. 2024 , keywords =. doi:10.1177/20563051241274675 , abstract =
2024 doi
-
[278]
Memory Studies , author =
‘. Memory Studies , author =. 2025 , keywords =. doi:10.1177/17506980241247266 , abstract =
2025 doi
-
[279]
Information and Learning Science , author =
Algorithmic counterspaces: exploring. Information and Learning Science , author =. 2024 , keywords =. doi:10.1108/ILS-12-2023-0209 , abstract =
2024 doi
-
[280]
Sustainability (Switzerland) , author =
Developing a. Sustainability (Switzerland) , author =. 2025 , keywords =. doi:10.3390/su17083361 , abstract =
2025 doi
-
[281]
Journalism and Media , author =
Correlation. Journalism and Media , author =. 2025 , keywords =. doi:10.3390/journalmedia6010036 , abstract =
2025 doi
-
[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 =
2024 doi
-
[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 =
2024 doi
-
[284]
Forum for Linguistic Studies , author =
A. Forum for Linguistic Studies , author =. 2025 , keywords =. doi:10.30564/fls.v7i3.8482 , abstract =
2025 doi
-
[285]
Profesional de la Informacion , author =
Gender. Profesional de la Informacion , author =. 2024 , keywords =. doi:10.3145/epi.2024.0510 , abstract =
2024
-
[286]
2025 , keywords =
Digital Education Review , author =. 2025 , keywords =. doi:10.1344/der.2025.46.40-50 , abstract =
2025 doi
-
[287]
Qubahan Academic Journal , author =
Exploring the. Qubahan Academic Journal , author =. 2025 , keywords =. doi:10.48161/qaj.v5n1a1403 , abstract =
2025 doi
-
[288]
Profesional de la Informacion , author =
(. Profesional de la Informacion , author =. 2024 , keywords =. doi:10.3145/epi.2024.0305 , abstract =
2024
-
[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 =
2025 doi
-
[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 =
2024 doi
-
[291]
Turyzm/Tourism , author =
Sunsets, seafood and sea gypsies:. Turyzm/Tourism , author =. 2024 , keywords =. doi:10.18778/0867-5856.34.2.13 , abstract =
2024 doi
-
[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 =
2024 doi
-
[293]
2024 , keywords =
Humanities and Social Sciences Communications , author =. 2024 , keywords =. doi:10.1057/s41599-024-03477-5 , abstract =
2024 doi
-
[294]
Qualitative Report , author =
Constructing. Qualitative Report , author =. 2024 , keywords =. doi:10.46743/2160-3715/2024.5992 , abstract =
2024
-
[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 =
2024 doi
-
[296]
IBIMA Business Review , author =
Travel. IBIMA Business Review , author =. 2025 , keywords =. doi:10.5171/2025.682704 , abstract =
2025
-
[297]
Social Media and Society , author =
How to. Social Media and Society , author =. 2024 , keywords =. doi:10.1177/20563051241277601 , abstract =
2024 doi
-
[298]
Khazanah Hukum , author =
Analysis of. Khazanah Hukum , author =. 2025 , keywords =. doi:10.15575/kh.v7i1.43213 , abstract =
2025 doi
-
[299]
International Journal of Strategic Communication , author =
What. International Journal of Strategic Communication , author =. 2025 , keywords =. doi:10.1080/1553118X.2024.2378374 , abstract =
2025
-
[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 =
2024 doi
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.