Fast TikTok API (with no-watermark video download link)
1 day trial then $38.00/month - No credit card required now
Fast TikTok API (with no-watermark video download link)
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.
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.
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,
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!
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}
Actor Metrics
128 monthly users
-
16 stars
96% runs succeeded
2.6 days response time
Created in May 2023
Modified 15 days ago