Tiktokapi

Latest version: v7.0.0

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 21

5.0.0

**IMPORTANT CHANGES**
* Please read the upgrading from V4 to V5 section on the readme
* Higher level approach using objects
* Auto-parsing of attributes and responses back into objects
* Should be easier to work with (especially for new-comers not as familiar with this package)
* dropped support for selenium (sorry but it's been too annoying to main multiple browsers)

[Main PR](https://github.com/davidteather/TikTok-Api/pull/803)

**If this broke your code please pin your dependency versions**

V5 Example Usage
py
from TikTokApi import TikTokApi

verify_fp = "verify_xxx"
api = TikTokApi(custom_verify_fp=verify_fp)

tag = api.hashtag(name="funny")
print(tag.info())

for video in tag.videos():
print(video.id)
for u_vid in video.author.videos():
print(u_vid.id)

4.1.0

[All tests currently passing](https://github.com/davidteather/TikTok-Api/runs/4491934033)

Upgrade with `pip install TikTokApi --upgrade`

**REMOVED**
* discover_hashtags,discover_music (can be replicated with the "search_for" methods giving it an empty string as query)
* get_suggested & crawlers methods (think the endpoint is only available for desktop and the package uses IOS)

**All Changes**
- Removed useless node dependency in tests
- update get_trending.py to reflect new naming change
- allow for mobile shortened URLs
- add unit description on request_delay
- removed host&authority to bypass 403 error
- fix by_trending
- added more tiktok exception message logging

Feel free to connect on [LinkedIn](https://www.linkedin.com/in/davidteather/), I'd love to hear about how you're using the package!
Feel free to [sponsor me on GitHub](https://github.com/sponsors/davidteather) it helps me maintain this :)

Thank you for using this package,
David

4.0.4.2

4.0.4.1

4.0.4

Fixes 709

4.0.3

Hey here's a brief summary of this release I am too tired to write a longer one
- Update Selenium to work with the changed code (but please try to switch to playwright if you can it's a pain to support both)
- Add by_sound_page similar to user_page
- When going to the tiktok site directly unneeded content like .mp4 and images are not loaded

That's all :)
Thank you for using this API

Page 4 of 21

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.