Tiktok Following Scraper avatar

Tiktok Following Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Tiktok Following Scraper

Tiktok Following Scraper

Scrape the complete following list of any public TikTok account — usernames, display names, bios, follower counts, verification status, profile links, social handles, and more

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Ilong Mamman

Ilong Mamman

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

10 days ago

Last modified

Share

TikTok Following Scraper | Extract Who Any TikTok User Follows

Scrape the complete following list of any public TikTok account — usernames, display names, bios, follower counts, verification status, profile links, social handles, and more. No browser automation, no logins, no manual scrolling. Just paste a TikTok username, set how many followings you need, and get structured JSON data in seconds.

⭐ Fast & Reliable | � Cursor Pagination | � Bulk Username Support


What Is This Actor?

This Apify actor extracts the list of accounts a TikTok user is following using the TikTok Following Scraper. perfect for influencer research, audience mapping, competitor analysis, and lead generation.

Whether you need 20 followings for a quick audit or 1,000 followings for an outreach campaign, this scraper handles the pagination for you.


What Data Can You Extract?

The scraper outputs one row per following account, so the dataset is ready for direct CSV / Excel / Sheets export. Each row contains:

FieldDescription
requestedUsernameThe TikTok handle you queried (lets you join rows back to source)
uniqueIdTikTok @handle of the followed account
nicknameDisplay name shown on the profile
urlDirect link to the TikTok profile
avatarHigh-resolution profile picture URL
idNumeric TikTok user ID (uid)
secUidSecure user ID used by TikTok's internal APIs
regionCountry / region code (e.g. US)
languagePrimary language of the account
followerCountNumber of followers
followingCountNumber of accounts they follow
createTimeISO 8601 account creation date

Use Cases

  • 👥 Influencer Research — Discover which creators, brands, and personalities a target influencer follows.
  • 📣 Audience Mapping — Build interest graphs by analysing who key personas follow on TikTok.
  • 📈 Competitor Analysis — See who your competitors follow to uncover partners, collaborators, and PR contacts.
  • 🤝 Outreach & BD — Use nickname, url, and followerCount to build qualified prospect lists.
  • 🤖 Social Graph & AI — Feed structured following data into recommendation engines or LLM context.
  • 🔎 Brand Monitoring — Track which verified accounts and brand pages a target user follows over time.
  • 📊 CSV / Sheets Export — Flat one-row-per-following output drops cleanly into spreadsheets and BI tools.

Input Parameters

ParameterTypeDescriptionDefault
usernamesArrayList of TikTok usernames (handles) to scrape the following list from.Required
maxFollowingsIntegerMaximum number of followings to fetch per username. The scraper paginates for you.20

Tip: usernames accepts any of these formats per entry — plain handle (stoolpresidente), @handle (@stoolpresidente), or full profile URL (https://www.tiktok.com/@stoolpresidente).


How to Use

1. Single Username

{
"usernames": ["stoolpresidente"],
"maxFollowings": 50
}

2. Multiple Usernames

{
"usernames": ["stoolpresidente", "charlidamelio"],
"maxFollowings": 200
}

Output Example

Each following is its own dataset row — perfect for tables, CSV exports, and downstream pipelines.

{
"requestedUsername": "stoolpresidente",
"id": "6703282357752824838",
"uniqueId": "gabsjaquez",
"nickname": "Gabriela Jaquez",
"url": "https://www.tiktok.com/@gabsjaquez",
"avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/...",
"secUid": "MS4wLjABAAAACt7BW4-vbF9kI-wUCdvqJsv1U70MnbatR1P-AiYCHnhmeBF0rk2lWNIKrGfzPznL",
"region": "US",
"language": "en",
"followerCount": 211664,
"followingCount": 290,
"createTime": "2019-06-20T16:17:55.000Z"
}

FAQ

Can I scrape multiple TikTok users at once? Yes — add multiple handles to the usernames array. Each one is processed sequentially with a short delay to avoid rate limiting.

How many followings can I fetch per username? Up to the public total reported by TikTok. The scraper logs the total available count so you can set maxFollowings accordingly.

How do I know which target each following belongs to when scraping multiple usernames? Every row contains a requestedUsername field with the handle you queried, so the dataset stays joinable even when you batch many usernames.

Need Help?

Open an issue on the Apify platform or email: vistics99@gmail.com — we respond within 24 hours. ⚡