Tiktok Followers Following Scraper
Pricing
Pay per event
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
Actor stats
0
Bookmarked
3
Total users
1
Monthly active users
8 days ago
Last modified
Categories
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
| Field | Type | Required | Description | Example | Default |
|---|---|---|---|---|---|
username | array | Yes | TikTok username(s) or user ID | ["malatidipizza"] | - |
type | string | Yes | Type: followers or following | followers | - |
maxItem | number | No | Maximum number of users | 100 | 50 |
resumeCursor | string | No | Resume from previous run | "1765348407" | null |
enrichProfile | boolean | No | Get full profile data for each user | true | false |
profileEnriched | boolean | No | Alternative enrichment flag | true | false |
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:
-
Check Logs: During the run, look for messages like:
💾 Save this to continue later: 1765348407 -
Copy the Cursor: Copy the cursor value from the logs
-
Resume the Run: Use the cursor value as
resumeCursorin 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
| Field | Type | Description |
|---|---|---|
id | string | User ID |
uniqueId | string | Username |
nickname | string | Display name |
avatarThumb | string | Profile picture (100x100) |
avatarMedium | string | Profile picture (720x720) |
avatarLarger | string | Profile picture (1080x1080) |
signature | string | Bio/description |
verified | boolean | Verification status |
secUid | string | Unique identifier |
privateAccount | boolean | Account privacy status |
relation | number | Relationship to current user |
openFavorite | boolean | Favorites list visibility |
Stats Object
| Field | Type | Description |
|---|---|---|
followerCount | number | Number of followers |
followingCount | number | Number of following |
videoCount | number | Number of videos posted |
heartCount | number | Total likes received |
diggCount | number | Total likes given |
friendCount | number | Number 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