TT
TikTok Scraper
antsdata/tiktok-scraper
AntsData 4.8 (309 reviews) 194K runs
Scrape TikTok videos, hashtags and users by URL or query, with play, like and comment data.
#Social#Short Video
INPUT
Configure your task
| Parameter | Type | Required |
|---|---|---|
startUrls Profile / video URL | string[] | Required |
searchQueries Search queries | string[] | Optional |
maxItems Max items | number | Optional |
proxyCountry Proxy country | string | Optional |
EXAMPLE
Input & output
input.json
{
"startUrls": [
"https://www.tiktok.com/@nike"
],
"maxItems": 100,
"proxyCountry": "US"
}output.json
{
"id": "7298…",
"author": "@nike",
"text": "Just do it.",
"likeCount": 128400,
"commentCount": 2310,
"shareCount": 8800,
"playCount": 1840000,
"createTime": "2026-05-12T08:00:00Z",
"videoUrl": "https://…"
}API
Run with one request
POST · cURL
curl -X POST https://api.antsdata.com/v1/actors/antsdata/tiktok-scraper/runs \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"startUrls":["https://www.tiktok.com/@nike"],"maxItems":100,"proxyCountry":"US"}'Full integration guide in the API docs.
Similar data sources
All →
YouTube Scraper
antsdata/youtube-scraper
Scrape channels, videos, subtitles, comments and stats; supports search terms and bulk channels.
GGoogle LLC 4.7 (221) 162K

X / Twitter Scraper
antsdata/x-scraper
Scrape tweets, topics, accounts and engagement — built for opinion and brand monitoring.
XX Corp. 4.6 (188) 141K

Facebook Posts Scraper
antsdata/facebook-posts
Extract page posts, videos and engagement — captions, reactions and comments.
MMeta Platforms, Inc. 4.6 (182) 78K
Need different fields or sites?
Any public data — we can custom-scrape it and package it as a stable API.
