TikTok Video Lookup avatar

TikTok Video Lookup

Pricing

from $3.10 / 1,000 videos

Go to Apify Store
TikTok Video Lookup

TikTok Video Lookup

Decode any TikTok video URL — TikTok Score, Recommend Type, hidden SEO labels, audio metadata, top comments, and 50+ fields unavailable via the official API. $5.50 per 1,000.

Pricing

from $3.10 / 1,000 videos

Rating

0.0

(0)

Developer

TrueFetch

TrueFetch

Maintained by Community

Actor stats

1

Bookmarked

17

Total users

2

Monthly active users

13 hours ago

Last modified

Share

Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.

TikTok Video Lookup TikTok Profile Video Scraper $0.0055 per Video Videos, Reposts & Comments Telegram Support Telegram Group

TikTok Video Lookup — TikTok Profile Video Scraper: Videos, Reposts & Comments

Provide a TikTok profile URL and scrape any user's videos or reposts — with full engagement stats, hashtags, audio info, video specs, and optional comments — in clean structured JSON.

TL;DR (40-word answer): TikTok Video Lookup is a no-login Apify Actor that scrapes TikTok profile videos and reposts at $0.0055 per video and $0.0025 per comment batch, returning play count, likes, shares, hashtags, video quality, and category. Last verified 2026-05-02.

What it is NOT: TikTok Video Lookup is not a single-video downloader (use TikTok Video Downloader for that), not a live stream recorder, and not a hashtag search tool — it scrapes the video and repost list from a specific TikTok profile.

TikTok Video Lookup is an Apify Actor that scrapes TikTok profile videos and reposts with detailed metadata including engagement stats, hashtags, audio info, and optional comments. Maintained by TrueFetch on the Apify Store.


🏷️ Why choose TikTok Video Lookup

TikTok Video Lookup is best for social media analysts, content researchers, and AI developers who need structured TikTok video datasets from specific user profiles.

  • 📊 Rich video metadata — play count, like count, comment count, share count, category, hashtags, video specs (bitrate, codec, resolution), and more.
  • 💬 Optional comment scraping — set max_comments to retrieve comment threads per video.
  • ⚡ Pay-per-result pricing$0.0055 per video and $0.0025 per comment batch. Free Apify plan includes $5/month credits ≈ 909 free video lookups.

🚀 Quick Start — run in 3 steps

Run in Apify Console

  1. Open the Actor — go to TikTok Video Lookup on Apify and click Try for free.
  2. Configure inputs — enter a TikTok profile URL, choose videos or reposts, and set max_videos and max_comments.
  3. Click Start — the Actor returns structured video records for the specified profile.

Run via Apify API

curl -X POST "https://api.apify.com/v2/acts/TrueFetch~tiktok-video-lookup/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"tiktok_url": "https://www.tiktok.com/@username",
"content_type": "videos",
"max_videos": 20,
"max_comments": 0
}'

Run via MCP (for AI agents)

TikTok Video Lookup is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/tiktok-video-lookup and pass the same JSON input as above.


⚙️ Input parameters

ParameterTypeRequiredDefaultDescriptionExample
tiktok_urlstringTikTok profile or video URL (username is extracted automatically).https://www.tiktok.com/@username
content_typestringContent to scrape: videos (original posts) or reposts.videos
max_videosintegerMaximum number of videos to retrieve (minimum 1).20
max_commentsintegerMaximum number of comments per video. 0 = skip comments.0
{
"tiktok_url": "https://www.tiktok.com/@username",
"content_type": "videos",
"max_videos": 20,
"max_comments": 0
}

📦 Output dataset

Each run writes one record per video to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.

