> For the complete documentation index, see [llms.txt](https://bellingcat.gitbook.io/toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bellingcat.gitbook.io/toolkit/categories/social-media/tiktok.md).

# Tiktok

| Name                               | Description                                                                                                                                                                     | Cost                                                         | Tool Review and Guide                                                                                                                                                                                                        |
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Bellingcat TikTok Date Extract     | Get the exact upload date + time for tiktok video urls                                                                                                                          | <mark style="background-color:green;">Free</mark>            | <p><sub><em>Guide not available</em></sub></p><p><a href="https://bellingcat.github.io/tiktok-timestamp"><mark style="background-color:blue;"><https://bellingcat.github.io/tiktok-timestamp></mark></a></p>                 |
| Bellingcat TikTok Hashtag Analysis | Archive content and metadata from TikTok posts that contain one or more specified hashtags                                                                                      | <mark style="background-color:green;">Free</mark>            | <p><sub><em>Guide not available</em></sub></p><p><a href="https://github.com/bellingcat/tiktok-hashtag-analysis"><mark style="background-color:blue;"><https://github.com/bellingcat/tiktok-hashtag-analysis></mark></a></p> |
| Open Measures                      | Open Measures helps open source researchers investigate harmful online activity such as extremism and disinformation.                                                           | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/open-measures](/toolkit/more/all-tools/open-measures.md)                                                                                                               |
| Social Searcher                    | Search hashtags and usernames across various platforms.                                                                                                                         | <mark style="background-color:orange;">Partially Free</mark> | <p><sub><em>Guide not available</em></sub></p><p><a href="https://www.social-searcher.com/"><mark style="background-color:blue;"><https://www.social-searcher.com/></mark></a></p>                                           |
| TikTok-Api                         | Python - This is an unofficial api wrapper for TikTok.com in python. With this api you are able to call most trending and fetch specific user information as well as much more. | <mark style="background-color:green;">Free</mark>            | <p><sub><em>Guide not available</em></sub></p><p><a href="https://pypi.org/project/TikTokApi"><mark style="background-color:blue;"><https://pypi.org/project/TikTokApi></mark></a></p>                                       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bellingcat.gitbook.io/toolkit/categories/social-media/tiktok.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
