TikTok Profile & Video Scraper avatar

TikTok Profile & Video Scraper

Pricing

Pay per event

Go to Apify Store
TikTok Profile & Video Scraper

TikTok Profile & Video Scraper

Extract TikTok profiles & videos without login: followers, likes, bio, engagement stats. Structured JSON for influencer research, social analytics & AI agents. API + MCP ready. $0.01/profile.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Travel Monitor Lab

Travel Monitor Lab

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Extract TikTok profiles and videos without login or API key: followers, following, likes, bio, verified badge, plus per-video stats. Built for influencer research, social analytics and AI agents.

Use this tool when

  • You need influencer/creator data for outreach or market research
  • You track competitor accounts and engagement over time
  • An AI agent needs fresh TikTok metrics in structured JSON
  • You build social-media dashboards or trend monitors

Input

FieldTypeDescriptionExample
profilesarray (required)TikTok usernames (without @)["khaby.lame", "charlidamelio"]
hashtagsarrayHashtags to scan (without #)["fyp", "luxembourg"]
maxVideosPerProfileintegerVideos to extract per profile10

Example input

{
"profiles": ["khaby.lame"],
"maxVideosPerProfile": 5
}

Output

Per profile:

FieldDescription
username, nicknameHandle and display name
verifiedVerified badge (bool)
followers, following, likesAccount counters
bioProfile biography
avatarProfile picture URL
videosArray of recent videos with views/likes/shares/comments
profileUrlCanonical profile URL

Pricing

Pay-per-event: $0.01 per profile + $0.002 per video. You only pay for successfully scraped items.

Use with AI agents (MCP, Claude, GPT, Cursor, LangChain)

This actor is AI-agent ready. Three ways to call it programmatically:

1. Apify MCP server — add https://mcp.apify.com to your MCP client (Claude Desktop, Cursor, Windsurf...), then ask your agent to find and run this actor by name.

2. Direct API (run-sync) — single HTTP call, results returned directly:

$curl -X POST "https://api.apify.com/v2/acts/travelmonitorlab~tiktok-scraper/run-sync-get-dataset-items?token=<YOUR_APIFY_TOKEN>" -H "Content-Type: application/json" -d '{\"profiles\":[\"khaby.lame\"],\"maxVideosPerProfile\":5}'

3. Official integrations — available in Zapier, Make, n8n, LangChain (ApifyWrapper), and LlamaIndex via the Apify integration hub.

Every call returns clean structured JSON. No authentication walls, no cookies, no browser required on your side — everything runs in the cloud.

Maintained by travelmonitorlab.