Skip to main content
Modash API: August 2024

2024 is API Summer. More improvements are now live. Happy building!

Mariann Jüriorg avatar
Written by Mariann Jüriorg
Updated over 4 months ago

Forget BRAT summer. 2024 is API summer at Modash. We continue to ship improvements throughout the entire product line.

Modash Discovery API

New Endpoint - Search by Email

  • New endpoint for all social platforms Search by Email. Request a list of emails. You'll receive all creator social accounts we associate with that email.

  • Request between 1 and 1000 emails at once.

  • We charge 0.02 credits for each email that we can match. 10 emails = 0.2 credits.

  • Important: We do not save or store emails used in this request.

Ideas for implementation 💡

  • Build a direct search where users can enter an email and get the profiles in return.

  • Build an import function for users to upload up to 1000 emails at once and get a list of social media accounts in return.

  • Check if your users or customers are influencers and offer special experiences for them.

  • You probably know better than us, so we'll stop brainstorming before it gets embarrassing. 🙈

Reports

Last month, we added new filters, and this month we also added the corresponding data points to reports.

  • Added averageLikes and averageComments to the report.

  • Added averageShares , averageSaves, averagePosts and postsCount to the report.

  • Added avgShares, avgSaves and totalLikes to the statHistory

  • Added averagePosts , postsCount and totalViews to the report.

  • Added totalViews to statHistory.

Good to know 💡

  • averagePosts shows how often the creator published new content and is based on the last month of available data. For example the value = 2.25 means that the creator, on average, published 2.25 pieces of content per day.

  • postsCount is the total of all pieces of content published - all time.

  • averageShares and averageSaves are the median based on approximately last 2 months of content.

  • totalLikes growth indicates the total engagement growth of the creator.

  • totalViews growth indicated the total visibility growth of the creator.

Modash RAW API

TikTok

TikTok Restricted Content

TikTok restricts content for various reaons, including violence or nudity. Restricted content will not show in the user-feed.

We've added support for restricted content on TikTok RAW API (TikTok Media Info and TikTok Media Download endpoints).

For example: If you build a content tracking tool you can allow your users to manually add content to the tool by providing the URL to the content. Media info will help you extract all the relevant details.

TikTok Location Tags

TikTok seems to be rolling out location tags to their content. So, we've added a new location property to the TikTok Media Info response.

Note: TikTok has not rolled out this feature everywhere. There might be limitations in visibility and availability of the location tag.

Instagram

New endpoint - Audio info

  • New endpoint for Instagram RAW API Audio Info

  • Great for exploring the usage of audio used in Reels.

  • Get metadata like how many pieces of content was this audio used and explore content and creators using this audio.

General

  • We removed the hourly rate limit from all API endpoints, now only the RPS limit is active. It's simpler and less confusing like this.

Did this answer your question?