Powered by Atlas

Video intelligence, delivered by API

Access millions of Reels & TikToks using natural language. Available as a REST API and MCP for AI agents.

See it in action

Real results from our video corpus.

Instagram
@bobbyhavland

paintbrush to toilet bowl @jacksonhole #skiing

A first-person perspective video of a skier navigating down a snow-covered mountain at Jackson Hole. The skier moves through trees and open slopes under a bright blue sky, capturing the speed and excitement of the run.

Instagram
@shelbssays

4 years of skiing with my best friend #skiergirl #agirlandherdog #mountainlife

A heartwarming montage tracking the journey of a woman training her border collie to become a skiing companion. The video transitions from the dog as a tiny puppy in a backpack to a full-grown athlete sprinting alongside her on snowy slopes.

Instagram
@chrislillis1

Olympic camp is firing! Just a few days until we ship off for Milan!

A professional skier performs a breathtaking backflip off a large jump at a ski resort's terrain park. The video captures the athlete's impressive height and control against a beautiful dusk sky.

{
  "query": "beautiful downhill skiing",
  "page": 0,
  "results_per_page": 3,
  "videos": [
    {
      "id": "ab2c61bd-bb91-4f73-8603-2be965b2d200",
      "creator": "@bobbyhavland",
      "platform": "instagram",
      "caption": "paintbrush to toilet bowl @jacksonhole #skiing",
      "description": "A first-person perspective video of a skier navigating down a snow-covered mountain at Jackson Hole. The skier moves through trees and open slopes under a bright blue sky, capturing the speed and excitement of the run.",
      "created_at": "2026-01-26T21:31:00.000Z",
      "thumbnail_url": "https://media.trendsweep.com/media/instagram/uc_7782608/thumbs/DT_SCmCDl3Q.jpg",
      "video_url": "https://media.trendsweep.com/media/instagram/uc_7782608/reels/DT_SCmCDl3Q.mp4",
      "original_url": "https://www.instagram.com/reel/DT_SCmCDl3Q/"
    },
    {
      "id": "04602a93-4824-4f0c-b9b9-5290860160b2",
      "creator": "@shelbssays",
      "platform": "instagram",
      "caption": "4 years of skiing with my best friend #skiergirl #agirlandherdog #mountainlife",
      "description": "A heartwarming montage tracking the journey of a woman training her border collie to become a skiing companion. The video transitions from the dog as a tiny puppy in a backpack to a full-grown athlete sprinting alongside her on snowy slopes.",
      "created_at": "2026-01-22T22:05:09.000Z",
      "thumbnail_url": "https://media.trendsweep.com/media/instagram/uc_8041789/thumbs/DT1Daz9kVK0.jpg",
      "video_url": "https://media.trendsweep.com/media/instagram/uc_8041789/reels/DT1Daz9kVK0.mp4",
      "original_url": "https://www.instagram.com/reel/DT1Daz9kVK0/"
    },
    {
      "id": "d3050580-7578-4008-83d2-cce4dfb873ea",
      "creator": "@chrislillis1",
      "platform": "instagram",
      "caption": "Olympic camp is firing! Just a few days until we ship off for Milan!",
      "description": "A professional skier performs a breathtaking backflip off a large jump at a ski resort's terrain park. The video captures the athlete's impressive height and control against a beautiful dusk sky.",
      "created_at": "2026-02-01T03:09:31.000Z",
      "thumbnail_url": "https://media.trendsweep.com/media/instagram/eW66oYkBehC-7YH2E5XX/thumbs/DUMxk2uAPaK.jpg",
      "video_url": "https://media.trendsweep.com/media/instagram/eW66oYkBehC-7YH2E5XX/reels/DUMxk2uAPaK.mp4",
      "original_url": "https://www.instagram.com/reel/DUMxk2uAPaK/"
    }
  ]
}

REST API

One endpoint.

POST/api/v1/atlas/search

Semantic video search. Send a natural language query, get ranked videos with descriptions and media links.

Authentication

Authorization: Bearer ts_key_...

or x-api-key: ts_key_...

Body

querystring, required — natural language search query (max 2000 chars)
results_per_pagenumber, 1-100 (default 20)
cursorstring — opaque token from next_cursor for pagination (cannot be used with page)
pagenumber, 0-10 (default 0) — cannot be used with cursor
platformstring — "instagram" or "tiktok" (optional, defaults to all)
include_transcriptboolean (default false) — only return videos with spoken audio, includes transcript
curl -X POST https://trendsweep.com/api/v1/atlas/search \
  -H "Authorization: Bearer ts_key_..." \
  -H "Content-Type: application/json" \
  -d '{"query": "cooking tutorials in modern kitchens", "include_transcript": true}'

Response

{
  "success": true,
  "data": {
    "query": "cooking tutorials in modern kitchens",
    "videos": [
      {
        "id": "ABC123...",
        "creator": "username",
        "platform": "instagram",
        "caption": "...",
        "description": "AI-generated description of the video content",
        "created_at": "2026-01-15T12:00:00.000Z",
        "thumbnail_url": "https://...",
        "video_url": "https://...",
        "original_url": "https://www.instagram.com/reel/ABC123/",
        "transcript": "spoken audio text (when include_transcript: true)"
      }
    ],
    "page": 0,
    "results_per_page": 20,
    "total_results": 142,
    "next_cursor": "eyJvIjoyMH0",
    "has_more": true
  }
}

MCP for AI Agents

Give Cursor, Claude Code, or Codex direct access to Atlas Search via the Model Context Protocol.

atlas-search

Search TrendSweep's real-time database of analyzed short-form videos. Returns videos ranked by relevance with descriptions, direct media links, and pagination.

Parameters

queryrequired — natural language search
limit1-100 (default 20)
page0-10 (default 0)
cursoropaque pagination token
platform"instagram" or "tiktok"
include_transcriptboolean (default false)

Endpoint

https://trendsweep.com/api/v1/mcp

Setup

Add to Cursoror configure manually below

Add to .cursor/mcp.json

{
  "mcpServers": {
    "trendsweep": {
      "url": "https://trendsweep.com/api/v1/mcp",
      "headers": {
        "x-api-key": "your-api-key"
      }
    }
  }
}

Pricing

$2.50 per 1,000 videos. Start free.

PlanPriceVideos / mo
Free$02,000
Starter$2911,600
Scale$19979,600
EnterpriseCustomCustom

Ready to start?

2,000 free videos per month. No credit card required.

Get your API key