v1.0Just shipped

Short-Form Video
Intelligence API

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.

Base: api.virlo.aiAuth: Bearer tokenFormat: JSON500 free credits
Quick start
# 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 }
    ]
  }
}
2M+
Videos indexed
500K+
Unique hashtags
25+
REST endpoints
4
Platforms covered

Three APIs. One key.

Social listening, automated monitoring, and creator intelligence. All accessible through a single Bearer token.

Orbit

Social listening

Queue keyword searches across TikTok, YouTube & Instagram. Returns paginated videos, Meta ads, creator outliers, and AI-powered intelligence reports.

POST/v1/orbit
GET/v1/orbit/:id/videos
GET/v1/orbit/:id/creators/outliers

Comet

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.

POST/v1/comet
GET/v1/comet/:id/videos
PUT/v1/comet/:id

Satellite

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.

GET/v1/satellite/creator/:platform/:username

Endpoint reference

25+ endpoints across social listening, monitoring, creator intelligence, hashtags, trends, and platform-specific data.

Orbit — Social Listening
POST/v1/orbit
GET/v1/orbit
GET/v1/orbit/:id
GET/v1/orbit/:id/videos
GET/v1/orbit/:id/ads
GET/v1/orbit/:id/creators/outliers
Comet — Custom Niche Monitoring
POST/v1/comet
GET/v1/comet
GET/v1/comet/:id
PUT/v1/comet/:id
DEL/v1/comet/:id
GET/v1/comet/:id/videos
GET/v1/comet/:id/ads
GET/v1/comet/:id/creators/outliers
Satellite — Creator Lookup
GET/v1/satellite/creator/:platform/:username
General Resources
GET/v1/hashtags
GET/v1/hashtags/:hashtag/performance
GET/v1/trends
GET/v1/trends/digest
GET/v1/videos/digest
Platform-Specific
GET/v1/youtube/hashtags
GET/v1/youtube/videos/digest
GET/v1/tiktok/hashtags
GET/v1/tiktok/videos/digest
GET/v1/instagram/hashtags
GET/v1/instagram/videos/digest

Start in minutes

One API key, one header, clean JSON responses. Here’s a real Orbit search — keyword to intelligence report in a single call.

Orbit — Queue a search + get AI report
# 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=desc

What you get

Aggregated performance data from 4 platforms. No scraping infrastructure, no rate limit management, no data cleaning.

Hashtag Rankings

500K+ hashtags sortable by usage count or total views. Filter by platform and date range.

Daily Trend Digest

Curated trending topics updated daily at 1am UTC with rankings. Timezone-aware digest endpoint.

Video Performance

Views, likes, shares, comments, publish dates, transcripts, and creator data from 2M+ videos.

Creator Intelligence

Profile stats, engagement rates, outlier ratios, top hashtags, and posting frequency per creator.

AI Reports

7-dimension intelligence reports covering trends, sentiment, viral patterns, creator analysis, and platform insights.

Cross-Platform

Compare TikTok, YouTube, and Instagram side by side. Platform-specific or aggregated — your call.

Smart Filtering

Min views, date ranges, platform, niche, and keyword filters. One query parameter each.

Developer-First

RESTful, clean JSON, OpenAPI docs, interactive playground, offset-based pagination. No surprises.

Pay-as-you-go credits

No subscriptions. Buy credits, use them whenever. Credits never expire. All plans get access to every endpoint.

Free
$0
500 credits
  • All endpoints
  • Never expires
Start free
Starter
$19.99
5,000 credits
  • All endpoints
  • Auto top-up available
Buy credits
Popular
Growth
$49.99
15,000 credits
  • All endpoints
  • Usage dashboard
Buy credits
Pro
$99.99
40,000 credits
  • All endpoints
  • Best $/credit ratio
Buy credits
Credit costs per operation
Orbit search1 per 1K videos + 2 for AI
Comet scrape100 per run
Hashtags/trends~200 per call

Need volume? Contact us for enterprise pricing — volume discounts, dedicated support, custom billing.

Official SDKs

Install, pass your API key, call methods. Auth is handled automatically.

500 free credits.
No credit card.

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.