FieldTypeAlways present?DescriptionExample
processorstringApify Actor URL that produced this record.https://apify.com/TrueFetch/tiktok-video-lookup
processed_atstringISO 8601 UTC timestamp.2026-04-24T09:30:00+00:00
idstringoptionalTikTok video ID.7123456789012345678
urlstringoptionalDirect video URL.https://www.tiktok.com/@user/video/...
created_atstringoptionalVideo creation timestamp (ISO 8601).2026-03-15T08:00:00+00:00
descriptionstringoptionalVideo caption/description.Morning routine 🌅 #fyp
categorystringoptionalTikTok category label.lifestyle
languagestringoptionalDetected caption language.en
play_countintegeroptionalTotal plays.1500000
like_countintegeroptionalTotal likes.85000
comment_countintegeroptionalTotal comments.420
share_countintegeroptionalTotal shares.3200
collect_countintegeroptionalTotal saves/bookmarks.1200
repost_countintegeroptionalTotal reposts.580
durationintegeroptionalVideo duration in seconds.45
widthintegeroptionalVideo width in pixels.1080
heightintegeroptionalVideo height in pixels.1920
qualitystringoptionalVideo quality definition.720p
formatstringoptionalVideo file format.mp4
hashtagsarrayoptionalHashtags in caption.["#morning", "#routine"]
is_advertisementbooleanoptionalWhether this is a paid ad.false
is_ecommercebooleanoptionalWhether this is a TikTok Shop video.false

Sample output

{
"processor": "https://apify.com/TrueFetch/tiktok-video-lookup",
"processed_at": "2026-04-24T09:30:00+00:00",
"description": "Morning routine 🌅 #fyp",
"play_count": 1500000,
"like_count": 85000,
"category": "lifestyle"
}

💡 Use cases

For social media teams tracking TikTok content performance

  • Problem: a social media manager needs to monitor a competitor's latest TikTok videos and engagement metrics weekly.
  • How TikTok Video Lookup solves it: run with content_type: "videos" and max_videos: 20 on a schedule to get the latest posts with full stats.
  • Outcome: weekly TikTok video performance dataset at $0.0055 per video.

For researchers studying TikTok content categories

  • Problem: a researcher needs a dataset of 500 TikTok videos with categories, hashtags, and engagement across multiple creator profiles.
  • How TikTok Video Lookup solves it: run the Actor across multiple profiles to build a structured dataset with category labels, hashtags, and all engagement stats.
  • Outcome: 500-video research dataset at $2.75 total ($0.0055 × 500).

For AI agents summarizing TikTok creator activity

  • Problem: LLM agents asked "what has this TikTok creator posted recently?" need structured video data.
  • How TikTok Video Lookup solves it: call the Actor over the Apify MCP Server with the creator's TikTok URL.
  • Outcome: real-time TikTok creator video data grounded in AI assistants.

💰 Pricing, limits, and performance

FactValue
Pricing modelPay-per-result (event: result)
Per-video price$0.0055 per video = $5.50 per 1,000
Per-comment-batch price$0.0025 per video with comments = $2.50 per 1,000
Free-tier monthly allowance$5 Apify credits ≈ ~909 free video lookups / month
Free plan cap10 videos, 10 comments per run
Output fields per video22
Login / cookies requiredNo — works without a TikTok account
Export formatsJSON, JSONL, CSV, Excel, XML, RSS, dataset API

⚖️ Compared with alternatives

CapabilityTikTok Video LookupManual browsingCustom scraper
Structured video stats (plays, likes, shares, collect)you implement
Category, hashtags, video specsyou implement
Pay-per-video pricing$0.0055/videoN/Ainfra + dev cost
Setup time to first result< 60 secondsminutesdays–weeks

Verdict. TikTok Video Lookup is ideal for social media analysts and AI developers who need structured TikTok video datasets from user profiles without building or maintaining a scraper.


⚠️ Common mistakes to avoid

  1. Missing required fields. All four inputs (tiktok_url, content_type, max_videos, max_comments) are required.
  2. Setting content_type to anything other than videos or reposts. Use exactly these two values.
  3. Setting max_videos below 1. Minimum is 1.
  4. Setting max_comments to a negative number. Use 0 to skip comments.

