Trend API for Agencies

Real-time access to TikTok, Instagram, YouTube viral content. REST endpoints + Webhook notifications.

⚑

Real-time Push

Instant webhook notification when a new viral is detected.

πŸ“Š

Snapshot Data

Hourly growth charts in JSON.

πŸ”

Filter + Search

Hashtag, creator, platform, date range.

Example request

GET https://vosscore.com/api/feed/tiktok?limit=10&dateRange=24h
Authorization: Bearer YOUR_API_KEY

Response:
{
  "total": 247,
  "items": [
    {
      "id": "tt_7627486...",
      "platform": "tiktok",
      "title": "...",
      "user": "@hirsizkedi",
      "views": 1200000,
      "likes": 42700,
      "comments": 453,
      "createdAt": "2026-04-29T...",
      "hashtags": ["#kedi", "#funny"]
    }
  ]
}

Custom plans: hello@vosscore.com