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.
Pay as you go. Add funds, use the API, auto top-up keeps you running. No subscriptions. Balance never expires.
Sign up and save a card. Takes 30 seconds.
Add as little as $5 to your balance and generate your API key.
Make API calls. Auto top-up keeps you funded so you never think about billing.
Install, pass your API key, call methods. Auth is handled automatically.
Prefer AI-native integration? Try our MCP server — connect Virlo to Claude, Cursor, or VS Code with a single config file.
Add a payment method, deposit as little as $5, and get your API key. Auto top-up keeps you running so you can focus on building.