TikTok Following Scraper avatar

TikTok Following Scraper

Pricing

from $3.00 / 1,000 scraped followed tiktok profiles

Go to Apify Store
TikTok Following Scraper

TikTok Following Scraper

Export the public accounts followed by any TikTok profile. No cookies required. Provider-backed with ScrapeCreators primary and SociaVault fallback.

Pricing

from $3.00 / 1,000 scraped followed tiktok profiles

Rating

0.0

(0)

Developer

Khadin Akbar

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

25 days ago

Last modified

Share

Export the public accounts followed by one or more TikTok profiles. The actor returns clean dataset rows for each followed account, including username, profile URL, display name, bio, follower/following counts, verification status, region, avatar URL, and pagination diagnostics.

This actor is provider-backed and does not require user cookies. It uses ScrapeCreators first by default and SociaVault as a fallback when both provider secrets are configured by the actor owner.

Input

  • usernames - TikTok handles, with or without @.
  • startUrls - TikTok profile URLs such as https://www.tiktok.com/@stoolpresidente.
  • maxResults - maximum followed accounts to save per source profile.
  • maxPagesPerProfile - pagination safety cap.
  • providerOrder - choose ScrapeCreators first, SociaVault first, or a single provider.
  • minTime - optional provider cursor for resuming a long following list.
  • includeRawData - include raw provider user objects for debugging.

Example Input

{
"usernames": ["stoolpresidente"],
"maxResults": 100,
"maxPagesPerProfile": 5,
"providerOrder": "scrapecreators-first"
}

Output

Each dataset item is a followed TikTok account:

{
"sourceUsername": "stoolpresidente",
"sourceProfileUrl": "https://www.tiktok.com/@stoolpresidente",
"provider": "scrapecreators",
"position": 1,
"username": "barstoolbeachhouse",
"displayName": "Barstool Beach House",
"profileUrl": "https://www.tiktok.com/@barstoolbeachhouse",
"bio": "Coming in August",
"region": "US",
"followerCount": 2175,
"followingCount": 10,
"verified": false,
"scrapedAt": "2026-06-10T00:00:00.000Z"
}

The key-value store also contains:

  • OUTPUT - summary object with counts, provider telemetry, estimated PPE cost, and stop reason.
  • RUN_SUMMARY - same machine-readable summary for agents and automation.

Notes

This actor scrapes public TikTok following data only. Private accounts, hidden following lists, provider quota limits, or TikTok-side restrictions can return fewer rows than a profile's displayed following count. Provider media/avatar URLs may be signed and can expire.

Pricing

Pay-per-event pricing:

  • Actor start: $0.00005
  • Followed profile scraped: $0.003 per saved row

The actor logs a maximum expected run cost before scraping and charges only after a row is ready to save.