Changelog
2026-08-22
API
- Every datapoint now includes a
semanticfield: the platform’s own term for what the value counts (YouTubefollowersaresubscribers, TikTokpostsarevideos), so your UI can speak the platform’s language while your code speaks one schema
Data
- Bluesky post support: like and repost counts for individual posts, identified as
handle:post_id - Fixed an issue that could interrupt X post data collection. X sometimes reports only rounded counts (
1.2K) for a post; when that happens the rounded figure is returned expanded (1200)
2026-08-15
API
- New
staleresource status: returned when a resource has previously collected data but recent collection attempts are failing. Existing datapoints stay in the response and collection is retried regularly - Malformed identifiers — pasted profile URLs,
profile.php?id=…fragments, numeric Facebook profile ids,@-prefixed handles — are now rejected with a descriptive validation error instead of being accepted and returning no data
Data
- Fixed an issue that could interrupt YouTube data collection
2026-08-08
API
- New
postresource type for tracking individual posts alongside accounts and organizations
Data
- X post support: exact view, like, and repost counts for individual posts, identified as
handle:post_id - YouTube post support: view and like counts for individual videos, identified by the video id
- Threads post support: like and repost counts for individual threads, identified as
handle:post_id
2026-08-02
Data
- GitHub support: follower count, following count, and public repository count for users and organizations
2026-08-01
Data
- Bluesky support: follower count, following count, and verified status for public accounts
- Post count metric for Instagram, Bluesky, X, YouTube, TikTok, and Threads accounts
2026-07-26
API
- Requests pairing a platform with a resource
typeit doesn’t accept now return a descriptive validation message naming the incompatible pair
Data
- Employee count metric for LinkedIn company pages
Dashboard
- Fixed an issue that could prevent account deletion from completing
2026-07-25
API
- Resources that don’t exist on their platform are now reported with status
not_found(previouslyunavailable) unavailablenow specifically means data for the resource could not be collected; collection is retried regularly
Pre-alpha
API
POST /api/v1/resources/search: retrieve datapoints for social media accounts- Resource
typefield distinguishes personal profiles (account) from organization pages (organization) - Token-based authentication via
Authorization: Bearerheader - Rate limiting: requests are capped per account over a short window to protect the API
- Monthly usage quota: free tier at 500 requests / month (a higher-limit paid tier at €4.99/month is planned)
- Free tier access for everyone, with no subscription or credit card required
- Request validation and automatic deduplication of duplicate resources
- Datapoint responses include both value and availability status
- Each response entry identifies its resource by
platform,type, andidentifier - Resource-level
statusfield in datapoint responses (available,pending,unavailable)
Data
- Follower count metric for all platforms
- Personal profiles and company pages supported where sensible
- Following count metric for Instagram, TikTok, and X
- Verified boolean attribute for Facebook, Instagram, Threads, TikTok, X, and YouTube
- Datapoints for known accounts are refreshed daily
Dashboard
- Guided onboarding: create your first API key and try the API in the built-in playground
- Email verification at sign-up
- Quota usage overview: current month’s usage and reset date at a glance
- API token management: create and revoke tokens
- Self-serve account deletion from account settings