TikTok Scraper avatar

TikTok Scraper

Pricing

from $2.00 / 1,000 item scrapeds

Go to Apify Store
TikTok Scraper

TikTok Scraper

Scrape public TikTok profiles and videos — followers, following, total likes, video count, plays, comments, shares, saves, music, hashtags — via the page's embedded JSON. No browser, residential proxy.

Pricing

from $2.00 / 1,000 item scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

TikTok Scraper 🎵

Get public TikTok data — profiles and videos — as clean rows: followers, following, total likes, video count, and per-video plays, comments, shares, saves, music, and hashtags.

Great for influencer discovery, social analytics, trend tracking, brand monitoring, and campaign research.

What it does

  • Profiles by username/URL: nickname, bio, verified/private flags, region, followers, following, total likes, video count, avatar.
  • Videos by URL: description, author, plays, likes, comments, shares, saves, duration, music, hashtags, created date.

Input

{
"usernames": ["mrbeast", "khaby.lame"],
"videoUrls": ["https://www.tiktok.com/@user/video/7300000000000000000"],
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output (profile row)

{
"type": "profile",
"username": "mrbeast",
"nickname": "MrBeast",
"followers": 110000000,
"likes": 1800000000,
"videos": 320,
"verified": true,
"url": "https://www.tiktok.com/@mrbeast"
}

Videos come back as type: "video" rows.

Notes

  • Reads only public profiles/videos — no login, no private data.
  • Residential proxy strongly recommended — TikTok rate-limits by IP; the Actor rotates IPs and retries.
  • The account running the Actor pays for proxy usage.