Track your followers growth

Followays is a simple API-based developer solution that lets you track the number of followers of multiple social accounts on Twitter (X), YouTube and Telegram.

You can query for a single account and get the historical growth of the followers number over time. Or you can query for multiple Twitter (X), YouTube or Telegram accounts at once to get a quick overview of the follower count.

Get started with Followays in seconds via RapidAPI.

Followays tracking X followers count
GET /profiles/x/wwf
1{
2 service: "twitter",
3 handle: "wwf",
4 profileUrl: "https://twitter.com/wwf",
5 current: {
6 followersCount: 3791186,
7 followingCount: 2925,
8 postsCount: 556013
9 }
10}
Followays tracking YouTube subscribers count
GET /profiles/youtube/wwf
1{
2 service: "youtube",
3 handle: "wwf",
4 profileUrl: "https://youtube.com/wwf",
5 current: {
6 followersCount: 184000,
7 postsCount: 707
8 }
9}
Followays tracking Telegram subscribers count
GET /profiles/telegram/WWFTelegram
1{
2 service: "telegram",
3 handle: "WWFTelegram",
4 profileUrl: "https://t.me/WWFTelegram",
5 current: {
6 followersCount: 101
7 }
8}