Skip to main content

Featured

21 social media analytics tools to boost your strategy in 2025

Wondering which of your social media tactics are working? Busy social marketers need effective social media analytics tools to focus their efforts. Let’s take a look at some of the best (free and paid) options for 2025. What are social media analytics tools? Social media analytics tools are apps and dashboards that allow you to gather information about your social media performance and your audience. Tools for social media analytics also allow you to create reports to tr ack key performance indicators in real-time and over time and present results to your team, your boss, and other relevant stakeholders. The best social media analytics tools for 2025 1. Hootsuite Best for: Business owners who run their own social media, social media managers at small businesses, medium-sized businesses, and large marketing teams. Coolest feature: Custom recommendations for the best time to post on each social account based on your accounts’ metrics an...

A simple script to find TikTok influencer emails

I have been finding it hard to get influencers contacts without having to spend hours on scrolling and adding to a spreadsheet, so I used very basic coding skills to create a script that could help me save time, and I thought others would find it useful!

The script is quite easy to write: to create it, you can use David Teather's Github unofficial TikTok API. Use the get hashtags by tiktok file provided by the author in the API, and then the following script to retrieve the username & creator's bio. This works by using a hashtag to find creators in a niche, and then extract the email they have in their bio with a regex.

for tiktok in tiktoks: userid = tiktok.get('author', {}).get('uniqueId') userdescription = tiktok.get('author', {}).get('signature') email = re.findall("[\w.-]+@[\w.-]+",userdescription) 

If you can't code let me know and I will send you a way to do this without coding

Hopefully it helps you marketers trying to do influencer marketing with TikTok!

submitted by /u/Important_Avocado_30
[link] [comments]

* This article was originally published here To read more articles like this visit us at yourdigitalmarketingbootcamp.blogspot.com

Popular Posts