A TikTok API. Not a scraper.
Hashtag analytics, video intelligence, creator lookups, and trending sounds — over REST, priced per call. No proxies, no headless browsers, no selectors to fix when TikTok changes its markup.
$ curl https://api.virlo.ai/v1/tiktok/hashtags \
-H "Authorization: Bearer virlo_tkn_..." \
-d start_date=2026-08-22 -d end_date=2026-09-21 \
-d order_by=views -d sort=desc -d limit=10
{
"data": [
{ "hashtag": "fyp", "video_count": 412831, "total_views": 98234011223 },
{ "hashtag": "tiktokshop", "video_count": 88213, "total_views": 5123099812 }
]
}What you stop maintaining
Most TikTok data pipelines start as a scraper. Here is what that trade looks like once real usage shows up.
| Scraping your own | Virlo API |
|---|---|
Proxies + IP rotation to avoid getting blocked | One API key, one bearer token |
Selectors break every time TikTok ships a UI change | We maintain the collection layer |
Rate limits and CAPTCHAs on every request | Rate limits documented up front |
Building your own storage for historical data | Query by date range, filter free at read time |
Everything the TikTok API covers
Hashtag analytics
Usage counts and total views for any hashtag, per platform or cross-platform, over any 90-day window.
Read moreVideo intelligence
Pull top-performing videos for a keyword or niche, with view/like/share counts and AI-scored virality.
Read moreCreator lookup & outliers
Look up any TikTok creator's profile and posting history, and flag videos that outperform their own baseline.
Read moreSounds
Track breakout audio and see which sounds are driving a trend before it peaks.
Read moreTrends
A daily digest of what is trending on TikTok right now, ranked and grouped by topic.
Read moreMCP server for AI agents
Give Claude, Cursor, or any MCP client direct tool access to TikTok data — no custom integration code.
Read morePay per call, not per seat
No subscriptions. Add funds, and auto top-up keeps you running. Hashtag lookups start at $0.05/call; a full research run through Content Research Agents is $0.50.
See full endpoint pricingStop scraping. Start answering.
Create an account, get starter credits, and run your first niche search in minutes. No scrapers, no proxies, no infrastructure to babysit.
Already have a key? Try GET /v1/account/balance — it's free.