TikTok Profile & Video Scraper
Pricing
Pay per event
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
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
| Field | Type | Description | Example |
|---|---|---|---|
profiles | array (required) | TikTok usernames (without @) | ["khaby.lame", "charlidamelio"] |
hashtags | array | Hashtags to scan (without #) | ["fyp", "luxembourg"] |
maxVideosPerProfile | integer | Videos to extract per profile | 10 |
Example input
{"profiles": ["khaby.lame"],"maxVideosPerProfile": 5}
Output
Per profile:
| Field | Description |
|---|---|
username, nickname | Handle and display name |
verified | Verified badge (bool) |
followers, following, likes | Account counters |
bio | Profile biography |
avatar | Profile picture URL |
videos | Array of recent videos with views/likes/shares/comments |
profileUrl | Canonical 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.