Tiktok Followers Following Scraper avatar
Tiktok Followers Following Scraper

Pricing

Pay per event

Go to Apify Store
Tiktok Followers Following Scraper

Tiktok Followers Following Scraper

Scrape TikTok follower and following lists easily. No login, no hassle. Try now!

Pricing

Pay per event

Rating

0.0

(0)

Developer

The Netaji

The Netaji

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

8 days ago

Last modified

Share

TikTok Followers & Following Scraper

Scrape followers or following lists from TikTok user accounts.

Use Cases

  • Audience Analysis: Understand who follows a creator
  • Influencer Outreach: Find potential collaboration partners
  • Network Mapping: Map relationships between accounts
  • Competitor Analysis: See who follows competitors
  • Target Audience: Identify potential followers for your account
  • Community Building: Find accounts in your niche

Input

Parameters

FieldTypeRequiredDescriptionExampleDefault
usernamearrayYesTikTok username(s) or user ID["malatidipizza"]-
typestringYesType: followers or followingfollowers-
maxItemnumberNoMaximum number of users10050
resumeCursorstringNoResume from previous run"1765348407"null
enrichProfilebooleanNoGet full profile data for each usertruefalse
profileEnrichedbooleanNoAlternative enrichment flagtruefalse

Example: Get Followers (Basic)

{
"username": ["malatidipizza"],
"type": "followers",
"maxItem": 100
}

Example: Get Followers (Enriched Profiles)

{
"username": ["malatidipizza"],
"type": "followers",
"maxItem": 100,
"enrichProfile": true
}

Example: Get Following

{
"username": ["malatidipizza"],
"type": "following",
"maxItem": 100
}

Example: Resume from Previous Run

{
"username": ["malatidipizza"],
"type": "followers",
"maxItem": 200,
"resumeCursor": "1765348407"
}

Resuming Large Scrapes

For large follower/following lists, the scraper logs cursor values for resumption:

  1. Check Logs: During the run, look for messages like:

    💾 Save this to continue later: 1765348407
  2. Copy the Cursor: Copy the cursor value from the logs

  3. Resume the Run: Use the cursor value as resumeCursor in your next run

Output

Basic Output (Default)

{
"stats": {
"diggCount": 7110,
"followerCount": 295,
"followingCount": 3233,
"heartCount": 0,
"videoCount": 0
},
"user": {
"id": "6777612529382458373",
"uniqueId": "angelamarranzini",
"nickname": "Angela Marranzini",
"avatarThumb": "https://p16-common-sign.tiktokcdn-us.com/...",
"avatarMedium": "https://p16-common-sign.tiktokcdn-us.com/...",
"avatarLarger": "https://p16-common-sign.tiktokcdn-us.com/...",
"signature": "",
"verified": false,
"secUid": "MS4wLjABAAAAsPSnSkg6xHSatkKo9AqSxegxq7BvZKp7qXrvZVLOezk2Cx1xtIa233Df6H5eek-_",
"privateAccount": false,
"openFavorite": false,
"relation": 0
}
}

Enriched Profile Output

When enrichProfile or profileEnriched is enabled, you get complete profile details:

{
"userInfo": {
"stats": {
"diggCount": 0,
"followerCount": 295,
"followingCount": 3233,
"friendCount": 114,
"heart": 0,
"heartCount": 0,
"videoCount": 0
},
"user": {
"id": "6777612529382458373",
"uniqueId": "angelamarranzini",
"nickname": "Angela Marranzini",
"avatarThumb": "https://p19-common-sign-useastred.tiktokcdn-eu.com/...",
"avatarMedium": "https://p19-common-sign-useastred.tiktokcdn-eu.com/...",
"avatarLarger": "https://p19-common-sign-useastred.tiktokcdn-eu.com/...",
"signature": "",
"verified": false,
"secUid": "MS4wLjABAAAAsPSnSkg6xHSatkKo9AqSxegxq7BvZKp7qXrvZVLOezk2Cx1xtIa233Df6H5eek-_",
"privateAccount": false,
"secret": false,
"ftc": false,
"relation": 0,
"openFavorite": false,
"commentSetting": 0,
"duetSetting": 0,
"stitchSetting": 0,
"downloadSetting": 0
}
}
}

Data Fields

User Object

FieldTypeDescription
idstringUser ID
uniqueIdstringUsername
nicknamestringDisplay name
avatarThumbstringProfile picture (100x100)
avatarMediumstringProfile picture (720x720)
avatarLargerstringProfile picture (1080x1080)
signaturestringBio/description
verifiedbooleanVerification status
secUidstringUnique identifier
privateAccountbooleanAccount privacy status
relationnumberRelationship to current user
openFavoritebooleanFavorites list visibility

Stats Object

FieldTypeDescription
followerCountnumberNumber of followers
followingCountnumberNumber of following
videoCountnumberNumber of videos posted
heartCountnumberTotal likes received
diggCountnumberTotal likes given
friendCountnumberNumber of friends (enriched)

Profile Enrichment

Profile enrichment provides complete profile data for each follower/following user. This feature:

  • Requires paid subscription - Not available for free users
  • Costs additional credits - Each enriched profile is charged separately
  • Provides full stats - Get follower counts, video counts, engagement metrics
  • Better for analysis - Ideal for identifying influential accounts

When to Use Enrichment

Use enrichment when:

  • Analyzing follower quality and influence
  • Finding high-engagement accounts
  • Building detailed audience profiles
  • Identifying potential collaborators

Skip enrichment when:

  • You only need usernames
  • Working with large follower lists (cost-sensitive)
  • Basic follower counts are sufficient

Last Updated: December 10, 2025