# Tiktok

### Tiktok username to ID

{% embed url="<https://omar-thing.nekoweb.org/>" %}

### Posts Timestamps (Also  Works for comments)

Get the Post ID\
Convert it to binary\
Convert the first 32 binary digits to decimal\
Convert it back to time with a unix time convertor

<figure><img src="/files/nl8udGsvhTyvjnUtWr2G" alt=""><figcaption></figcaption></figure>

#### Decimal to Binary converter:

{% embed url="<https://www.rapidtables.com/convert/number/decimal-to-binary.html>" %}

#### Unix Timestamp Converter:

{% embed url="<https://www.unixtimestamp.com/>" %}

{% embed url="<https://dfir.blog/unfurl/>" %}
Auto convert to timestamps
{% endembed %}

<figure><img src="/files/BcvE8BqlRYyTXVsqM6YR" alt=""><figcaption></figcaption></figure>

### TikTok Video Downloader

{% embed url="<https://freetik.co/>" %}

{% embed url="<https://www.picuki.com/>" %}


---

# Agent Instructions: 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:

```
GET https://osint.cavementech.com/social-media/tiktok.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