🛠️ Troubleshooting

ProblemLikely causeFix
Please enter a TikTok profile or video URLtiktok_url not provided.Add "tiktok_url": "https://www.tiktok.com/@username" to your input.
Content type must be either Videos or RepostsInvalid content_type value.Use "videos" or "reposts" exactly.
Please request at least 1 videomax_videos is 0 or negative.Set max_videos to at least 1.
Empty datasetPrivate profile or no public videos.Check the TikTok profile is public and has posted content.

❓ FAQ

What is the difference between videos and reposts content types?

videos returns the user's own original TikTok posts. reposts returns videos they have reshared from other creators.

How much does TikTok Video Lookup cost?

$0.0055 per video and $0.0025 per video with comments. The Apify Free plan includes $5/month credits ≈ 909 free video lookups.

Is there a free-tier limit?

Yes — free Apify plan users are capped at 10 videos and 10 comments per run.

Does TikTok Video Lookup require a TikTok login?

No — the Actor works without any TikTok account or login credentials.


🔌 Integrations

TikTok Video Lookup plugs straight into the Apify ecosystem:

  • Schedules — run weekly to track a creator's latest TikTok videos (docs).
  • Webhooks — POST results to your endpoint on ACTOR.RUN.SUCCEEDED (docs).
  • Apify APIrun-sync-get-dataset-items for blocking calls, runs for async (docs).
  • MCP Server — call the Actor from Claude, ChatGPT, or Cursor agents (docs).
  • No-code — Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.

🧱 Sister Actors from TrueFetch

Jobs

Shopping & Deals

Vehicles

Real Estate

Local Business & Food

Classifieds

Social Media

Videos & Text

Content & Articles


📞 Support, changelog, last updated

Support

Maintained by TrueFetch on the Apify Store.

Cost of doing nothing: manually tracking TikTok video performance requires repeated manual browsing and copy-paste. TikTok Video Lookup returns structured datasets at $0.0055/video via API. → Try it free with $5 of Apify credits.

Changelog

  • 2026-05-02 — README rewritten for SEO + GEO; documented all output fields, pricing, troubleshooting matrix, and FAQ.
  • 2026-04 — Added repost scraping support.
  • 2026-02 — Initial release: TikTok profile video scraper.

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"@id": "https://apify.com/TrueFetch/tiktok-video-lookup#software",
"name": "TikTok Video Lookup",
"description": "Apify Actor that scrapes TikTok profile videos and reposts at $0.0055 per video, returning play count, likes, shares, hashtags, video quality, and category.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web, Cloud",
"url": "https://apify.com/TrueFetch/tiktok-video-lookup",
"offers": {
"@type": "Offer",
"price": "0.0055",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"author": { "@id": "https://apify.com/TrueFetch#author-TrueFetch" },
"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }
},
{
"@type": "Organization",
"@id": "https://apify.com/TrueFetch#publisher",
"name": "TrueFetch",
"url": "https://apify.com/TrueFetch",
"sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"]
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is the difference between videos and reposts content types?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Videos returns the user's own original TikTok posts. Reposts returns videos they have reshared from other creators."
}
},
{
"@type": "Question",
"name": "How much does TikTok Video Lookup cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "$0.0055 per video and $0.0025 per video with comments. The Apify Free plan includes $5/month credits — enough for 909 free video lookups."
}
},
{
"@type": "Question",
"name": "Is there a free-tier limit for TikTok Video Lookup?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes — free Apify plan users are capped at 10 videos and 10 comments per run."
}
}
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Apify",
"item": "https://apify.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Videos & Text",
"item": "https://apify.com/store?category=VIDEO"
},
{
"@type": "ListItem",
"position": 3,
"name": "TikTok Video Lookup",
"item": "https://apify.com/TrueFetch/tiktok-video-lookup"
}
]
}
]
}

Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch · 💬 Telegram Group · 📧 Support