How to Scrape Tiktok Following List Data
This tutorial shows how to use Tiktok Following List Data API to scrape and crawl structured Tiktok data in real-time.
Find out exactly who any TikTok user follows with our followings API. Pull account lists, niche affinities, and network connections to sharpen your competitive intelligence.
Access Tiktok Data in 3 Steps
Start crawling Tiktok following list data. Follow these steps to extract social media data in minutes.
Create Your Account
Go to our registration page and make an account. It's free, no credit card, and you get credits right away to play around with.
Verify Your Email Address
You'll get a verification email, click the link in it. Once that's done, you can grab your API token from the dashboard.
Make Your First API Call
Copy the code snippet below, swap in your API key, and run it. You'll get Tiktok data back as JSON within a few seconds.
Code Sample
Here's a JavaScript example to get you going. Swap out the token and you're good, works the same way in any language that can make HTTP requests. Start collecting following list data via our REST API!
| 1 | const root = 'https://ensembledata.com/apis' |
| 2 | const endpoint = '/tt/user/followings' |
| 3 | const params = { |
| 4 | "id": "6784819479778378757", |
| 5 | "secUid": "MS4wLjABAAAAQ45IcDZIqrknyl0FDjs7xDlcxlaRE7CcBx1ENxYkWK00UpeKTTlCQWKxq6t9QM6b", |
| 6 | "cursor": 0, |
| 7 | "page_token": "", |
| 8 | "token": "YOUR-TOKEN-HERE" |
| 9 | } |
| 10 | |
| 11 | const queryString = new URLSearchParams(params).toString(); |
| 12 | const url = `${root}${endpoint}?${queryString}`; |
| 13 | |
| 14 | await fetch(url) |
| 15 | .then(response => response.json()) |
| 16 | .then(data => console.log(data)) |
| 17 | .catch(error => console.error(error)); |
| 18 |
Parameters
Example Response
Explore the fields returned by this endpoint. Click a row to expand nested objects and arrays, hover a value to copy it, or use "Expand all" to see everything at once.
dataobject4 fields
followingsarray1 item Ā· schema from #0 1 item
avatar_168x168object5 fields
url_listarray3 items Ā· schema from #0 3 items
avatar_300x300object5 fields
url_listarray3 items Ā· schema from #0 3 items
avatar_largerobject5 fields
url_listarray3 items Ā· schema from #0 3 items
avatar_mediumobject5 fields
url_listarray3 items Ā· schema from #0 3 items
avatar_thumbobject5 fields
url_listarray3 items Ā· schema from #0 3 items
cover_urlarray1 item Ā· schema from #0 1 item
url_listarray1 item Ā· schema from #0 1 item
original_musicianobject4 fields
share_infoobject8 fields
share_qrcode_urlobject5 fields
url_listarray0 items
special_accountobject1 field
video_iconobject5 fields
url_listarray2 items Ā· schema from #0 2 items
Response Codes
Status codes this endpoint can return, so you can handle errors before they surprise you in production.
API Pricing
Fetch Tiktok Data at Scale
Scrape TikTok following lists at scale and map the networks behind any account, useful for agencies doing competitive research or audience profiling.
Following Lists
See the full public list of accounts any TikTok user follows.
Network Mapping
Map creator networks and niche affinities from following data.
Interest Signals
Reveal which brands and topics an account is genuinely into.