REST API for video analytics across TikTok, YouTube, Instagram & Meta Ads. 2M+ indexed videos, 500K+ hashtags, AI-powered reports. Clean JSON, simple auth, SDKs in 5 languages.
# Get trending hashtags across all platforms
curl -G https://api.virlo.ai/v1/hashtags \
-H "Authorization: Bearer virlo_tkn_***" \
-d limit=5 \
-d order_by=views \
-d sort=desc
# Response
{
"data": {
"total": 524891,
"hashtags": [
{ "hashtag": "#fyp", "count": 89421, "total_views": 2847291044 },
{ "hashtag": "#viral", "count": 67832, "total_views": 1923847102 },
{ "hashtag": "#skincare", "count": 12847, "total_views": 482910233 }
]
}
}Social listening, automated monitoring, and creator intelligence. All accessible through a single Bearer token.
Social listening
Queue keyword searches across TikTok, YouTube & Instagram. Returns paginated videos, Meta ads, creator outliers, and AI-powered intelligence reports.
Custom niche monitoring
Create automated scraping configurations that run on a schedule. Set keywords, platforms, view thresholds, and cadence. Collect videos, ads, and outlier creators continuously.
Creator lookup
Look up any creator by platform and username. Returns profile stats, engagement rates, top hashtags, recent videos, and outlier content — all in one call.
25+ endpoints across social listening, monitoring, creator intelligence, hashtags, trends, and platform-specific data.
One API key, one header, clean JSON responses. Here’s a real Orbit search — keyword to intelligence report in a single call.
# 1. Queue an Orbit search
curl -X POST https://api.virlo.ai/v1/orbit \
-H "Authorization: Bearer virlo_tkn_***" \
-H "Content-Type: application/json" \
-d '{
"name": "skincare trends",
"keywords": ["skincare routine", "glass skin"],
"platforms": ["tiktok", "instagram"],
"min_views": 10000,
"run_analysis": true
}'
# 2. Poll for results (processing takes 5-10 min)
curl https://api.virlo.ai/v1/orbit/orb_abc123 \
-H "Authorization: Bearer virlo_tkn_***"
# 3. Get the videos
curl -G https://api.virlo.ai/v1/orbit/orb_abc123/videos \
-H "Authorization: Bearer virlo_tkn_***" \
-d limit=25 \
-d order_by=views \
-d sort=descAggregated performance data from 4 platforms. No scraping infrastructure, no rate limit management, no data cleaning.
500K+ hashtags sortable by usage count or total views. Filter by platform and date range.
Curated trending topics updated daily at 1am UTC with rankings. Timezone-aware digest endpoint.
Views, likes, shares, comments, publish dates, transcripts, and creator data from 2M+ videos.
Profile stats, engagement rates, outlier ratios, top hashtags, and posting frequency per creator.
7-dimension intelligence reports covering trends, sentiment, viral patterns, creator analysis, and platform insights.
Compare TikTok, YouTube, and Instagram side by side. Platform-specific or aggregated — your call.
Min views, date ranges, platform, niche, and keyword filters. One query parameter each.
RESTful, clean JSON, OpenAPI docs, interactive playground, offset-based pagination. No surprises.
No subscriptions. Buy credits, use them whenever. Credits never expire. All plans get access to every endpoint.
Need volume? Contact us for enterprise pricing — volume discounts, dedicated support, custom billing.
Install, pass your API key, call methods. Auth is handled automatically.
Get your API key, query the hashtag endpoint, see real data. If it does what you need, buy more credits. If it doesn’t, you’ve lost nothing.