Fast TikTok API (with no-watermark video download link) avatar
Fast TikTok API (with no-watermark video download link)
Try for free

1 day trial then $38.00/month - No credit card required now

View all Actors
Fast TikTok API (with no-watermark video download link)

Fast TikTok API (with no-watermark video download link)

novi/fast-tiktok-api
Try for free

1 day trial then $38.00/month - No credit card required now

All in one TikTok APIs. Fastest TikTok API for Trend, Hashtag, Search, Music, User, Comment. Provides no-watermark download link.

II

Creation Time

Closed

ICUC_Insights_Department opened this issue
2 months ago

Hi, I open a ticket to ask how to add a column for created time to my export and you advise using the following path: content_desc_extra-> create_time.

I'm unsure where to add this, to the Json script on line 13?

Thank you.

novi avatar

Novi (novi)

2 months ago

Hello, We remembered the ticket you've created. We think we was understanding wrong your need. So we would like to clarify your inquiry: You would like to have an extra column about created time. But the created time is the created time of the video data or the create time of your exportation?

We think you can make an example of the output which you would like to have.

Best regards,

II

ICUC_Insights_Department

2 months ago

Hi Novi, thank you for your quick response!

I also need to export the date that the TikTok video was created/published, I don't need the date of exportation.

Thanks again!

novi avatar

Novi (novi)

2 months ago

Hello @ICUC_Insights_Department, In the run you share to me, I can check for the create time of each video by click in "Preview in new tab" in the image. Then it will open a new tab at: https://api.apify.com/v2/datasets/hmxGuz9R2EcvbzhsB/items?clean=true&format=html&limit=1000

Then you can search this colum: aweme_info/create_time. This is the epoch value of create time of video and you can convert it to a timestamp value.

It's the easiest way to get the create time of each video. If you have experience with JSON data, you can export the output to an array of JSON, and you can make a for loop like this

1for (jsonObject of jsonArray) {
2       const createTime = jsonObject.aweme_info.create_time;
3       console.log(createTime);
4}
Developer
Maintained by Community
Actor metrics
  • 108 monthly users
  • 5 stars
  • 100.0% runs succeeded
  • 22 hours response time
  • Created in May 2023
  • Modified 2 days ago